[oe-commits] Martin Jansa : udisks: Add PACKAGECONFIG for parted

git at git.openembedded.org git at git.openembedded.org
Tue Sep 17 17:09:49 UTC 2013


Module: meta-openembedded.git
Branch: master
Commit: a84c2acd259191fd621d922cb3c89f6c83cae4ef
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=a84c2acd259191fd621d922cb3c89f6c83cae4ef

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Sun Aug 25 23:11:19 2013 +0200

udisks: Add PACKAGECONFIG for parted

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-oe/recipes-support/udisks/udisks_1.0.4.bb |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/meta-oe/recipes-support/udisks/udisks_1.0.4.bb b/meta-oe/recipes-support/udisks/udisks_1.0.4.bb
index fc5d95b..32f0c11 100644
--- a/meta-oe/recipes-support/udisks/udisks_1.0.4.bb
+++ b/meta-oe/recipes-support/udisks/udisks_1.0.4.bb
@@ -19,6 +19,9 @@ PR = "r9"
 
 inherit autotools systemd
 
+PACKAGECONFIG ??= ""
+PACKAGECONFIG[parted] = "--enable-parted,--disable-parted,parted"
+
 EXTRA_OECONF = "--disable-man-pages"
 
 FILES_${PN} += "${libdir}/polkit-1/extensions/*.so \



More information about the Openembedded-commits mailing list