aboutsummaryrefslogtreecommitdiffstats
path: root/packages/quilt/quilt_0.39.bb
blob: 43fc991b06c29c6f93313cfa9155cb7b06e7992f (plain)
1
2
3
4
5
6
7
8
9
10
include quilt.inc

SRC_URI = "cvs://anoncvs:@cvs.savannah.gnu.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"

inherit autotools gettext

include quilt-package.inc