diff options
author | Saul Wold <sgw@linux.intel.com> | 2011-12-10 12:19:55 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-12-12 21:50:07 +0000 |
commit | 8899f4840787ef043d952f8ea2ce5d78e5cc41ab (patch) | |
tree | f01ccfeb9952150c5d31af161382622cb51dcbfe | |
parent | 6e3a0c0eb6938f3f04fb42784fe1744f30762d3b (diff) | |
download | openembedded-core-8899f4840787ef043d952f8ea2ce5d78e5cc41ab.tar.gz openembedded-core-8899f4840787ef043d952f8ea2ce5d78e5cc41ab.tar.bz2 openembedded-core-8899f4840787ef043d952f8ea2ce5d78e5cc41ab.zip |
bitbake.conf: remove texinfo-native from ASSUME_PROVIDED
We need to build texinfo-native to get and install the makedoc tool
[YOCTO #1664]
Signed-off-by: Saul Wold <sgw@linux.intel.com>
-rw-r--r-- | meta/conf/bitbake.conf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index eeb1fc4abd..f79e3f7231 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf @@ -156,7 +156,6 @@ ASSUME_PROVIDED = "\ python-native-runtime \ subversion-native \ tar-native \ - texinfo-native \ virtual/libintl-native \ " |