aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2013-07-21 18:46:16 +0200
committerEric BĂ©nard <eric@eukrea.com>2013-08-22 09:51:27 +0200
commitf6c1025039be7415d8ba7f736d60fcc642b7b29f (patch)
tree768614917f7d75767ed76ff53b4351e6743ed8e9 /meta-oe/recipes-support
parent38e1bda66810486a0b4283f43ed6f4f7b57175ca (diff)
downloadmeta-openembedded-f6c1025039be7415d8ba7f736d60fcc642b7b29f.tar.gz
ntfs-3g-ntfsprogs: add packageconfig for uuid
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support')
-rw-r--r--meta-oe/recipes-support/ntfs-3g-ntfsprogs/ntfs-3g-ntfsprogs_2011.4.12.bb3
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 db5686e7d6..42f7ca5605 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"