opkg: move OPKG_SRCREV to opkg.inc directly
authorMartin Jansa <Martin.Jansa@gmail.com>
Wed, 1 Dec 2010 07:58:32 +0000 (08:58 +0100)
committerMartin Jansa <Martin.Jansa@gmail.com>
Wed, 1 Dec 2010 09:23:05 +0000 (10:23 +0100)
* now OPKG_SRCREV was used only in this one .inc, so move it there

Acked-by: Graham Gower <graham.gower@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
conf/distro/include/sane-srcrevs.inc
recipes/opkg/opkg.inc

index ab8fa89..9531ae4 100644 (file)
@@ -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"
index 0d84626..93d71e0 100644 (file)
@@ -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"