summaryrefslogtreecommitdiffstats
path: root/meta/packages/libidl
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/libidl
parente380b48602db316c7d12d328192eadc52e5be861 (diff)
downloadpoky-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/libidl')
-rw-r--r--meta/packages/libidl/libidl_0.8.3.bb6
1 files changed, 1 insertions, 5 deletions
diff --git a/meta/packages/libidl/libidl_0.8.3.bb b/meta/packages/libidl/libidl_0.8.3.bb
index 32979027a3..ac10a2422f 100644
--- a/meta/packages/libidl/libidl_0.8.3.bb
+++ b/meta/packages/libidl/libidl_0.8.3.bb
@@ -8,11 +8,7 @@ SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/libIDL/0.8/libIDL-${PV}.tar.bz
8S = "${WORKDIR}/libIDL-${PV}" 8S = "${WORKDIR}/libIDL-${PV}"
9 9
10BINCONFIG_GLOB = "*-config-2" 10BINCONFIG_GLOB = "*-config-2"
11inherit autotools pkgconfig binconfig 11inherit autotools_stage pkgconfig binconfig
12
13do_stage() {
14 autotools_stage_all
15}
16 12
17FILES_${PN} = "${libdir}/*.so.*" 13FILES_${PN} = "${libdir}/*.so.*"
18FILES_${PN}-dev += " ${bindir}" 14FILES_${PN}-dev += " ${bindir}"