diff options
author | Saul Wold <sgw@linux.intel.com> | 2010-12-13 12:26:04 -0800 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2010-12-14 08:53:19 -0800 |
commit | a836ac47a20817dc90d72af4cfa07baa8839d25c (patch) | |
tree | 1be8408a00273d46ed41ade0a331509ed6cf976f /meta/recipes-devtools/rpm/rpm_5.1.10.bb | |
parent | 526da3b499d3259c9ded58f7dc9dd20af2985a9c (diff) | |
download | poky-a836ac47a20817dc90d72af4cfa07baa8839d25c.tar.gz |
rpm: Fix LIC_FILES_CHKSUM to use COPYING.LIB
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-devtools/rpm/rpm_5.1.10.bb')
-rw-r--r-- | meta/recipes-devtools/rpm/rpm_5.1.10.bb | 2 |
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" | |||
2 | DESCRIPTION_rpm-build = "The RPM Package Manager rpmbuild and related commands." | 2 | DESCRIPTION_rpm-build = "The RPM Package Manager rpmbuild and related commands." |
3 | HOMEPAGE = "http://rpm5.org/" | 3 | HOMEPAGE = "http://rpm5.org/" |
4 | LICENSE = "LGPL 2.1" | 4 | LICENSE = "LGPL 2.1" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1" | 5 | LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1" |
6 | 6 | ||
7 | DEPENDS = "zlib perl popt beecrypt python libpcre elfutils" | 7 | DEPENDS = "zlib perl popt beecrypt python libpcre elfutils" |
8 | PR = "r7" | 8 | PR = "r7" |