summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core
diff options
context:
space:
mode:
authorLianhao Lu <lianhao.lu@intel.com>2011-03-15 17:37:11 +0800
committerSaul Wold <sgw@linux.intel.com>2011-03-15 12:55:50 -0700
commita6f0062bd787cbc0e804a65afe7f6ad1a9f57c4c (patch)
treeadb0f935bade52367a854decaf7bfac8b8a3239d /meta/recipes-core
parentc86bd7f528b9e57d5fe7cd9e633e867a80974cd8 (diff)
downloadpoky-a6f0062bd787cbc0e804a65afe7f6ad1a9f57c4c.tar.gz
package-index.bb: Added missing dependencies.
[YOCTO #871] Added missing dependencies to opkg-utils-native and opkg-native. (From OE-Core rev: f50997891a236954f827de73e9422a67eaacb95c) Signed-off-by: Lianhao Lu <lianhao.lu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r--meta/recipes-core/meta/package-index.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-core/meta/package-index.bb b/meta/recipes-core/meta/package-index.bb
index c9e969498c..3c642cb571 100644
--- a/meta/recipes-core/meta/package-index.bb
+++ b/meta/recipes-core/meta/package-index.bb
@@ -20,6 +20,9 @@ do_populate_sysroot[noexec] = "1"
20 20
21do_package_index[nostamp] = "1" 21do_package_index[nostamp] = "1"
22do_package_index[dirs] = "${DEPLOY_DIR_IPK}" 22do_package_index[dirs] = "${DEPLOY_DIR_IPK}"
23do_package_index[depends] += "opkg-utils-native:do_populate_sysroot"
24do_package_index[depends] += "opkg-native:do_populate_sysroot"
25
23do_package_index() { 26do_package_index() {
24 set -ex 27 set -ex
25 package_update_index_ipk 28 package_update_index_ipk