aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/tslib
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@no-log.org>2010-05-12 22:19:17 +0200
committerDenis 'GNUtoo' Carikli <GNUtoo@no-log.org>2010-05-13 19:32:30 +0200
commitd306e0ebad5c6b261dc9fb9f3ee2142554722bd8 (patch)
treea255ee844a3a872b1be4ef29dfbb590af7d0871f /recipes/tslib
parent0e617baf2916269bbe02cb7b2d4eb20161c86547 (diff)
downloadopenembedded-d306e0ebad5c6b261dc9fb9f3ee2142554722bd8.tar.gz
tslib: convert to new staging and bump PR
Diffstat (limited to 'recipes/tslib')
-rw-r--r--recipes/tslib/tslib.inc9
1 files changed, 2 insertions, 7 deletions
diff --git a/recipes/tslib/tslib.inc b/recipes/tslib/tslib.inc
index 4d75c5a45f..675bc7271d 100644
--- a/recipes/tslib/tslib.inc
+++ b/recipes/tslib/tslib.inc
@@ -3,7 +3,7 @@ HOMEPAGE = "http://tslib.berlios.de/"
AUTHOR = "Russell King w/ plugins by Chris Larson et. al."
SECTION = "base"
LICENSE = "LGPLv2"
-INC_PR = "r23"
+INC_PR = "r24"
SRC_URI += "\
file://ts.conf \
@@ -21,12 +21,7 @@ inherit autotools pkgconfig
EXTRA_OECONF = "--enable-shared"
EXTRA_OECONF_mnci = "--enable-shared --disable-h3600 --enable-input --disable-corgi --disable-collie --disable-mk712 --disable-arctic2 --disable-ucb1x00 "
-do_stage () {
- autotools_stage_all
-}
-
-do_install () {
- autotools_do_install
+do_install_append () {
install -d ${D}${sysconfdir}/profile.d/
install -m 0755 ${WORKDIR}/tslib.sh ${D}${sysconfdir}/profile.d/
install -m 0644 ${WORKDIR}/ts.conf ${D}${sysconfdir}/ts.conf