summaryrefslogtreecommitdiff
path: root/meta/packages/libusb/libusb1_0.9.2.bb
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2008-12-27 01:13:47 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2008-12-30 17:07:17 +0000
commitfcb1791f553081e5267c2d0b7795eab224b4a342 (patch)
tree16772e322df1059b1f13585396c683e50eafc3c3 /meta/packages/libusb/libusb1_0.9.2.bb
parente380b48602db316c7d12d328192eadc52e5be861 (diff)
downloadopenembedded-core-fcb1791f553081e5267c2d0b7795eab224b4a342.tar.gz
openembedded-core-fcb1791f553081e5267c2d0b7795eab224b4a342.tar.bz2
openembedded-core-fcb1791f553081e5267c2d0b7795eab224b4a342.tar.xz
openembedded-core-fcb1791f553081e5267c2d0b7795eab224b4a342.zip
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.bb6
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 2c144f053..96daedf24 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 = "\
"
S = "${WORKDIR}/libusb-${PV}"
-inherit autotools pkgconfig binconfig lib_package
+inherit autotools_stage pkgconfig binconfig lib_package
PARALLEL_MAKE = ""
EXTRA_OECONF = "--disable-build-docs"
@@ -22,9 +22,5 @@ export CXXFLAGS += "-lstdc++ -I${STAGING_INCDIR}"
LIBTOOL = "${HOST_SYS}-libtool"
EXTRA_OEMAKE = "'LIBTOOL=${LIBTOOL}'"
-do_stage() {
- autotools_stage_all
-}
-
PACKAGES =+ "libusbpp"
FILES_libusbpp = "${libdir}/libusbpp*.so.*"