aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/quilt/quilt.inc
blob: f266aa54c02dcc47b28a5f25a9e2d52473b7be6d (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;apply=yes"

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