From 3d54063c988980544587c59593286de6e1a748ed Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Mon, 20 Mar 2006 23:58:29 +0000 Subject: quilt, autoconf, automake: Correct native package RDEPENDS git-svn-id: https://svn.o-hand.com/repos/poky/trunk@311 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- openembedded/packages/autoconf/autoconf-native_2.59.bb | 5 +++-- openembedded/packages/automake/automake-native.inc | 1 + openembedded/packages/quilt/quilt-native_0.42.bb | 5 ++--- 3 files changed, 6 insertions(+), 5 deletions(-) (limited to 'openembedded') diff --git a/openembedded/packages/autoconf/autoconf-native_2.59.bb b/openembedded/packages/autoconf/autoconf-native_2.59.bb index 3d761eac6..21a200245 100644 --- a/openembedded/packages/autoconf/autoconf-native_2.59.bb +++ b/openembedded/packages/autoconf/autoconf-native_2.59.bb @@ -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 diff --git a/openembedded/packages/automake/automake-native.inc b/openembedded/packages/automake/automake-native.inc index 172752f3a..9e89ac862 100644 --- a/openembedded/packages/automake/automake-native.inc +++ b/openembedded/packages/automake/automake-native.inc @@ -1,6 +1,7 @@ SECTION = "devel" include automake_${PV}.bb DEPENDS = "autoconf-native" +RDEPENDS_${PN} = "autoconf-native perl-native-runtime" inherit native diff --git a/openembedded/packages/quilt/quilt-native_0.42.bb b/openembedded/packages/quilt/quilt-native_0.42.bb index 6c54c476c..19b4a3b86 100644 --- a/openembedded/packages/quilt/quilt-native_0.42.bb +++ b/openembedded/packages/quilt/quilt-native_0.42.bb @@ -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 -- cgit v1.2.3