From: Martin Jansa Date: Sat, 20 Nov 2010 15:18:51 +0000 (+0100) Subject: literki: fix SRCREV, fix few ugly parts X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc07958c6fad86917bd7d1b65614b14a1eec8c11;p=openembedded.git 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 --- 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