summaryrefslogtreecommitdiff
path: root/gnome
diff options
context:
space:
mode:
Diffstat (limited to 'gnome')
-rw-r--r--gnome/libidl-native_0.8.3.oe0
-rw-r--r--gnome/libidl_0.8.3.oe19
2 files changed, 0 insertions, 19 deletions
diff --git a/gnome/libidl-native_0.8.3.oe b/gnome/libidl-native_0.8.3.oe
deleted file mode 100644
index e69de29bb2..0000000000
--- a/gnome/libidl-native_0.8.3.oe
+++ /dev/null
diff --git a/gnome/libidl_0.8.3.oe b/gnome/libidl_0.8.3.oe
deleted file mode 100644
index d5ecc0dd68..0000000000
--- a/gnome/libidl_0.8.3.oe
+++ /dev/null
@@ -1,19 +0,0 @@
-DESCRIPTION = "library for parsing CORBA IDL files"
-SECTION = "gnome/libs"
-SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/libIDL/0.8/libIDL-${PV}.tar.bz2"
-DEPENDS = "glib-2.0"
-
-FILES_${PN} = "${libdir}/*.so.*"
-FILES_${PN}-dev += " ${bindir}"
-
-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}
-}