aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/opkg
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-11-30 13:01:57 +0100
committerKoen Kooi <koen@openembedded.org>2009-11-30 13:02:57 +0100
commitdf66dca8798a0d70821df6fb686767410e340b5e (patch)
tree0d47eac1cba59fd4cddfc237352c541ad31a5668 /recipes/opkg
parent1e183139c31b2ae899f9f575071e0fd9d127f090 (diff)
downloadopenembedded-df66dca8798a0d70821df6fb686767410e340b5e.tar.gz
opkg: bump SRCREV
Diffstat (limited to 'recipes/opkg')
-rw-r--r--recipes/opkg/opkg-native_svn.bb2
-rw-r--r--recipes/opkg/opkg.inc3
2 files changed, 1 insertions, 4 deletions
diff --git a/recipes/opkg/opkg-native_svn.bb b/recipes/opkg/opkg-native_svn.bb
index 60254eaa27..1de472e156 100644
--- a/recipes/opkg/opkg-native_svn.bb
+++ b/recipes/opkg/opkg-native_svn.bb
@@ -3,7 +3,7 @@ require opkg.inc
DEPENDS = "curl-native"
PR = "${INC_PR}"
-SRC_URI += "file://opkg-libdir.patch;patch=1"
+SRC_URI += "file://opkg-libdir.patch;patch=1;maxrev=342"
target_libdir := "${libdir}"
diff --git a/recipes/opkg/opkg.inc b/recipes/opkg/opkg.inc
index 2e7baee496..c973174787 100644
--- a/recipes/opkg/opkg.inc
+++ b/recipes/opkg/opkg.inc
@@ -24,6 +24,3 @@ do_install_prepend() {
install -m 0755 ${WORKDIR}/configure ${D}${sysconfdir}/rcS.d/S98configure
}
-do_stage() {
- autotools_stage_all
-}