diff options
author | Richard Purdie <richard@openedhand.com> | 2006-09-22 16:22:10 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-09-22 16:22:10 +0000 |
commit | 6b89e677ec68f3c2bb7ff1b34c663e9f5e8b6aa5 (patch) | |
tree | 7522a78bfee1070969aa0e89bbbe7bfdee44bf87 /meta/packages/dpkg | |
parent | f790c5892a2cf11828114dafe3ccbfb19d83cd3c (diff) | |
download | openembedded-core-6b89e677ec68f3c2bb7ff1b34c663e9f5e8b6aa5.tar.gz openembedded-core-6b89e677ec68f3c2bb7ff1b34c663e9f5e8b6aa5.tar.bz2 openembedded-core-6b89e677ec68f3c2bb7ff1b34c663e9f5e8b6aa5.zip |
ipkg/dpkg: -native packages need to depend on virtual/-native version
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@747 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/dpkg')
-rw-r--r-- | meta/packages/dpkg/dpkg-native_1.13.22.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/dpkg/dpkg-native_1.13.22.bb b/meta/packages/dpkg/dpkg-native_1.13.22.bb index db71ab08e8..67e9306de6 100644 --- a/meta/packages/dpkg/dpkg-native_1.13.22.bb +++ b/meta/packages/dpkg/dpkg-native_1.13.22.bb @@ -1,6 +1,6 @@ require dpkg.inc PR = "r1" -DEPENDS += "ncurses-native zlib-native virtual/update-alternatives" +DEPENDS += "ncurses-native zlib-native virtual/update-alternatives-native" SRC_URI += "file://noman.patch;patch=1" inherit native |