diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2018-12-25 11:19:37 +0000 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2018-12-25 17:23:20 +0000 |
commit | acb04cf541e7fde2451bf792063e4aceef32b9dc (patch) | |
tree | 0736af0ec8d1cd0b8511bc3de050b2198ef85b8e /meta-agl-profile-core/recipes-devtools | |
parent | a46a78ad5f2baa90127808ad1c4d025e4b4a0e77 (diff) |
Revert "Add afb-helpers & app-controller library recipes"
This is due to the dependency on QT (cmake_qt5) which breaks the build of non-qt5 targets.
This reverts commit 73351742e32772a19f62086cea5a5e7a38fe02f7.
which is https://gerrit.automotivelinux.org/gerrit/#/c/19225/ .
Change-Id: I81b0638ab34dad59d3fe5522c0abe8e9d4f3f6c1
Diffstat (limited to 'meta-agl-profile-core/recipes-devtools')
-rw-r--r-- | meta-agl-profile-core/recipes-devtools/libafb-helpers/libafb-helpers_git.bb | 18 | ||||
-rw-r--r-- | meta-agl-profile-core/recipes-devtools/libappcontroller/libappcontroller_git.bb | 19 |
2 files changed, 0 insertions, 37 deletions
diff --git a/meta-agl-profile-core/recipes-devtools/libafb-helpers/libafb-helpers_git.bb b/meta-agl-profile-core/recipes-devtools/libafb-helpers/libafb-helpers_git.bb deleted file mode 100644 index 26bfd926e..000000000 --- a/meta-agl-profile-core/recipes-devtools/libafb-helpers/libafb-helpers_git.bb +++ /dev/null @@ -1,18 +0,0 @@ -SUMMARY = "AFB helpers library" -DESCRIPTION = "AFB helpers library to ease JSON object manipulation and binding interaction" - -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10" - -SRC_URI = "git://gerrit.automotivelinux.org/gerrit/src/libafb-helpers;protocol=https;branch=${AGL_BRANCH}" -SRCREV = "9cdebd57cf048c1c9ba89943f6ec2f9012bad6fc" - -PV = "${AGLVERSION}" -S = "${WORKDIR}/git" - -DEPENDS_append = " af-binder qtwebsockets" -RDEPENDS_${PN}_append = " af-binder" - -inherit cmake_qt5 - -ALLOW_EMPTY_${PN} = "1" diff --git a/meta-agl-profile-core/recipes-devtools/libappcontroller/libappcontroller_git.bb b/meta-agl-profile-core/recipes-devtools/libappcontroller/libappcontroller_git.bb deleted file mode 100644 index 5130ef2a2..000000000 --- a/meta-agl-profile-core/recipes-devtools/libappcontroller/libappcontroller_git.bb +++ /dev/null @@ -1,19 +0,0 @@ -SUMMARY = "Controller library for an Application Framework" -DESCRIPTION = "Controller library to be used to easily create a binding for AGL App Framework" - -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10" - -SRC_URI = "git://gerrit.automotivelinux.org/gerrit/src/libappcontroller;protocol=https;branch=${AGL_BRANCH}" -SRCREV = "09bdc519439aae889d80f1018507cd5395f5ad03" - -PV = "${AGLVERSION}" -S = "${WORKDIR}/git" - -DEPENDS_append = " af-binder libafb-helpers lua" -RDEPENDS_${PN}_append = " af-binder lua" - -inherit cmake - -ALLOW_EMPTY_${PN} = "1" - |