diff options
-rw-r--r-- | meta-gnome/recipes-gnome/libidl/libidl-native_0.8.14.bb | 10 | ||||
-rw-r--r-- | meta-gnome/recipes-gnome/libidl/libidl.inc | 13 | ||||
-rw-r--r-- | meta-gnome/recipes-gnome/libidl/libidl_0.8.14.bb | 13 |
3 files changed, 0 insertions, 36 deletions
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 @@ | |||
1 | SECTION = "libs" | ||
2 | require libidl_${PV}.bb | ||
3 | inherit native | ||
4 | |||
5 | PR = "r1" | ||
6 | |||
7 | DEPENDS = "bison-native glib-2.0-native flex-native" | ||
8 | |||
9 | SRC_URI[md5sum] = "bb8e10a218fac793a52d404d14adedcb" | ||
10 | 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 @@ | |||
1 | DESCRIPTION = "Library for parsing CORBA IDL files" | ||
2 | HOMEPAGE = "http://andrewtv.org/libIDL/" | ||
3 | SECTION = "x11/gnome/libs" | ||
4 | LICENSE = "LGPLv2+" | ||
5 | |||
6 | inherit autotools pkgconfig | ||
7 | |||
8 | SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/libIDL/0.8/libIDL-${PV}.tar.bz2" | ||
9 | |||
10 | S = "${WORKDIR}/libIDL-${PV}" | ||
11 | |||
12 | FILES_${PN} = "${libdir}/*.so.*" | ||
13 | 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 @@ | |||
1 | require libidl.inc | ||
2 | |||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=55ca817ccb7d5b5b66355690e9abc605" | ||
4 | |||
5 | DEPENDS = "glib-2.0 flex-native libidl-native" | ||
6 | |||
7 | PR = "r1" | ||
8 | |||
9 | BINCONFIG_GLOB = "*-config-2" | ||
10 | inherit autotools pkgconfig binconfig | ||
11 | |||
12 | SRC_URI[md5sum] = "bb8e10a218fac793a52d404d14adedcb" | ||
13 | SRC_URI[sha256sum] = "c5d24d8c096546353fbc7cedf208392d5a02afe9d56ebcc1cccb258d7c4d2220" | ||