From: Simon Busch Date: Fri, 22 Oct 2010 18:02:15 +0000 (+0200) Subject: tslib: bump git SRCREV and update include-cy8mrln-header.patch accordingly X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c0155f9063b0edecd77ab7e10f483cf82b6dc384;p=openembedded.git tslib: bump git SRCREV and update include-cy8mrln-header.patch accordingly Signed-off-by: Simon Busch --- diff --git a/recipes/tslib/tslib/include-cy8mrln-header.patch b/recipes/tslib/tslib/include-cy8mrln-header.patch index 11e3e8fcea..983c103f71 100644 --- a/recipes/tslib/tslib/include-cy8mrln-header.patch +++ b/recipes/tslib/tslib/include-cy8mrln-header.patch @@ -1,6 +1,6 @@ -From 139abce63c08a18d94b00af03c3cf39d9fcac507 Mon Sep 17 00:00:00 2001 +From af4ddffd012071cf1bb721a5d37573544efc34f3 Mon Sep 17 00:00:00 2001 From: Simon Busch -Date: Sat, 18 Sep 2010 11:41:43 +0200 +Date: Fri, 22 Oct 2010 19:37:07 +0200 Subject: [PATCH] cy8mrln-palmpre: ship cy8mrln header file with tslib --- @@ -10,19 +10,14 @@ Subject: [PATCH] cy8mrln-palmpre: ship cy8mrln header file with tslib create mode 100644 plugins/cy8mrln.h diff --git a/plugins/cy8mrln-palmpre.c b/plugins/cy8mrln-palmpre.c -index fe94d21..a02add2 100644 +index ebb4968..8b78fff 100644 --- a/plugins/cy8mrln-palmpre.c +++ b/plugins/cy8mrln-palmpre.c -@@ -24,12 +24,12 @@ +@@ -25,7 +25,7 @@ #include #include #include -#include - #include - #include - #include - #include - #include +#include "cy8mrln.h" #include "config.h" #include "tslib-private.h" diff --git a/recipes/tslib/tslib_git.bb b/recipes/tslib/tslib_git.bb index d06b158520..b62cf89e27 100644 --- a/recipes/tslib/tslib_git.bb +++ b/recipes/tslib/tslib_git.bb @@ -1,8 +1,8 @@ SRC_URI = "git://github.com/kergoth/tslib.git;protocol=git" S = "${WORKDIR}/git" -SRCREV = "d9ff92d46a1e17361ac1" +SRCREV = "5243db505b109df3001f" PV = "1.0+gitr${SRCPV}" -PR = "${INC_PR}.1" +PR = "${INC_PR}.2" DEFAULT_PREFERENCE = "-1"