summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>2023-04-11 15:15:16 +0200
committerKhem Raj <raj.khem@gmail.com>2023-04-11 14:54:22 -0700
commit0db97d732b3f31f2302d7d772745552a2130f045 (patch)
tree7768843b040b5d6be5e75b745902c87bbe0b2702
parent66ed68b607bd77ec1316c414fabb3afcbd847707 (diff)
downloadmeta-openembedded-0db97d732b3f31f2302d7d772745552a2130f045.tar.gz
libgpiod: drop unneeded S assignment
Assigning a value to S is not necessary and it will in fact break the recipe when updating the version so drop it. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-support/libgpiod/libgpiod_2.0.bb2
1 files changed, 0 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/libgpiod/libgpiod_2.0.bb b/meta-oe/recipes-support/libgpiod/libgpiod_2.0.bb
index 5b882149aa..4397641c7f 100644
--- a/meta-oe/recipes-support/libgpiod/libgpiod_2.0.bb
+++ b/meta-oe/recipes-support/libgpiod/libgpiod_2.0.bb
@@ -9,8 +9,6 @@ LIC_FILES_CHKSUM = " \
9 9
10SRC_URI[sha256sum] = "f74cbf82038b3cb98ebeb25bce55ee2553be28194002d2a9889b9268cce2dd07" 10SRC_URI[sha256sum] = "f74cbf82038b3cb98ebeb25bce55ee2553be28194002d2a9889b9268cce2dd07"
11 11
12S = "${WORKDIR}/libgpiod-2.0"
13
14# Enable all project features for ptest 12# Enable all project features for ptest
15PACKAGECONFIG[tests] = "--enable-tests --enable-tools --enable-bindings-cxx --enable-gpioset-interactive,--disable-tests,kmod util-linux glib-2.0 catch2 libedit" 13PACKAGECONFIG[tests] = "--enable-tests --enable-tools --enable-bindings-cxx --enable-gpioset-interactive,--disable-tests,kmod util-linux glib-2.0 catch2 libedit"
16PACKAGECONFIG[gpioset-interactive] = "--enable-gpioset-interactive,--disable-gpioset-interactive,libedit" 14PACKAGECONFIG[gpioset-interactive] = "--enable-gpioset-interactive,--disable-gpioset-interactive,libedit"