From: Denis 'GNUtoo' Carikli Date: Wed, 12 May 2010 20:19:17 +0000 (+0200) Subject: tslib: convert to new staging and bump PR X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d306e0ebad5c6b261dc9fb9f3ee2142554722bd8;p=openembedded.git tslib: convert to new staging and bump PR --- 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