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 | poky-3d54063c988980544587c59593286de6e1a748ed.tar.gz | |
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 6c54c476ce..19b4a3b865 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 | |||
| 2 | 2 | ||
| 3 | INHIBIT_AUTOTOOLS_DEPS = "1" | 3 | INHIBIT_AUTOTOOLS_DEPS = "1" |
| 4 | 4 | ||
| 5 | RDEPENDS_${PN} = "diffstat-native patch-native bzip2-native" | ||
| 6 | |||
| 5 | SRC_URI = "cvs://anonymous@cvs.savannah.nongnu.org/cvsroot/quilt;method=pserver;module=quilt;tag=VER_${@(bb.data.getVar('PV', d, 1) or '').replace('.', '_')} \ | 7 | SRC_URI = "cvs://anonymous@cvs.savannah.nongnu.org/cvsroot/quilt;method=pserver;module=quilt;tag=VER_${@(bb.data.getVar('PV', d, 1) or '').replace('.', '_')} \ |
| 6 | file://install.patch;patch=1 \ | 8 | file://install.patch;patch=1 \ |
| 7 | file://nostrip.patch;patch=1 \ | 9 | file://nostrip.patch;patch=1 \ |
| @@ -14,9 +16,6 @@ PATCHCLEANCMD = "" | |||
| 14 | PATCHCMD = "num='%s'; name='%s'; file='%s'; patch -p "$num" -i "$file"" | 16 | PATCHCMD = "num='%s'; name='%s'; file='%s'; patch -p "$num" -i "$file"" |
| 15 | EXTRA_OECONF = "--disable-nls" | 17 | EXTRA_OECONF = "--disable-nls" |
| 16 | 18 | ||
| 17 | #RDEPENDS_${PN} = "patch-native diffstat-native bzip2-native" | ||
| 18 | RDEPENDS_${PN} = "" | ||
| 19 | |||
| 20 | do_configure () { | 19 | do_configure () { |
| 21 | chmod 755 configure | 20 | chmod 755 configure |
| 22 | oe_runconf | 21 | oe_runconf |
