[oe-commits] Martin Jansa : literki: fix SRCREV, fix few ugly parts

git version control git at git.openembedded.org
Sat Nov 20 15:27:29 UTC 2010


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

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Sat Nov 20 16:18:51 2010 +0100

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 at gmail.com>

---

 recipes/literki/literki_git.bb |   20 ++++++++------------
 1 files changed, 8 insertions(+), 12 deletions(-)

diff --git a/recipes/literki/literki_git.bb b/recipes/literki/literki_git.bb
index ff497bb..a0855f1 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
 





More information about the Openembedded-commits mailing list