diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/conf/bitbake.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index e168ef1f5b..c049b29f3a 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. |