summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-11-20 16:18:51 +0100
committerKhem Raj <raj.khem@gmail.com>2010-11-30 10:05:21 -0800
commitd70e4afd4d7df4b137a3e7b05f328489fe51f23a (patch)
treedf1ef840205dc1ce620183d7aec780ed6aaa0f5b
parent8733e779925e70ba740bf62e74743db9aa6f015c (diff)
downloadopenembedded-d70e4afd4d7df4b137a3e7b05f328489fe51f23a.tar.gz
literki: fix SRCREV, fix few ugly parts
* only build tested :/, but at least won't break recipe parsing for people anymore Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r--recipes/literki/literki_git.bb20
1 files changed, 8 insertions, 12 deletions
diff --git a/recipes/literki/literki_git.bb b/recipes/literki/literki_git.bb
index ff497bb5e5..a0855f1713 100644
--- a/recipes/literki/literki_git.bb
+++ b/recipes/literki/literki_git.bb
@@ -1,20 +1,17 @@
DESCRIPTION = "Literki overlay keyboard"
SECTION = "x11"
-LICENSE = "GPL"
+LICENSE = "GPLv2"
HOMEPAGE = "http://www.opkg.org/package_232.html"
-SRCREV = "master"
-PR = "r0.1"
+SRCREV = "1da40724369c8adc069288f1bfc6b2e167bbb87b"
-# TODO:
-# steal from http://users.tkk.fi/~tajyrink/moko/literki_mods/
-
-SRC_URI = "git://git.senfdax.de/git/literki;protocol=http"
-SRC_URI += "file://makefile.patch"
-SRC_URI += "file://noswitcher.patch"
-SRC_URI += "file://sliderheight.patch"
+SRC_URI = "git://git.senfdax.de/git/literki;protocol=http \
+ file://makefile.patch \
+ file://noswitcher.patch \
+ file://sliderheight.patch \
+"
-PV = "${SRCPV}"
+PV = "0.0.2+gitr${SRCPV}"
DEPENDS += " \
freetype \
@@ -26,7 +23,6 @@ DEPENDS += " \
"
S = "${WORKDIR}/git"
-PACKAGES = "${PN}"
inherit base