mirror of
https://git.yoctoproject.org/poky
synced 2026-05-02 18:32:15 +02:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@530 311d38ba-8fff-0310-9ca6-ca027cbcb966
14 lines
442 B
PHP
14 lines
442 B
PHP
DESCRIPTION = "Tool to work with series of patches."
|
|
HOMEPAGE = "http://savannah.nongnu.org/projects/quilt/"
|
|
SECTION = "devel"
|
|
MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
|
|
LICENSE = "GPL"
|
|
|
|
SRC_URI = "http://download.savannah.gnu.org/releases/quilt/quilt-${PV}.tar.gz \
|
|
file://install.patch;patch=1 \
|
|
file://nostrip.patch;patch=1"
|
|
|
|
SRC_URI_append_build-darwin = " file://non-gnu.patch;patch=1 "
|
|
|
|
S = "${WORKDIR}/quilt-${PV}"
|