[oe-commits] Koen Kooi : opkg: bump SRCREV

git version control git at git.openembedded.org
Mon Nov 30 13:48:51 UTC 2009


Module: openembedded.git
Branch: shr/merge
Commit: df66dca8798a0d70821df6fb686767410e340b5e
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=df66dca8798a0d70821df6fb686767410e340b5e

Author: Koen Kooi <koen at openembedded.org>
Date:   Mon Nov 30 13:01:57 2009 +0100

opkg: bump SRCREV

---

 conf/distro/include/sane-srcrevs.inc |    6 +++---
 recipes/opkg/opkg-native_svn.bb      |    2 +-
 recipes/opkg/opkg.inc                |    3 ---
 3 files changed, 4 insertions(+), 7 deletions(-)

diff --git a/conf/distro/include/sane-srcrevs.inc b/conf/distro/include/sane-srcrevs.inc
index 9210ef7..44db698 100644
--- a/conf/distro/include/sane-srcrevs.inc
+++ b/conf/distro/include/sane-srcrevs.inc
@@ -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"
diff --git a/recipes/opkg/opkg-native_svn.bb b/recipes/opkg/opkg-native_svn.bb
index 60254ea..1de472e 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 2e7baee..c973174 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
-}





More information about the Openembedded-commits mailing list