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/libusb/libusb1_0.9.2.bb | |
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/libusb/libusb1_0.9.2.bb')
-rw-r--r-- | meta/packages/libusb/libusb1_0.9.2.bb | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/meta/packages/libusb/libusb1_0.9.2.bb b/meta/packages/libusb/libusb1_0.9.2.bb index 2c144f053d..96daedf24f 100644 --- a/meta/packages/libusb/libusb1_0.9.2.bb +++ b/meta/packages/libusb/libusb1_0.9.2.bb | |||
@@ -12,7 +12,7 @@ SRC_URI = "\ | |||
12 | " | 12 | " |
13 | S = "${WORKDIR}/libusb-${PV}" | 13 | S = "${WORKDIR}/libusb-${PV}" |
14 | 14 | ||
15 | inherit autotools pkgconfig binconfig lib_package | 15 | inherit autotools_stage pkgconfig binconfig lib_package |
16 | 16 | ||
17 | PARALLEL_MAKE = "" | 17 | PARALLEL_MAKE = "" |
18 | EXTRA_OECONF = "--disable-build-docs" | 18 | EXTRA_OECONF = "--disable-build-docs" |
@@ -22,9 +22,5 @@ export CXXFLAGS += "-lstdc++ -I${STAGING_INCDIR}" | |||
22 | LIBTOOL = "${HOST_SYS}-libtool" | 22 | LIBTOOL = "${HOST_SYS}-libtool" |
23 | EXTRA_OEMAKE = "'LIBTOOL=${LIBTOOL}'" | 23 | EXTRA_OEMAKE = "'LIBTOOL=${LIBTOOL}'" |
24 | 24 | ||
25 | do_stage() { | ||
26 | autotools_stage_all | ||
27 | } | ||
28 | |||
29 | PACKAGES =+ "libusbpp" | 25 | PACKAGES =+ "libusbpp" |
30 | FILES_libusbpp = "${libdir}/libusbpp*.so.*" | 26 | FILES_libusbpp = "${libdir}/libusbpp*.so.*" |