]> code.ossystems Code Review - openembedded-core.git/commitdiff
opkg: Fix sighandler compile error (patch from upstream)
authorRichard Purdie <rpurdie@linux.intel.com>
Fri, 22 May 2009 23:23:58 +0000 (00:23 +0100)
committerRichard Purdie <rpurdie@linux.intel.com>
Fri, 22 May 2009 23:23:58 +0000 (00:23 +0100)
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
meta/packages/opkg/opkg-native_svn.bb
meta/packages/opkg/opkg.inc
meta/packages/opkg/opkg_svn.bb

index d9c86509c1a522891d19778e22c5c531ae016bfc..a385f0df2880b4dfd7dd3747dedd36cccca69fd1 100644 (file)
@@ -3,7 +3,7 @@ require opkg.inc
 DEPENDS = "curl-native"
 PROVIDES += "virtual/update-alternatives-native"
 RPROVIDES_${PN} += "update-alternatives-native"
-PR = "r4"
+PR = "r5"
 
 target_libdir := "${libdir}"
 
index c2e840908ca669ef7b33da26ee4105798fe3042c..852d2e49b4b9aa77f959a722f9a1dda08f310f08 100644 (file)
@@ -11,8 +11,11 @@ PV = "0.0+svnr${SRCREV}"
 #                              http://opkg.googlecode.com/svn/trunk
 #                              with rev >= 150
 
+# sighandlerfix.patch: from r145
+
 SRC_URI = "svn://svn.openmoko.org/trunk/src/target/;module=opkg;proto=http \
            file://fix_prototype.patch;patch=1 \
+           file://sighandlerfix.patch;patch=1 \
            file://opkg-fix-gcc-warnings.patch;patch=1"
 
 S = "${WORKDIR}/opkg"
index 4517cfff1cad48d3d60aa8f1a9dc3a864d518ec5..68e04c60d6b4396ae5c3678e885ef96211d9a456 100644 (file)
@@ -6,7 +6,7 @@ RCONFLICTS_update-alternatives-cworth = "update-alternatives-dpkg"
 RDEPENDS_${PN} = "${VIRTUAL-RUNTIME_update-alternatives}"
 PACKAGE_ARCH_update-alternatives-cworth = "all"
 
-PR = "r9"
+PR = "r10"
 
 PACKAGES =+ "libopkg-dev libopkg update-alternatives-cworth"