aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/opkg
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-12-01 08:58:32 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2010-12-01 10:23:05 +0100
commit74d57180bc28be598a1000879533ec32188fdd56 (patch)
tree01f8c771314ef6ad8c180074a056a08144e3c2ad /recipes/opkg
parent26b7830cab29b04c2a3db1799fb171550e7d83fb (diff)
downloadopenembedded-74d57180bc28be598a1000879533ec32188fdd56.tar.gz
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@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/opkg')
-rw-r--r--recipes/opkg/opkg.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/opkg/opkg.inc b/recipes/opkg/opkg.inc
index 0d846269c2..93d71e0709 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"