diff options
| author | Qing He <qing.he@intel.com> | 2011-05-27 17:03:18 +0800 |
|---|---|---|
| committer | Joshua Lock <josh@linux.intel.com> | 2011-10-14 09:38:40 -0700 |
| commit | b3cb28df9f83f024a9fb43e46574745a76ac09cf (patch) | |
| tree | d8497a90292b03c9f37f7637420fe43b9173f3e8 /meta/recipes-devtools/rpm/rpm_5.4.0.bb | |
| parent | 14c9af0056d9ba63c9a509624cc835cb8ee2b8ad (diff) | |
| download | poky-b3cb28df9f83f024a9fb43e46574745a76ac09cf.tar.gz | |
rpm: fix fprint pointer issue
[YOCTO #1030]
(From OE-Core rev: bc4b86639a713c877dbe5e0f984873915d1578d4)
Signed-off-by: Qing He <qing.he@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/rpm/rpm_5.4.0.bb')
| -rw-r--r-- | meta/recipes-devtools/rpm/rpm_5.4.0.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-devtools/rpm/rpm_5.4.0.bb b/meta/recipes-devtools/rpm/rpm_5.4.0.bb index dd51c9c3b3..24a92685d2 100644 --- a/meta/recipes-devtools/rpm/rpm_5.4.0.bb +++ b/meta/recipes-devtools/rpm/rpm_5.4.0.bb | |||
| @@ -43,7 +43,7 @@ LICENSE = "LGPL 2.1" | |||
| 43 | LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1" | 43 | LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1" |
| 44 | 44 | ||
| 45 | DEPENDS = "bzip2 zlib python perl db openssl elfutils expat libpcre attr acl popt" | 45 | DEPENDS = "bzip2 zlib python perl db openssl elfutils expat libpcre attr acl popt" |
| 46 | PR = "r15" | 46 | PR = "r16" |
| 47 | 47 | ||
| 48 | # rpm2cpio is a shell script, which is part of the rpm src.rpm. It is needed | 48 | # rpm2cpio is a shell script, which is part of the rpm src.rpm. It is needed |
| 49 | # in order to extract the distribution SRPM into a format we can extract... | 49 | # in order to extract the distribution SRPM into a format we can extract... |
| @@ -57,6 +57,7 @@ SRC_URI = "http://www.rpm5.org/files/rpm/rpm-5.4/rpm-5.4.0-0.20101229.src.rpm;ex | |||
| 57 | file://rpm-nofsync.patch \ | 57 | file://rpm-nofsync.patch \ |
| 58 | file://rpm-solvedb.patch \ | 58 | file://rpm-solvedb.patch \ |
| 59 | file://rpm-tools-mtree-LDFLAGS.patch \ | 59 | file://rpm-tools-mtree-LDFLAGS.patch \ |
| 60 | file://fprint-pointer-fix.patch \ | ||
| 60 | " | 61 | " |
| 61 | 62 | ||
| 62 | # file://hdraddorappend.patch \ | 63 | # file://hdraddorappend.patch \ |
