From 6a7cd839e67bec1d0e83141053adf8af85c8bae6 Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Mon, 19 Mar 2018 21:29:11 +0100 Subject: libidl: remove MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit project is dead - last release was in 2010 Signed-off-by: Andreas Müller --- meta-gnome/recipes-gnome/libidl/libidl-native_0.8.14.bb | 10 ---------- meta-gnome/recipes-gnome/libidl/libidl.inc | 13 ------------- meta-gnome/recipes-gnome/libidl/libidl_0.8.14.bb | 13 ------------- 3 files changed, 36 deletions(-) delete mode 100644 meta-gnome/recipes-gnome/libidl/libidl-native_0.8.14.bb delete mode 100644 meta-gnome/recipes-gnome/libidl/libidl.inc delete mode 100644 meta-gnome/recipes-gnome/libidl/libidl_0.8.14.bb (limited to 'meta-gnome') diff --git a/meta-gnome/recipes-gnome/libidl/libidl-native_0.8.14.bb b/meta-gnome/recipes-gnome/libidl/libidl-native_0.8.14.bb deleted file mode 100644 index 2252c44ee9..0000000000 --- a/meta-gnome/recipes-gnome/libidl/libidl-native_0.8.14.bb +++ /dev/null @@ -1,10 +0,0 @@ -SECTION = "libs" -require libidl_${PV}.bb -inherit native - -PR = "r1" - -DEPENDS = "bison-native glib-2.0-native flex-native" - -SRC_URI[md5sum] = "bb8e10a218fac793a52d404d14adedcb" -SRC_URI[sha256sum] = "c5d24d8c096546353fbc7cedf208392d5a02afe9d56ebcc1cccb258d7c4d2220" diff --git a/meta-gnome/recipes-gnome/libidl/libidl.inc b/meta-gnome/recipes-gnome/libidl/libidl.inc deleted file mode 100644 index 1a5c815820..0000000000 --- a/meta-gnome/recipes-gnome/libidl/libidl.inc +++ /dev/null @@ -1,13 +0,0 @@ -DESCRIPTION = "Library for parsing CORBA IDL files" -HOMEPAGE = "http://andrewtv.org/libIDL/" -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}" diff --git a/meta-gnome/recipes-gnome/libidl/libidl_0.8.14.bb b/meta-gnome/recipes-gnome/libidl/libidl_0.8.14.bb deleted file mode 100644 index 86dfcf2f09..0000000000 --- a/meta-gnome/recipes-gnome/libidl/libidl_0.8.14.bb +++ /dev/null @@ -1,13 +0,0 @@ -require libidl.inc - -LIC_FILES_CHKSUM = "file://COPYING;md5=55ca817ccb7d5b5b66355690e9abc605" - -DEPENDS = "glib-2.0 flex-native libidl-native" - -PR = "r1" - -BINCONFIG_GLOB = "*-config-2" -inherit autotools pkgconfig binconfig - -SRC_URI[md5sum] = "bb8e10a218fac793a52d404d14adedcb" -SRC_URI[sha256sum] = "c5d24d8c096546353fbc7cedf208392d5a02afe9d56ebcc1cccb258d7c4d2220" -- cgit 1.2.3-korg