[oe-commits] Martin Jansa : ntfs-3g-ntfsprogs: add packageconfig for uuid

git at git.openembedded.org git at git.openembedded.org
Sun Aug 25 07:06:28 UTC 2013


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

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Sun Jul 21 18:46:16 2013 +0200

ntfs-3g-ntfsprogs: add packageconfig for uuid

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

---

 .../ntfs-3g-ntfsprogs_2011.4.12.bb                 |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/meta-oe/recipes-support/ntfs-3g-ntfsprogs/ntfs-3g-ntfsprogs_2011.4.12.bb b/meta-oe/recipes-support/ntfs-3g-ntfsprogs/ntfs-3g-ntfsprogs_2011.4.12.bb
index db5686e..42f7ca5 100644
--- a/meta-oe/recipes-support/ntfs-3g-ntfsprogs/ntfs-3g-ntfsprogs_2011.4.12.bb
+++ b/meta-oe/recipes-support/ntfs-3g-ntfsprogs/ntfs-3g-ntfsprogs_2011.4.12.bb
@@ -15,6 +15,9 @@ SRC_URI[sha256sum] = "aa8c747f0bfe819b2387b05e12db8d35e4ac96dcb2432873a0b939e248
 
 inherit autotools
 
+PACKAGECONFIG ??= ""
+PACKAGECONFIG[uuid] = "--with-uuid,--without-uuid,util-linux"
+
 # required or it calls ldconfig at install step
 EXTRA_OEMAKE = "LDCONFIG=echo"
 



More information about the Openembedded-commits mailing list