diff options
author | Martin Kepplinger <martink@posteo.de> | 2017-10-17 11:55:17 +0200 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2018-02-01 07:32:02 -0800 |
commit | 96eab89bad9bf805856fc178117eaf46c4f23990 (patch) | |
tree | 2e59c649eb0c96a21595280ca0d58dc1b8ba6aba | |
parent | 7b404fd996285ac27eef7fb2b6ab03ea5a8e6f60 (diff) | |
download | meta-openembedded-96eab89bad9bf805856fc178117eaf46c4f23990.tar.gz |
tslib: update project homepage
The berlios project has been dead for a long time. tslib is hosted and
developed on github for years already.
Signed-off-by: Martin Kepplinger <martink@posteo.de>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
(cherry picked from commit 0d220e002e4f525469f0c24e0585318d2178e7a1)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | meta-oe/recipes-graphics/tslib/tslib_1.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-graphics/tslib/tslib_1.1.bb b/meta-oe/recipes-graphics/tslib/tslib_1.1.bb index 502034a9c..e7c48ff6c 100644 --- a/meta-oe/recipes-graphics/tslib/tslib_1.1.bb +++ b/meta-oe/recipes-graphics/tslib/tslib_1.1.bb @@ -3,7 +3,7 @@ DESCRIPTION = "Tslib is an abstraction layer for touchscreen panel \ events, as well as a filter stack for the manipulation of those events. \ Tslib is generally used on embedded devices to provide a common user \ space interface to touchscreen functionality." -HOMEPAGE = "http://tslib.berlios.de/" +HOMEPAGE = "http://tslib.org/" AUTHOR = "Russell King w/ plugins by Chris Larson et. al." SECTION = "base" |