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 | |
parent | f790c5892a2cf11828114dafe3ccbfb19d83cd3c (diff) | |
download | poky-6b89e677ec68f3c2bb7ff1b34c663e9f5e8b6aa5.tar.gz |
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')
-rw-r--r-- | meta/packages/dpkg/dpkg-native_1.13.22.bb | 2 | ||||
-rw-r--r-- | meta/packages/ipkg/ipkg-native.inc | 2 |
2 files changed, 2 insertions, 2 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 @@ | |||
1 | require dpkg.inc | 1 | require dpkg.inc |
2 | PR = "r1" | 2 | PR = "r1" |
3 | DEPENDS += "ncurses-native zlib-native virtual/update-alternatives" | 3 | DEPENDS += "ncurses-native zlib-native virtual/update-alternatives-native" |
4 | SRC_URI += "file://noman.patch;patch=1" | 4 | SRC_URI += "file://noman.patch;patch=1" |
5 | 5 | ||
6 | inherit native | 6 | inherit native |
diff --git a/meta/packages/ipkg/ipkg-native.inc b/meta/packages/ipkg/ipkg-native.inc index 070086a638..89b1a5fab0 100644 --- a/meta/packages/ipkg/ipkg-native.inc +++ b/meta/packages/ipkg/ipkg-native.inc | |||
@@ -7,6 +7,6 @@ inherit native | |||
7 | 7 | ||
8 | EXTRA_OECONF += "--with-ipkgdir=${target_libdir}/ipkg" | 8 | EXTRA_OECONF += "--with-ipkgdir=${target_libdir}/ipkg" |
9 | 9 | ||
10 | DEPENDS = "libtool-native automake-native virtual/update-alternatives" | 10 | DEPENDS = "libtool-native automake-native virtual/update-alternatives-native" |
11 | FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/ipkg-${PV}" | 11 | FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/ipkg-${PV}" |
12 | PROVIDES = "" | 12 | PROVIDES = "" |