quilt, autoconf, automake: Correct native package RDEPENDS

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@311 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2006-03-20 23:58:29 +00:00
parent 14ed1250cc
commit 3d54063c98
3 changed files with 6 additions and 5 deletions

View File

@ -1,9 +1,10 @@
SECTION = "devel"
include autoconf_${PV}.bb
DEPENDS = "m4-native gnu-config-native"
RDEPENDS_${PN} = "m4-native gnu-config-native"
RRECOMMENDS_${PN} = "automake-native"
S = "${WORKDIR}/autoconf-${PV}"
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/autoconf-${PV}"
#RDEPENDS_${PN} = "m4-native gnu-config-native"
RDEPENDS_${PN} = ""
inherit native

View File

@ -1,6 +1,7 @@
SECTION = "devel"
include automake_${PV}.bb
DEPENDS = "autoconf-native"
RDEPENDS_${PN} = "autoconf-native perl-native-runtime"
inherit native

View File

@ -2,6 +2,8 @@ include quilt.inc
INHIBIT_AUTOTOOLS_DEPS = "1"
RDEPENDS_${PN} = "diffstat-native patch-native bzip2-native"
SRC_URI = "cvs://anonymous@cvs.savannah.nongnu.org/cvsroot/quilt;method=pserver;module=quilt;tag=VER_${@(bb.data.getVar('PV', d, 1) or '').replace('.', '_')} \
file://install.patch;patch=1 \
file://nostrip.patch;patch=1 \
@ -14,9 +16,6 @@ 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