From: Saul Wold Date: Mon, 13 Dec 2010 20:26:04 +0000 (-0800) Subject: rpm: Fix LIC_FILES_CHKSUM to use COPYING.LIB X-Git-Tag: 2011-1~3461 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=a836ac47a20817dc90d72af4cfa07baa8839d25c;p=openembedded-core.git rpm: Fix LIC_FILES_CHKSUM to use COPYING.LIB Signed-off-by: Saul Wold --- 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"