Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
DEPENDS = "curl-native"
PROVIDES += "virtual/update-alternatives-native"
RPROVIDES_${PN} += "update-alternatives-native"
-PR = "r4"
+PR = "r5"
target_libdir := "${libdir}"
# 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"
RDEPENDS_${PN} = "${VIRTUAL-RUNTIME_update-alternatives}"
PACKAGE_ARCH_update-alternatives-cworth = "all"
-PR = "r9"
+PR = "r10"
PACKAGES =+ "libopkg-dev libopkg update-alternatives-cworth"