diff options
author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2010-06-22 02:39:19 -0700 |
---|---|---|
committer | Saul Wold <Saul.Wold@intel.com> | 2010-06-30 23:30:27 -0700 |
commit | 31c0e3df13151307c34d40c5c746f55c5e068127 (patch) | |
tree | dff11d1b3346ae99d8dd929ea98eef3572a87a64 /meta/packages/quilt/quilt.inc | |
parent | 3881d4ce5c296eb4b682cb1731e830f27d385967 (diff) | |
download | poky-31c0e3df13151307c34d40c5c746f55c5e068127.tar.gz |
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>
Diffstat (limited to 'meta/packages/quilt/quilt.inc')
-rw-r--r-- | meta/packages/quilt/quilt.inc | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/meta/packages/quilt/quilt.inc b/meta/packages/quilt/quilt.inc index 944990cd95..e5e0a4feca 100644 --- a/meta/packages/quilt/quilt.inc +++ b/meta/packages/quilt/quilt.inc | |||
@@ -1,9 +1,11 @@ | |||
1 | DESCRIPTION = "Tool to work with series of patches." | 1 | DESCRIPTION = "Tool to work with series of patches." |
2 | HOMEPAGE = "http://savannah.nongnu.org/projects/quilt/" | 2 | HOMEPAGE = "http://savannah.nongnu.org/projects/quilt/" |
3 | SECTION = "devel" | 3 | SECTION = "devel" |
4 | LICENSE = "GPL" | 4 | LICENSE = "GPLv2" |
5 | LIC_CHKSUM_FILES = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | ||
5 | 6 | ||
6 | SRC_URI = "http://download.savannah.gnu.org/releases/quilt/quilt-${PV}.tar.gz " | 7 | SRC_URI = "http://download.savannah.gnu.org/releases/quilt/quilt-${PV}.tar.gz \ |
8 | file://install.patch" | ||
7 | 9 | ||
8 | inherit autotools | 10 | inherit autotools |
9 | 11 | ||