aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/util-linux-ng
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denis@denix.org>2010-03-29 02:29:12 -0400
committerDenys Dmytriyenko <denis@denix.org>2010-03-29 02:37:05 -0400
commitf1ca258e4523b52314600232aa936906cc2bf8fe (patch)
tree1bf1c62f2b89f0ae425cbc4b286b9a82acaebbeb /recipes/util-linux-ng
parent8f605c607ec86011b146c74d2b04a95105de81fc (diff)
downloadopenembedded-f1ca258e4523b52314600232aa936906cc2bf8fe.tar.gz
util-linux-ng: disable building fallocate and chgrp-ing wall for -native
Fixes following build/install errors on Ubuntu 8.04: 1. Cannot find linux/falloc.h header 2. Cannot chgrp tty wall on install Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Diffstat (limited to 'recipes/util-linux-ng')
-rw-r--r--recipes/util-linux-ng/util-linux-ng_2.17.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/util-linux-ng/util-linux-ng_2.17.bb b/recipes/util-linux-ng/util-linux-ng_2.17.bb
index 00a044eb08..9b40ee1fd7 100644
--- a/recipes/util-linux-ng/util-linux-ng_2.17.bb
+++ b/recipes/util-linux-ng/util-linux-ng_2.17.bb
@@ -1,6 +1,6 @@
require util-linux-ng.inc
-PR = "${INC_PR}"
+PR = "${INC_PR}.1"
SRC_URI += "file://uclibc-compile.patch;patch=1 \
file://util-linux-ng-replace-siginterrupt.patch;patch=1 \
@@ -9,6 +9,7 @@ SRC_URI += "file://uclibc-compile.patch;patch=1 \
# fallocate is glibc 2.10, fallocate64 is glibc 2.11
# we need to disable it for older versions
EXTRA_OECONF += "ac_cv_func_fallocate=no"
+EXTRA_OECONF_virtclass-native += "--disable-fallocate --disable-use-tty-group"
SRC_URI[archive.md5sum] = "11cc8a0138019e7060dd275d47dbc096"
SRC_URI[archive.sha256sum] = "8720f7233394b68d17095707c195ebb014943c1075a18fb5fd21ec108f012be3"