aboutsummaryrefslogtreecommitdiffstats
path: root/libidl
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2004-08-10 18:16:08 +0000
committerMichael Lauer <mickey@vanille-media.de>2004-08-10 18:16:08 +0000
commit96bd12d50d67b3634ebb2f6d7aa7425eecc2d733 (patch)
tree6f31000cbf337a315ebfdcc5c44bdb2ee068a76f /libidl
parentdebf2e20858580858c18cb6e593fecfdfdffc871 (diff)
downloadopenembedded-96bd12d50d67b3634ebb2f6d7aa7425eecc2d733.tar.gz
libidl: staging fix as pointed out by Josh Goldsmith
BKrev: 411910e8kY5PD4eGDvf0act8AYnBMQ
Diffstat (limited to 'libidl')
-rw-r--r--libidl/libidl_0.8.3.oe22
1 files changed, 22 insertions, 0 deletions
diff --git a/libidl/libidl_0.8.3.oe b/libidl/libidl_0.8.3.oe
index e69de29bb2..a12921aaa8 100644
--- a/libidl/libidl_0.8.3.oe
+++ b/libidl/libidl_0.8.3.oe
@@ -0,0 +1,22 @@
+DESCRIPTION = "Library for parsing CORBA IDL files"
+SECTION = "gnome/libs"
+DEPENDS = "glib-2.0"
+PR = "r1"
+
+SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/libIDL/0.8/libIDL-${PV}.tar.bz2"
+S = "${WORKDIR}/libIDL-${PV}"
+
+inherit autotools pkgconfig
+
+do_stage() {
+ oe_runmake install \
+ prefix=${STAGING_DIR} \
+ bindir=${STAGING_BINDIR} \
+ includedir=${STAGING_INCDIR} \
+ libdir=${STAGING_LIBDIR} \
+ datadir=${STAGING_DATADIR} \
+ infodir=${STAGING_INFODIR}
+}
+
+FILES_${PN} = "${libdir}/*.so.*"
+FILES_${PN}-dev += " ${bindir}"