diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2014-12-29 20:04:38 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-12-31 08:14:20 +0000 |
commit | e400e0372b0e5879514d0706e6b421929f231f5b (patch) | |
tree | 02ce434928c0a7d9a121e2e12877f8c84fe441c4 /meta/recipes-bsp/pciutils | |
parent | 6ceceb10be5213ca3c7eb7043caebadc106da3d7 (diff) | |
download | poky-e400e0372b0e5879514d0706e6b421929f231f5b.tar.gz |
pciutils: change default value of PACKAGECONFIG
Default PACKAGECONFIG value to "hwdb" if 'systemd' is in DISTRO_FEATURES.
(From OE-Core rev: 9a7d1149c5f97c8f7b8fef12b4f77ae7c6d88b2c)
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-bsp/pciutils')
-rw-r--r-- | meta/recipes-bsp/pciutils/pciutils_3.3.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-bsp/pciutils/pciutils_3.3.0.bb b/meta/recipes-bsp/pciutils/pciutils_3.3.0.bb index f544919e8e..b713512dc6 100644 --- a/meta/recipes-bsp/pciutils/pciutils_3.3.0.bb +++ b/meta/recipes-bsp/pciutils/pciutils_3.3.0.bb | |||
@@ -18,7 +18,7 @@ SRC_URI[sha256sum] = "413395d4bdc66fdedd6c993ed9083d1dd73812bf2a679d320f73de35c7 | |||
18 | 18 | ||
19 | inherit multilib_header | 19 | inherit multilib_header |
20 | 20 | ||
21 | PACKAGECONFIG ??= "" | 21 | PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'hwdb', '', d)}" |
22 | PACKAGECONFIG[hwdb] = "HWDB=yes,HWDB=no,udev" | 22 | PACKAGECONFIG[hwdb] = "HWDB=yes,HWDB=no,udev" |
23 | 23 | ||
24 | PCI_CONF_FLAG = "ZLIB=yes DNS=yes SHARED=yes" | 24 | PCI_CONF_FLAG = "ZLIB=yes DNS=yes SHARED=yes" |