summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/util-linux/util-linux_2.23.bb
diff options
context:
space:
mode:
authorJason Wessel <jason.wessel@windriver.com>2013-05-29 10:09:48 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-05-29 22:19:54 +0100
commit4eb49c00a18da3fef46b6d925a3d49cbefc29aa6 (patch)
tree87a14e45fa00679fbcd9c26fe9c46503e11d27ca /meta/recipes-core/util-linux/util-linux_2.23.bb
parent7dcb4452f38931114b11df15de8b0ab7e05f319e (diff)
downloadpoky-4eb49c00a18da3fef46b6d925a3d49cbefc29aa6.tar.gz
util-linux: Add ability to compile with nativesdk
Some of the tools in the util-linux are used for disk and text file operations in the nativesdk so as to get around different versions that may exist on the host system. (From OE-Core rev: 2348ce4fccf0ec4f3bc7aacf953eb03dfac0642a) Signed-off-by: Jason Wessel <jason.wessel@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/util-linux/util-linux_2.23.bb')
-rw-r--r--meta/recipes-core/util-linux/util-linux_2.23.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/util-linux/util-linux_2.23.bb b/meta/recipes-core/util-linux/util-linux_2.23.bb
index d80b382f67..5d9a8dc009 100644
--- a/meta/recipes-core/util-linux/util-linux_2.23.bb
+++ b/meta/recipes-core/util-linux/util-linux_2.23.bb
@@ -16,3 +16,4 @@ SRC_URI[sha256sum] = "19ee024b4c6678eaa928d38edc011c332b088e0ff06239575f6b7e00a1
16 16
17CACHED_CONFIGUREVARS += "scanf_cv_alloc_modifier=as" 17CACHED_CONFIGUREVARS += "scanf_cv_alloc_modifier=as"
18EXTRA_OECONF_class-native += "--disable-fallocate --disable-use-tty-group" 18EXTRA_OECONF_class-native += "--disable-fallocate --disable-use-tty-group"
19EXTRA_OECONF_class-nativesdk += "--disable-fallocate --disable-use-tty-group"