blob: d5dd9255b8baab949bca0fee69ef22e409c0463f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
include quilt.inc
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 "
SRC_URI_append_build-darwin = " file://non-gnu.patch;patch=1 "
S = "${WORKDIR}/quilt"
inherit autotools gettext
include quilt-package.inc
|