diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2024-10-30 16:33:29 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-10-30 09:37:22 -0700 |
commit | 40396e20b3b4d3c47dea5908b1d85a5c20d93a54 (patch) | |
tree | 5dbc16197da9e421b6444eae544b59919e4b08e0 | |
parent | 0e2ed14c7a15e6f6b8038262a898da2bda846068 (diff) | |
download | meta-openembedded-40396e20b3b4d3c47dea5908b1d85a5c20d93a54.tar.gz |
libgpiod: drop wrong S assignment
* the default from bitbake.conf:
S = "${WORKDIR}/${BP}"
works better, because it points to correct directory even with e.g. when
building lib32-libgpiod with multilib
Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-support/libgpiod/libgpiod_2.2.bb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/libgpiod/libgpiod_2.2.bb b/meta-oe/recipes-support/libgpiod/libgpiod_2.2.bb index 3d9758e27a..00252dfe64 100644 --- a/meta-oe/recipes-support/libgpiod/libgpiod_2.2.bb +++ b/meta-oe/recipes-support/libgpiod/libgpiod_2.2.bb | |||
@@ -17,8 +17,6 @@ SRC_URI += "file://gpio-manager.init" | |||
17 | 17 | ||
18 | SRC_URI[sha256sum] = "ee29735890eb1cc0e4b494001da5163d1a9c4735343201d22485db313601ca07" | 18 | SRC_URI[sha256sum] = "ee29735890eb1cc0e4b494001da5163d1a9c4735343201d22485db313601ca07" |
19 | 19 | ||
20 | S = "${UNPACKDIR}/${PN}-2.2" | ||
21 | |||
22 | # Enable all project features for ptest | 20 | # Enable all project features for ptest |
23 | PACKAGECONFIG[tests] = " \ | 21 | PACKAGECONFIG[tests] = " \ |
24 | --enable-tests --enable-tools --enable-bindings-cxx --enable-bindings-glib --enable-gpioset-interactive --enable-dbus, \ | 22 | --enable-tests --enable-tools --enable-bindings-cxx --enable-bindings-glib --enable-gpioset-interactive --enable-dbus, \ |