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_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_0.42.bb')
| -rw-r--r-- | openembedded/packages/quilt/quilt_0.42.bb | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/openembedded/packages/quilt/quilt_0.42.bb b/openembedded/packages/quilt/quilt_0.42.bb index 44a0d9529b..51bfa7a469 100644 --- a/openembedded/packages/quilt/quilt_0.42.bb +++ b/openembedded/packages/quilt/quilt_0.42.bb | |||
| @@ -1,9 +1,6 @@ | |||
| 1 | include quilt.inc | 1 | RDEPENDS_${PN} += "patch diffstat bzip2" |
| 2 | 2 | ||
| 3 | SRC_URI = "cvs://anonymous@cvs.savannah.nongnu.org/cvsroot/quilt;method=pserver;module=quilt;tag=VER_${@(bb.data.getVar('PV', d, 1) or '').replace('.', '_')} \ | 3 | include quilt.inc |
| 4 | file://install.patch;patch=1 \ | ||
| 5 | file://nostrip.patch;patch=1" | ||
| 6 | S = "${WORKDIR}/quilt" | ||
| 7 | 4 | ||
| 8 | inherit autotools gettext | 5 | inherit autotools gettext |
| 9 | 6 | ||
