]> code.ossystems Code Review - openembedded-core.git/commitdiff
rpm: Tweak patches to remove popt problem
authorRichard Purdie <richard@openedhand.com>
Mon, 25 Aug 2008 22:10:51 +0000 (22:10 +0000)
committerRichard Purdie <richard@openedhand.com>
Mon, 25 Aug 2008 22:10:51 +0000 (22:10 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5103 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/rpm/files/cross_libpaths.patch
meta/packages/rpm/rpm-native_4.4.2.3.bb
meta/packages/rpm/rpm_4.4.2.3.bb

index 798db15cf004b180592aab13f02baeaf3291daff..9e8f7dca829f073e0002dfb8a3d5fb21c89d33ae 100644 (file)
@@ -117,7 +117,7 @@ Index: rpm-4.4.2.3/rpmio/rpmio_internal.h
 Index: rpm-4.4.2.3/Makefile.am
 ===================================================================
 --- rpm-4.4.2.3.orig/Makefile.am       2008-04-01 08:28:21.000000000 +0100
-+++ rpm-4.4.2.3/Makefile.am    2008-08-23 12:07:29.000000000 +0100
++++ rpm-4.4.2.3/Makefile.am    2008-08-25 23:09:40.000000000 +0100
 @@ -10,7 +10,7 @@
        po/*.in po/*.po po/rpm.pot \
        rpm.magic rpmpopt-$(VERSION) rpmqv.c 
@@ -127,6 +127,15 @@ Index: rpm-4.4.2.3/Makefile.am
  
  INCLUDES = \
        -I$(top_srcdir)/build \
+@@ -93,7 +93,7 @@
+ rpm2cpio_LDFLAGS =    $(myLDFLAGS)
+ rpm2cpio_LDADD =      $(myLDADD) @LIBMISC@
+-$(PROGRAMS):          $(myLDADD) @WITH_APIDOCS_TARGET@
++$(PROGRAMS):          @WITH_APIDOCS_TARGET@
+ .PHONY:       splint
+ splint:
 Index: rpm-4.4.2.3/rpmdb/Makefile.am
 ===================================================================
 --- rpm-4.4.2.3.orig/rpmdb/Makefile.am 2008-04-01 08:28:22.000000000 +0100
index 517b571db5012190a158ae6abb51d87b846cd6c8..2e949dcd2488ecd162b627ae948fac3633acc9de 100644 (file)
@@ -3,7 +3,5 @@ inherit native
 
 DEPENDS = "beecrypt-native zlib-native file-native popt-native python-native"
 
-PR = "r2"
-
 export sharedstatedir = "${layout_sharedstatedir}"
 export localstatedir = "${layout_localstatedir}"
index 7edecbcba60466c61e1414b466e2babb9e48fe35..4e868e37163c858eac859e98744db17806433148 100644 (file)
@@ -2,7 +2,7 @@ DESCRIPTION = "The RPM Package Manager."
 HOMEPAGE = "http://rpm.org/"
 LICENSE = "LGPL GPL"
 DEPENDS = "zlib beecrypt file popt python"
-PR = "r3"
+PR = "r4"
 
 SRC_URI = "http://www.rpm.org/releases/rpm-4.4.x/rpm-4.4.2.3.tar.gz \
            file://external-tools.patch;patch=1 \