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

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

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