diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-03-05 08:29:17 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-03-07 00:11:39 +0000 |
commit | e46715696b19b0a3899f061fa1971a03f75fd866 (patch) | |
tree | 6a4ab6ed0e5efbfc20a87181a41652485c7b5d69 | |
parent | a91713fde77aafd0b41b97a1c96f0188a4b2e473 (diff) | |
download | poky-e46715696b19b0a3899f061fa1971a03f75fd866.tar.gz |
bitbake.conf: Add libgcc-native to ASSUME_PROVIDED
Changes to the btrfs-tools recipe means we need to add libgcc-native
to ASSUME_PROVIDED.
(From OE-Core rev: 448726469761b8cdc4b4acedb664cede994dde12)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/conf/bitbake.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 1c43d736fa..9cec7dd1bc 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf | |||
@@ -175,6 +175,7 @@ ASSUME_PROVIDED = "\ | |||
175 | grep-native \ | 175 | grep-native \ |
176 | diffstat-native \ | 176 | diffstat-native \ |
177 | patch-native \ | 177 | patch-native \ |
178 | libgcc-native \ | ||
178 | hostperl-runtime-native \ | 179 | hostperl-runtime-native \ |
179 | hostpython-runtime-native \ | 180 | hostpython-runtime-native \ |
180 | tar-native \ | 181 | tar-native \ |