[oe-commits] Martin Jansa : opkg: move OPKG_SRCREV to opkg.inc directly

git version control git at git.openembedded.org
Wed Dec 1 09:24:17 UTC 2010


Module: openembedded.git
Branch: master
Commit: 74d57180bc28be598a1000879533ec32188fdd56
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=74d57180bc28be598a1000879533ec32188fdd56

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Wed Dec  1 08:58:32 2010 +0100

opkg: move OPKG_SRCREV to opkg.inc directly

* now OPKG_SRCREV was used only in this one .inc, so move it there

Acked-by: Graham Gower <graham.gower at gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 conf/distro/include/sane-srcrevs.inc |    2 --
 recipes/opkg/opkg.inc                |    2 +-
 2 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/conf/distro/include/sane-srcrevs.inc b/conf/distro/include/sane-srcrevs.inc
index ab8fa89..9531ae4 100644
--- a/conf/distro/include/sane-srcrevs.inc
+++ b/conf/distro/include/sane-srcrevs.inc
@@ -1,5 +1,3 @@
-# this is alphabetical!
 # only SRCREVs included in more recipes should be here, otherwise put sane SRCREV to recipe directly
 
-OPKG_SRCREV ?= "587"
 EFL_SRCREV ?= "54714"
diff --git a/recipes/opkg/opkg.inc b/recipes/opkg/opkg.inc
index 0d84626..93d71e0 100644
--- a/recipes/opkg/opkg.inc
+++ b/recipes/opkg/opkg.inc
@@ -2,7 +2,7 @@ DESCRIPTION = "Opkg Package Manager"
 DESCRIPTION_libopkg = "Opkg Package Manager Library"
 SECTION = "base"
 LICENSE = "GPLv2"
-SRCREV = ${OPKG_SRCREV}
+SRCREV = "587"
 PV = "0.1.8+svnr${SRCPV}"
 CONFLICTS = "ipkg"
 INC_PR = "r3"





More information about the Openembedded-commits mailing list