mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00: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:
@@ -1,6 +1,6 @@
|
|||||||
require dpkg.inc
|
require dpkg.inc
|
||||||
PR = "r1"
|
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"
|
SRC_URI += "file://noman.patch;patch=1"
|
||||||
|
|
||||||
inherit native
|
inherit native
|
||||||
|
|||||||
@@ -7,6 +7,6 @@ inherit native
|
|||||||
|
|
||||||
EXTRA_OECONF += "--with-ipkgdir=${target_libdir}/ipkg"
|
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}"
|
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/ipkg-${PV}"
|
||||||
PROVIDES = ""
|
PROVIDES = ""
|
||||||
|
|||||||
Reference in New Issue
Block a user