summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/quilt
diff options
context:
space:
mode:
authorDarren Hart <dvhart@linux.intel.com>2010-12-10 11:34:29 -0800
committerSaul Wold <Saul.Wold@intel.com>2010-12-10 22:01:44 -0800
commit03ae4a68cbc69de11a394b8d5bdff0fc4f5c349e (patch)
tree0b75fe6ba30ba8c4c6ea966b1aa6ea17f55879ce /meta/recipes-devtools/quilt
parent042ba68b825863a2932ceaa3e5600158194eac44 (diff)
downloadpoky-03ae4a68cbc69de11a394b8d5bdff0fc4f5c349e.tar.gz
Correct LIC_FILES_CHKSUM typos
An investigation into undocumented variables uncovered a handful of LIC_FILES_CHKSUM spelling errors Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Diffstat (limited to 'meta/recipes-devtools/quilt')
-rw-r--r--meta/recipes-devtools/quilt/quilt.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/quilt/quilt.inc b/meta/recipes-devtools/quilt/quilt.inc
index 77d1bcf55e..45425116af 100644
--- a/meta/recipes-devtools/quilt/quilt.inc
+++ b/meta/recipes-devtools/quilt/quilt.inc
@@ -2,7 +2,7 @@ DESCRIPTION = "Tool to work with series of patches."
2HOMEPAGE = "http://savannah.nongnu.org/projects/quilt/" 2HOMEPAGE = "http://savannah.nongnu.org/projects/quilt/"
3SECTION = "devel" 3SECTION = "devel"
4LICENSE = "GPLv2" 4LICENSE = "GPLv2"
5LIC_CHKSUM_FILES = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" 5LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
6 6
7SRC_URI = "http://download.savannah.gnu.org/releases/quilt/quilt-${PV}.tar.gz \ 7SRC_URI = "http://download.savannah.gnu.org/releases/quilt/quilt-${PV}.tar.gz \
8 file://install.patch \ 8 file://install.patch \