* [PATCH 0/1] pciutils: change default value of PACKAGECONFIG
@ 2014-12-29 12:04 Chen Qi
2014-12-29 12:04 ` [PATCH 1/1] " Chen Qi
0 siblings, 1 reply; 2+ messages in thread
From: Chen Qi @ 2014-12-29 12:04 UTC (permalink / raw)
To: openembedded-core
The following changes since commit 859fb4d9ec6974be9ce755e4ffefd9b199f3604c:
binutils: several security fixes (2014-12-27 09:16:08 +0000)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib ChenQi/pciutils-PACKAGECONFIG
http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=ChenQi/pciutils-PACKAGECONFIG
Chen Qi (1):
pciutils: change default value of PACKAGECONFIG
meta/recipes-bsp/pciutils/pciutils_3.3.0.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
1.9.1
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH 1/1] pciutils: change default value of PACKAGECONFIG
2014-12-29 12:04 [PATCH 0/1] pciutils: change default value of PACKAGECONFIG Chen Qi
@ 2014-12-29 12:04 ` Chen Qi
0 siblings, 0 replies; 2+ messages in thread
From: Chen Qi @ 2014-12-29 12:04 UTC (permalink / raw)
To: openembedded-core
Default PACKAGECONFIG value to "hwdb" if 'systemd' is in DISTRO_FEATURES.
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
---
meta/recipes-bsp/pciutils/pciutils_3.3.0.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-bsp/pciutils/pciutils_3.3.0.bb b/meta/recipes-bsp/pciutils/pciutils_3.3.0.bb
index f544919..b713512 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
inherit multilib_header
-PACKAGECONFIG ??= ""
+PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'hwdb', '', d)}"
PACKAGECONFIG[hwdb] = "HWDB=yes,HWDB=no,udev"
PCI_CONF_FLAG = "ZLIB=yes DNS=yes SHARED=yes"
--
1.9.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-12-29 12:04 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-29 12:04 [PATCH 0/1] pciutils: change default value of PACKAGECONFIG Chen Qi
2014-12-29 12:04 ` [PATCH 1/1] " Chen Qi
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox