summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2010-12-13 12:26:04 -0800
committerSaul Wold <sgw@linux.intel.com>2010-12-14 08:53:19 -0800
commita836ac47a20817dc90d72af4cfa07baa8839d25c (patch)
tree1be8408a00273d46ed41ade0a331509ed6cf976f
parent526da3b499d3259c9ded58f7dc9dd20af2985a9c (diff)
downloadopenembedded-core-contrib-a836ac47a20817dc90d72af4cfa07baa8839d25c.tar.gz
rpm: Fix LIC_FILES_CHKSUM to use COPYING.LIB
Signed-off-by: Saul Wold <sgw@linux.intel.com>
-rw-r--r--meta/recipes-devtools/rpm/rpm_5.1.10.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/rpm/rpm_5.1.10.bb b/meta/recipes-devtools/rpm/rpm_5.1.10.bb
index 5211a44e8b..efb4eae891 100644
--- a/meta/recipes-devtools/rpm/rpm_5.1.10.bb
+++ b/meta/recipes-devtools/rpm/rpm_5.1.10.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "The RPM Package Manager - relaunched"
DESCRIPTION_rpm-build = "The RPM Package Manager rpmbuild and related commands."
HOMEPAGE = "http://rpm5.org/"
LICENSE = "LGPL 2.1"
-LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1"
+LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1"
DEPENDS = "zlib perl popt beecrypt python libpcre elfutils"
PR = "r7"