opkg: bump SRCREV
authorKoen Kooi <koen@openembedded.org>
Mon, 30 Nov 2009 12:01:57 +0000 (13:01 +0100)
committerKoen Kooi <koen@openembedded.org>
Mon, 30 Nov 2009 12:02:57 +0000 (13:02 +0100)
conf/distro/include/sane-srcrevs.inc
recipes/opkg/opkg-native_svn.bb
recipes/opkg/opkg.inc

index 9210ef7..44db698 100644 (file)
@@ -258,9 +258,9 @@ SRCREV_pn-openmoocow ?= "39648419825cddfea1cb1321e552a12b71fede14"
 SRCREV_pn-openocd ?= "517"
 SRCREV_pn-openocd-native ?= "517"
 SRCREV_pn-opimd-utils ?= "0e7007fff120c8cc4c579c0c7e57883798e6d23e"
-SRCREV_pn-opkg ?= "363"
-SRCREV_pn-opkg-native ?= "240"
-SRCREV_pn-opkg-sdk ?= "363"
+SRCREV_pn-opkg ?= "402"
+SRCREV_pn-opkg-native ?= "402"
+SRCREV_pn-opkg-sdk ?= "402"
 SRCREV_pn-opkg-utils ?= "4578"
 SRCREV_pn-opkg-utils-native ?= "4595"
 SRCREV_pn-oprofileui ?= "173"
index 60254ea..1de472e 100644 (file)
@@ -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}"
 
index 2e7baee..c973174 100644 (file)
@@ -24,6 +24,3 @@ do_install_prepend() {
   install -m 0755 ${WORKDIR}/configure ${D}${sysconfdir}/rcS.d/S98configure
 }
 
-do_stage() {
-       autotools_stage_all
-}