aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/ipkg/ipkg-native_0.99.163.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/ipkg/ipkg-native_0.99.163.bb')
-rw-r--r--recipes/ipkg/ipkg-native_0.99.163.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes/ipkg/ipkg-native_0.99.163.bb b/recipes/ipkg/ipkg-native_0.99.163.bb
new file mode 100644
index 0000000000..dd9ff16b65
--- /dev/null
+++ b/recipes/ipkg/ipkg-native_0.99.163.bb
@@ -0,0 +1,16 @@
+S = "${WORKDIR}/ipkg-${PV}"
+
+#require ipkg_${PV}.bb
+require ipkg-native.inc
+PR = "r6"
+
+inherit autotools pkgconfig native
+
+SRC_URI = "http://www.handhelds.org/pub/packages/ipkg/ipkg-${PV}.tar.gz \
+ file://update_version_comparision.patch;patch=1 \
+ file://enable_debversion.patch;patch=1 \
+ file://is-processing.patch;patch=1 \
+ file://1-pkg-parse--Optimize-inefficient-parsing.patch;patch=1 \
+ file://2-pkg-vec--Optimize-gross-inefficiency.patch;patch=1 \
+ "
+