diff options
author | Eric Bénard <eric@eukrea.com> | 2010-05-31 17:07:28 +0200 |
---|---|---|
committer | Eric Bénard <eric@eukrea.com> | 2010-05-31 17:08:57 +0200 |
commit | 27cd889533138abb20c10bd8be550dafa9017e11 (patch) | |
tree | f092d7f7a11ae0afeac893d5a87abc4796d46ef4 /recipes | |
parent | df677bc43aae10f534fc0b645e6beb65905c2a24 (diff) | |
download | openembedded-27cd889533138abb20c10bd8be550dafa9017e11.tar.gz |
tslib: add git version
Signed-off-by: Eric Bénard <eric@eukrea.com>
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/tslib/tslib_git.bb | 9 |
1 files changed, 9 insertions, 0 deletions
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 |