mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 18:49:32 +02:00
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
This commit is contained in:
@@ -7,6 +7,6 @@ inherit native
|
||||
|
||||
EXTRA_OECONF += "--with-ipkgdir=${target_libdir}/ipkg"
|
||||
|
||||
DEPENDS = "libtool-native automake-native virtual/update-alternatives"
|
||||
DEPENDS = "libtool-native automake-native virtual/update-alternatives-native"
|
||||
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/ipkg-${PV}"
|
||||
PROVIDES = ""
|
||||
|
||||
Reference in New Issue
Block a user