From 4ba5cc77f1c47c428c8b607375f22521d1860176 Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Thu, 3 Jan 2013 18:54:13 +0000 Subject: tslib: replace obsolete automake macros with working ones Add obsolete-automake-macros.patch that replaces automake macros no longer supported by automake-1.13 with modern constructs. Signed-off-by: Marko Lindqvist Signed-off-by: Martin Jansa --- meta-oe/recipes-graphics/tslib/tslib_git.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'meta-oe/recipes-graphics/tslib/tslib_git.bb') diff --git a/meta-oe/recipes-graphics/tslib/tslib_git.bb b/meta-oe/recipes-graphics/tslib/tslib_git.bb index 07f8a97088..71a63ee942 100644 --- a/meta-oe/recipes-graphics/tslib/tslib_git.bb +++ b/meta-oe/recipes-graphics/tslib/tslib_git.bb @@ -10,11 +10,12 @@ SECTION = "base" LICENSE = "LGPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=f30a9716ef3762e3467a2f62bf790f0a" -PR = "r0" +PR = "r1" DEFAULT_PREFERENCE = "-1" SRC_URI = "git://github.com/kergoth/tslib.git;protocol=git \ + file://obsolete_automake_macros.patch \ file://ts.conf \ file://tslib.sh" SRCREV = "e17263ef401ee885a27d649b90b577cfb44500e0" -- cgit v1.2.3-54-g00ecf