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/ipkg | |
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/ipkg')
-rw-r--r-- | meta/packages/ipkg/ipkg-native.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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 = "" |