Update quilt packages from OE

git-svn-id: https://svn.o-hand.com/repos/poky@205 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2005-12-22 17:38:45 +00:00
parent e752d6f3aa
commit 569aea695f
4 changed files with 2 additions and 24 deletions

View File

@ -2,7 +2,7 @@ include quilt.inc
INHIBIT_AUTOTOOLS_DEPS = "1"
SRC_URI = "cvs://anoncvs:@savannah.nongnu.org/cvsroot/quilt;method=ext;rsh=ssh;module=quilt;tag=VER_${@(bb.data.getVar('PV', d, 1) or '').replace('.', '_')} \
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 \
file://autoreconf.patch;patch=1"

View File

@ -1,11 +0,0 @@
include quilt.inc
PR = "r1"
SRC_URI = "http://savannah.nongnu.org/download/quilt/quilt-${PV}.tar.gz \
file://install.patch;patch=1 \
file://nostrip.patch;patch=1"
S = "${WORKDIR}/quilt-${PV}"
inherit autotools gettext
include quilt-package.inc

View File

@ -1,11 +0,0 @@
include quilt.inc
PR = "r2"
SRC_URI = "cvs://anoncvs:@savannah.nongnu.org/cvsroot/quilt;method=ext;rsh=ssh;module=quilt;tag=VER_${@(bb.data.getVar('PV', d, 1) or '').replace('.', '_')} \
file://install.patch;patch=1 \
file://nostrip.patch;patch=1"
S = "${WORKDIR}/quilt"
inherit autotools gettext
include quilt-package.inc

View File

@ -1,6 +1,6 @@
include quilt.inc
SRC_URI = "cvs://anoncvs:@savannah.nongnu.org/cvsroot/quilt;method=ext;rsh=ssh;module=quilt;tag=VER_${@(bb.data.getVar('PV', d, 1) or '').replace('.', '_')} \
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"
S = "${WORKDIR}/quilt"