diff options
author | Richard Purdie <richard@openedhand.com> | 2006-03-20 23:58:29 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-03-20 23:58:29 +0000 |
commit | 3d54063c988980544587c59593286de6e1a748ed (patch) | |
tree | 0a5a1bea7a74fbac43c92a98823c0767426c1eab /openembedded/packages/quilt | |
parent | 14ed1250ccdce0ac65b8231ea232a316bb93b901 (diff) | |
download | openembedded-core-3d54063c988980544587c59593286de6e1a748ed.tar.gz openembedded-core-3d54063c988980544587c59593286de6e1a748ed.tar.bz2 openembedded-core-3d54063c988980544587c59593286de6e1a748ed.tar.xz openembedded-core-3d54063c988980544587c59593286de6e1a748ed.zip |
quilt, autoconf, automake: Correct native package RDEPENDS
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@311 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/packages/quilt')
-rw-r--r-- | openembedded/packages/quilt/quilt-native_0.42.bb | 5 |
1 files changed, 2 insertions, 3 deletions
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 |