quilt: upgrade from 0.47 to 0.48

Also update metadata variables like LICENSE & LIC_CHKSUM_FILES

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
This commit is contained in:
Nitin A Kamble 2010-06-22 02:39:19 -07:00 committed by Saul Wold
parent 3881d4ce5c
commit 31c0e3df13
10 changed files with 16 additions and 17 deletions

View File

@ -1,4 +1,4 @@
SRC_URI_append_build-darwin = "? file://non-gnu.patch;patch=1 "
SRC_URI_append_build-darwin = "? file://non-gnu.patch "
RDEPENDS_${PN} = "diffstat-native patch-native bzip2-native util-linux-native"
INHIBIT_AUTOTOOLS_DEPS = "1"

View File

@ -1,4 +0,0 @@
require quilt_${PV}.inc
require quilt-native.inc
PR = "r2"

View File

@ -0,0 +1,4 @@
require quilt.inc
require quilt-native.inc
PR = "r0"

View File

@ -1,9 +1,11 @@
DESCRIPTION = "Tool to work with series of patches."
HOMEPAGE = "http://savannah.nongnu.org/projects/quilt/"
SECTION = "devel"
LICENSE = "GPL"
LICENSE = "GPLv2"
LIC_CHKSUM_FILES = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
SRC_URI = "http://download.savannah.gnu.org/releases/quilt/quilt-${PV}.tar.gz "
SRC_URI = "http://download.savannah.gnu.org/releases/quilt/quilt-${PV}.tar.gz \
file://install.patch"
inherit autotools

View File

@ -1,7 +0,0 @@
require quilt_${PV}.inc
RDEPENDS_${PN} += "patch diffstat bzip2 util-linux"
SRC_URI += "file://aclocal.patch;patch=1"
PR = "r1"
inherit gettext

View File

@ -1,3 +0,0 @@
require quilt.inc
SRC_URI += "file://install.patch;patch=1"

View File

@ -0,0 +1,7 @@
require quilt.inc
RDEPENDS_${PN} += "patch diffstat bzip2 util-linux"
PR = "r0"
SRC_URI += "file://aclocal.patch"
inherit gettext