aboutsummaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome/libidl/libidl.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-gnome/recipes-gnome/libidl/libidl.inc')
-rw-r--r--meta-gnome/recipes-gnome/libidl/libidl.inc12
1 files changed, 0 insertions, 12 deletions
diff --git a/meta-gnome/recipes-gnome/libidl/libidl.inc b/meta-gnome/recipes-gnome/libidl/libidl.inc
deleted file mode 100644
index a40203776b..0000000000
--- a/meta-gnome/recipes-gnome/libidl/libidl.inc
+++ /dev/null
@@ -1,12 +0,0 @@
-DESCRIPTION = "Library for parsing CORBA IDL files"
-SECTION = "x11/gnome/libs"
-LICENSE = "LGPLv2+"
-
-inherit autotools pkgconfig
-
-SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/libIDL/0.8/libIDL-${PV}.tar.bz2"
-
-S = "${WORKDIR}/libIDL-${PV}"
-
-FILES_${PN} = "${libdir}/*.so.*"
-FILES_${PN}-dev += " ${bindir}"