diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2008-12-27 01:13:47 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2008-12-30 17:07:17 +0000 |
commit | fcb1791f553081e5267c2d0b7795eab224b4a342 (patch) | |
tree | 16772e322df1059b1f13585396c683e50eafc3c3 /meta/packages/tslib | |
parent | e380b48602db316c7d12d328192eadc52e5be861 (diff) | |
download | poky-fcb1791f553081e5267c2d0b7795eab224b4a342.tar.gz |
classes/autotools_stage.bbclass: Add autotools_stage class to further recipes to simplify recipes using standard autotools
Diffstat (limited to 'meta/packages/tslib')
-rw-r--r-- | meta/packages/tslib/tslib_1.0.bb | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/meta/packages/tslib/tslib_1.0.bb b/meta/packages/tslib/tslib_1.0.bb index f4c437c649..c2e732996a 100644 --- a/meta/packages/tslib/tslib_1.0.bb +++ b/meta/packages/tslib/tslib_1.0.bb | |||
@@ -15,14 +15,10 @@ SRC_URI = "http://download.berlios.de/tslib/tslib-1.0.tar.bz2 \ | |||
15 | SRC_URI_append_mnci += " file://devfs.patch;patch=1" | 15 | SRC_URI_append_mnci += " file://devfs.patch;patch=1" |
16 | SRC_URI_append_mnci += " file://event1.patch;patch=1" | 16 | SRC_URI_append_mnci += " file://event1.patch;patch=1" |
17 | 17 | ||
18 | inherit autotools pkgconfig | 18 | inherit autotools_stage pkgconfig |
19 | 19 | ||
20 | EXTRA_OECONF = "--enable-shared --disable-h3600 --enable-input --disable-corgi --disable-collie --disable-mk712 --disable-arctic2 --disable-ucb1x00" | 20 | EXTRA_OECONF = "--enable-shared --disable-h3600 --enable-input --disable-corgi --disable-collie --disable-mk712 --disable-arctic2 --disable-ucb1x00" |
21 | 21 | ||
22 | do_stage() { | ||
23 | autotools_stage_all | ||
24 | } | ||
25 | |||
26 | do_install_prepend() { | 22 | do_install_prepend() { |
27 | install -m 0644 ${WORKDIR}/ts.conf ${S}/etc/ts.conf | 23 | install -m 0644 ${WORKDIR}/ts.conf ${S}/etc/ts.conf |
28 | } | 24 | } |