From: Richard Purdie Date: Tue, 2 Oct 2012 13:12:21 +0000 (+0100) Subject: bitbake.conf: Add chrpath-native to ASSUME_PROVIDED X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~39816 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=97a3ea712003e8d48dc68c282e656591f39d2d1a;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git bitbake.conf: Add chrpath-native to ASSUME_PROVIDED We assume chrpath is provided natively so it should be listed in ASSUME_PROVIDED. Signed-off-by: Richard Purdie --- diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index e168ef1f5b7..c049b29f3ab 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf @@ -161,6 +161,7 @@ DATETIME = "${DATE}${TIME}" # its own in staging ASSUME_PROVIDED = "\ bzip2-native \ + chrpath-native \ git-native \ grep-native \ diffstat-native \ @@ -170,6 +171,7 @@ ASSUME_PROVIDED = "\ tar-native \ virtual/libintl-native \ " +# gzip-native should be listed above? ################################################################## # Package default variables.