aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/quilt/quilt.inc
blob: 329c3b514c25e06089cee66488da18e5979b5fed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
DESCRIPTION = "Tool to work with series of patches."
HOMEPAGE = "http://savannah.nongnu.org/projects/quilt/"
SECTION = "devel"
LICENSE = "GPLv2+"
INC_PR = "r7"

SRC_URI = "http://download.savannah.gnu.org/releases/quilt/quilt-${PV}.tar.gz \
           file://install.patch \
	   file://no_rm_symlinks.patch \
	   file://use-cp-for-patch-backup.patch \
	   "

S = "${WORKDIR}/quilt-${PV}"