opkg: Fix sighandler compile error (patch from upstream)

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie
2009-05-23 00:23:58 +01:00
parent 7f4d8d110f
commit 525edb3e96
3 changed files with 5 additions and 2 deletions

View 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}"

View 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"

View 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"