mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 09:49:33 +02:00
Fix an bitbake RDEPENDS bug and add a hack to work around quilt-native issues (the alternative is to start creating a load of native packages to map the runtime depends to build time ones).
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@275 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -14,6 +14,9 @@ PATCHCLEANCMD = ""
|
||||
PATCHCMD = "num='%s'; name='%s'; file='%s'; patch -p "$num" -i "$file""
|
||||
EXTRA_OECONF = "--disable-nls"
|
||||
|
||||
#RDEPENDS_${PN} = "patch-native diffstat-native bzip2-native"
|
||||
RDEPENDS_${PN} = ""
|
||||
|
||||
do_configure () {
|
||||
chmod 755 configure
|
||||
oe_runconf
|
||||
|
||||
Reference in New Issue
Block a user