aboutsummaryrefslogtreecommitdiffstats
path: root/packages/quilt/quilt_0.37.bb
blob: fde048a4569b6255f05f780135fb858c4147130b (plain)
1
2
3
4
5
6
7
8
9
10
11
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