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

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

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