From patchwork Tue Oct 2 13:12:21 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: bitbake.conf: Add chrpath-native to ASSUME_PROVIDED Date: Tue, 02 Oct 2012 13:12:21 -0000 From: Richard Purdie X-Patchwork-Id: 37597 Message-Id: <1349183541.15753.147.camel@ted> To: openembedded-core 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 e168ef1..c049b29 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.