diff options
author | Mark Hatle <mark.hatle@windriver.com> | 2010-09-29 12:28:25 -0500 |
---|---|---|
committer | Saul Wold <Saul.Wold@intel.com> | 2010-09-30 10:06:24 -0700 |
commit | 41f19342f18b121ea55c4705d665e572465c571c (patch) | |
tree | 9d35720fbd24ae840acc9d073872f1df4507167c /meta | |
parent | ce373c7cc330562594da95ba14c463acb2c88f6e (diff) | |
download | poky-41f19342f18b121ea55c4705d665e572465c571c.tar.gz |
rpm_5.1.10.bb: The upstream location has changed
rpm_5.1.10.bb: bump PR
[BUGID #357]
The upstream distribution location for the Poky 5.1.10 version of RPM
has changed. Correct it to the new location.
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/rpm/rpm_5.1.10.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/rpm/rpm_5.1.10.bb b/meta/recipes-devtools/rpm/rpm_5.1.10.bb index cbae3f3b31..ab45e067cb 100644 --- a/meta/recipes-devtools/rpm/rpm_5.1.10.bb +++ b/meta/recipes-devtools/rpm/rpm_5.1.10.bb | |||
@@ -3,9 +3,9 @@ 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 | DEPENDS = "zlib perl popt beecrypt python libpcre elfutils" | 5 | DEPENDS = "zlib perl popt beecrypt python libpcre elfutils" |
6 | PR = "r5" | 6 | PR = "r6" |
7 | 7 | ||
8 | SRC_URI = "http://www.rpm5.org/files/rpm/rpm-5.1/SNAPSHOT/${BPN}-${PV}.tar.gz \ | 8 | SRC_URI = "http://www.rpm5.org/files/rpm/rpm-5.1/POKY/${BPN}-${PV}.tar.gz \ |
9 | file://hdraddorappend.patch \ | 9 | file://hdraddorappend.patch \ |
10 | file://export-rpmbag-h.patch \ | 10 | file://export-rpmbag-h.patch \ |
11 | file://rpm-nrescan.patch \ | 11 | file://rpm-nrescan.patch \ |