[oe-commits] Denis 'GNUtoo' Carikli : tslib: convert to new staging and bump PR

git version control git at git.openembedded.org
Thu May 13 17:45:47 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: d306e0ebad5c6b261dc9fb9f3ee2142554722bd8
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=d306e0ebad5c6b261dc9fb9f3ee2142554722bd8

Author: Denis 'GNUtoo' Carikli <GNUtoo at no-log.org>
Date:   Wed May 12 22:19:17 2010 +0200

tslib: convert to new staging and bump PR

---

 recipes/tslib/tslib.inc |    9 ++-------
 1 files changed, 2 insertions(+), 7 deletions(-)

diff --git a/recipes/tslib/tslib.inc b/recipes/tslib/tslib.inc
index 4d75c5a..675bc72 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





More information about the Openembedded-commits mailing list