From: Eric Bénard Date: Mon, 31 May 2010 15:07:28 +0000 (+0200) Subject: tslib: add git version X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27cd889533138abb20c10bd8be550dafa9017e11;p=openembedded.git tslib: add git version Signed-off-by: Eric Bénard --- diff --git a/recipes/tslib/tslib_git.bb b/recipes/tslib/tslib_git.bb new file mode 100644 index 0000000000..2fca10f3a7 --- /dev/null +++ b/recipes/tslib/tslib_git.bb @@ -0,0 +1,9 @@ +SRC_URI = "git://github.com/kergoth/tslib.git;protocol=git" +S = "${WORKDIR}/git" +SRCREV = "43abb4bcac12bed4dfa7" +PV = "1.0+gitr${SRCPV}" +PR = "${INC_PR}.1" + +DEFAULT_PREFERENCE = "-1" + +include tslib.inc