systemd: Enable pam if present in DISTRO_FEATURES
[openembedded.git] / recipes / quilt / quilt.inc
blob329c3b514c25e06089cee66488da18e5979b5fed
1 DESCRIPTION = "Tool to work with series of patches."
2 HOMEPAGE = "http://savannah.nongnu.org/projects/quilt/"
3 SECTION = "devel"
4 LICENSE = "GPLv2+"
5 INC_PR = "r7"
7 SRC_URI = "http://download.savannah.gnu.org/releases/quilt/quilt-${PV}.tar.gz \
8            file://install.patch \
9            file://no_rm_symlinks.patch \
10            file://use-cp-for-patch-backup.patch \
11            "
13 S = "${WORKDIR}/quilt-${PV}"