X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=meta-agl-profile-core%2Frecipes-devtools%2Fcmake-apps-module%2Fcmake-apps-module_git.bb;h=f3dbd7b5fa41b4898967928f8925394cb23a1163;hb=refs%2Fchanges%2F89%2F17789%2F8;hp=0a2a6452ac1f14577cf751bf24868ae9a80a07f1;hpb=7b6d212a9eb93dc32ad23580986548669b67582b;p=AGL%2Fmeta-agl.git diff --git a/meta-agl-profile-core/recipes-devtools/cmake-apps-module/cmake-apps-module_git.bb b/meta-agl-profile-core/recipes-devtools/cmake-apps-module/cmake-apps-module_git.bb index 0a2a6452a..f3dbd7b5f 100644 --- a/meta-agl-profile-core/recipes-devtools/cmake-apps-module/cmake-apps-module_git.bb +++ b/meta-agl-profile-core/recipes-devtools/cmake-apps-module/cmake-apps-module_git.bb @@ -7,16 +7,14 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7ca SECTION = "apps" SRC_URI = "git://gerrit.automotivelinux.org/gerrit/src/cmake-apps-module;protocol=https;branch=${AGL_BRANCH}" -SRCREV = "2beffef345c6bf96078aae711d78dec973a93ef6" +SRCREV = "742695d0946e0bf755204a5503603fd5285aa770" PV = "${AGL_BRANCH}+git${SRCPV}" S = "${WORKDIR}/git" -inherit nativesdk cmake +inherit cmake -FILES_${PN}_append = " ${datadir}/*/Modules/CMakeAfbTemplates.cmake \ - ${datadir}/*/Modules/CMakeAfbTemplates/* \ - " +FILES_${PN} += " ${datadir}/*/Modules/CMakeAfbTemplates*" BBCLASSEXTEND = "native nativesdk"