diff options
| author | Richard Purdie <richard@openedhand.com> | 2006-05-09 18:38:19 +0000 |
|---|---|---|
| committer | Richard Purdie <richard@openedhand.com> | 2006-05-09 18:38:19 +0000 |
| commit | b4cb437c6595ff8ac13506e502fe04b1a60c4e04 (patch) | |
| tree | f529de217094f1a49049f90c49d779a49e19cd7c /openembedded/packages/quilt/quilt-native_0.42.bb | |
| parent | 3baacb49c13a48798d45e30a0a0076ca0b8c9e6a (diff) | |
| download | poky-b4cb437c6595ff8ac13506e502fe04b1a60c4e04.tar.gz | |
Merge packages changes from OE into poky.
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@386 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/packages/quilt/quilt-native_0.42.bb')
| -rw-r--r-- | openembedded/packages/quilt/quilt-native_0.42.bb | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/openembedded/packages/quilt/quilt-native_0.42.bb b/openembedded/packages/quilt/quilt-native_0.42.bb index 19b4a3b865..d9bdc0e00c 100644 --- a/openembedded/packages/quilt/quilt-native_0.42.bb +++ b/openembedded/packages/quilt/quilt-native_0.42.bb | |||
| @@ -1,14 +1,7 @@ | |||
| 1 | include quilt.inc | 1 | include quilt.inc |
| 2 | |||
| 3 | INHIBIT_AUTOTOOLS_DEPS = "1" | ||
| 4 | |||
| 5 | RDEPENDS_${PN} = "diffstat-native patch-native bzip2-native" | 2 | RDEPENDS_${PN} = "diffstat-native patch-native bzip2-native" |
| 6 | 3 | ||
| 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('.', '_')} \ | 4 | INHIBIT_AUTOTOOLS_DEPS = "1" |
| 8 | file://install.patch;patch=1 \ | ||
| 9 | file://nostrip.patch;patch=1 \ | ||
| 10 | file://autoreconf.patch;patch=1" | ||
| 11 | S = "${WORKDIR}/quilt" | ||
| 12 | 5 | ||
| 13 | inherit autotools native | 6 | inherit autotools native |
| 14 | 7 | ||
| @@ -17,6 +10,5 @@ PATCHCMD = "num='%s'; name='%s'; file='%s'; patch -p "$num" -i "$file"" | |||
| 17 | EXTRA_OECONF = "--disable-nls" | 10 | EXTRA_OECONF = "--disable-nls" |
| 18 | 11 | ||
| 19 | do_configure () { | 12 | do_configure () { |
| 20 | chmod 755 configure | ||
| 21 | oe_runconf | 13 | oe_runconf |
| 22 | } | 14 | } |
