diff options
author | Scott Murray <scott.murray@konsulko.com> | 2021-12-22 15:41:45 -0500 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2021-12-22 15:41:45 -0500 |
commit | a1e4c94932fbda70d0cd7ce3adc2046a814adcdc (patch) | |
tree | aeb4c2be4878d98eaf77549f34b53dc8e04a19ce /recipes-connectivity/bluez-glib | |
parent | 7121247b27560a5708dc770f180f48323de69b2a (diff) |
bluez-glib libqtappfw: fix S definitions
Bitbake in poky master now warns if the path in the S variable
definition has a trailing '/', remove a couple of occurrences
that were recently added by accident to reduce "next" branch
maintenance.
Bug-AGL: SPEC-3819
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: I038c6e4c821f331d458255b66660d46eb895c4b9
Diffstat (limited to 'recipes-connectivity/bluez-glib')
-rw-r--r-- | recipes-connectivity/bluez-glib/bluez-glib_git.bb | 4 |
1 files changed, 2 insertions, 2 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 |