diff options
| author | Bartosz Golaszewski <bgolaszewski@baylibre.com> | 2019-07-27 22:30:20 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2019-11-17 12:34:21 -0800 |
| commit | 4339c28ff4aa0264c34f4f183349aea20a5ff127 (patch) | |
| tree | 58e1fbf2bf2c35d6c07eaa47cd8aa6df5633d017 /meta-oe/recipes-support/libgpiod/libgpiod_0.3.3.bb | |
| parent | 599304fb377187eb900261d4eda66de39abaf664 (diff) | |
| download | meta-openembedded-4339c28ff4aa0264c34f4f183349aea20a5ff127.tar.gz | |
libgpiod: put gpio utils into an actual separate package
Currently tools are built conditionally depending on whether the
corresponding PACKAGECONFIG option has been set and, although they
live in a separate libgpiod-tools package, the user cannot simply
select it - he has to additionally extend PACKAGECONFIG. While this
makes sense for python and C++ bindings, the tools don't have any
dependencies other the libgpiod. Make libgpiod-tools an actual
stand-alone package: always build them but install them only if
user selected libgpiod-tools.
Disable setting tools in default PACKAGECONFIGS
Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
s
Diffstat (limited to 'meta-oe/recipes-support/libgpiod/libgpiod_0.3.3.bb')
| -rw-r--r-- | meta-oe/recipes-support/libgpiod/libgpiod_0.3.3.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/libgpiod/libgpiod_0.3.3.bb b/meta-oe/recipes-support/libgpiod/libgpiod_0.3.3.bb index 3ecfffdd67..c4d2bddf4c 100644 --- a/meta-oe/recipes-support/libgpiod/libgpiod_0.3.3.bb +++ b/meta-oe/recipes-support/libgpiod/libgpiod_0.3.3.bb | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | require libgpiod.inc | 1 | require libgpiod.inc |
| 2 | 2 | ||
| 3 | # enable tools | 3 | PACKAGECONFIG ?= "" |
| 4 | PACKAGECONFIG ?= "tools" | ||
| 5 | 4 | ||
| 6 | PACKAGECONFIG[tests] = "--enable-tests,--disable-tests,kmod udev" | 5 | PACKAGECONFIG[tests] = "--enable-tests,--disable-tests,kmod udev" |
| 7 | 6 | ||
