diff options
-rw-r--r-- | meta-agl-profile-core/recipes-support/afb-helpers/afb-helpers_git.bb | 21 | ||||
-rw-r--r-- | meta-agl-profile-core/recipes-support/ctl-utilities/ctl-utilities_git.bb | 22 |
2 files changed, 43 insertions, 0 deletions
diff --git a/meta-agl-profile-core/recipes-support/afb-helpers/afb-helpers_git.bb b/meta-agl-profile-core/recipes-support/afb-helpers/afb-helpers_git.bb new file mode 100644 index 000000000..119d86c2d --- /dev/null +++ b/meta-agl-profile-core/recipes-support/afb-helpers/afb-helpers_git.bb @@ -0,0 +1,21 @@ +SUMMARY = "IIODEVICES Service Binding" +DESCRIPTION = "AGL IIODEVICES Service Binding" +HOMEPAGE = "https://gerrit.automotivelinux.org/gerrit/#/admin/projects/apps/afb-helpers" +SECTION = "apps" + +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e" + +#SRC_URI = "gitsm://gerrit.automotivelinux.org/gerrit/apps/app-afb-helpers-submodule;protocol=https;branch=${AGL_BRANCH}" +#SRCREV = "${AGL_APP_REVISION}" +SRC_URI = "gitsm://gerrit.automotivelinux.org/gerrit/apps/app-afb-helpers-submodule;protocol=https;branch=sandbox/benierc/shared-library" +SRCREV = "${AUTOREV}" + +S = "${WORKDIR}/git" + +DEPENDS += "af-binder qtwebsockets" + +inherit cmake pkgconfig cmake_qt5 + +FILES_${PN} = "${libdir}/*" +FILES_${PN}-dev = "${includedir}/*" diff --git a/meta-agl-profile-core/recipes-support/ctl-utilities/ctl-utilities_git.bb b/meta-agl-profile-core/recipes-support/ctl-utilities/ctl-utilities_git.bb new file mode 100644 index 000000000..f5a7bd778 --- /dev/null +++ b/meta-agl-profile-core/recipes-support/ctl-utilities/ctl-utilities_git.bb @@ -0,0 +1,22 @@ +SUMMARY = "IIODEVICES Service Binding" +DESCRIPTION = "AGL IIODEVICES Service Binding" +HOMEPAGE = "https://gerrit.automotivelinux.org/gerrit/#/admin/projects/apps/afb-helpers" +SECTION = "apps" + +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e" + +#SRC_URI = "gitsm://gerrit.automotivelinux.org/gerrit/apps/app-controller-submodule;protocol=https;branch=${AGL_BRANCH}" +#SRCREV = "${AGL_APP_REVISION}" +SRC_URI = "gitsm://gerrit.automotivelinux.org/gerrit/apps/app-controller-submodule;protocol=https;branch=sandbox/benierc/shared-library" +SRCREV = "${AUTOREV}" + +S = "${WORKDIR}/git" + +DEPENDS += "af-binder lua afb-helpers" +RDEPENDS_${PN} += "afb-helpers" + +inherit cmake pkgconfig + +FILES_${PN} = "${libdir}/*" +FILES_${PN}-dev = "${includedir}/*" |