diff options
-rw-r--r-- | recipes-connectivity/bluez-glib/bluez-glib_git.bb | 4 | ||||
-rw-r--r-- | recipes-demo/libqtappfw/libqtappfw_git.bb | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/recipes-connectivity/bluez-glib/bluez-glib_git.bb b/recipes-connectivity/bluez-glib/bluez-glib_git.bb index 0a3d5f1eb..676c06960 100644 --- a/recipes-connectivity/bluez-glib/bluez-glib_git.bb +++ b/recipes-connectivity/bluez-glib/bluez-glib_git.bb @@ -6,9 +6,9 @@ DEPENDS = "systemd glib-2.0" SRC_URI = "git://gerrit.automotivelinux.org/gerrit/src/bluez-glib;protocol=https;branch=${AGL_BRANCH}" SRCREV = "701f44587eabaa78dc1c180d8ca0ac8f848941d5" -S = "${WORKDIR}/git/" +S = "${WORKDIR}/git" # PV needs to be modified with SRCPV to work AUTOREV correctly PV = "1.0+git${SRCPV}" -inherit meson +inherit meson pkgconfig diff --git a/recipes-demo/libqtappfw/libqtappfw_git.bb b/recipes-demo/libqtappfw/libqtappfw_git.bb index edf2af04f..3b99ef1dc 100644 --- a/recipes-demo/libqtappfw/libqtappfw_git.bb +++ b/recipes-demo/libqtappfw/libqtappfw_git.bb @@ -10,11 +10,11 @@ DEPENDS = "qtbase qtdeclarative glib-2.0 bluez-glib" SRC_URI = "git://gerrit.automotivelinux.org/gerrit/src/libqtappfw;protocol=https;branch=${AGL_BRANCH}" SRCREV = "0fee9bfb0f656b78f34c44542329760be2980892" -S = "${WORKDIR}/git/" +S = "${WORKDIR}/git" # PV needs to be modified with SRCPV to work AUTOREV correctly PV = "2.0+git${SRCPV}" -inherit cmake_qt5 +inherit cmake_qt5 pkgconfig BBCLASSEXTEND = "nativesdk" |