From 8e634b7c9508d63154f5fd57f8811be8cd081ac4 Mon Sep 17 00:00:00 2001 From: Qian Lei Date: Fri, 5 Dec 2014 09:59:56 +0800 Subject: libidl: Upgrade to 0.8.14 Signed-off-by: Qian Lei Signed-off-by: Martin Jansa --- meta-gnome/recipes-gnome/libidl/libidl-native_0.8.13.bb | 10 ---------- meta-gnome/recipes-gnome/libidl/libidl-native_0.8.14.bb | 10 ++++++++++ meta-gnome/recipes-gnome/libidl/libidl_0.8.13.bb | 13 ------------- meta-gnome/recipes-gnome/libidl/libidl_0.8.14.bb | 13 +++++++++++++ 4 files changed, 23 insertions(+), 23 deletions(-) delete mode 100644 meta-gnome/recipes-gnome/libidl/libidl-native_0.8.13.bb create mode 100644 meta-gnome/recipes-gnome/libidl/libidl-native_0.8.14.bb delete mode 100644 meta-gnome/recipes-gnome/libidl/libidl_0.8.13.bb create mode 100644 meta-gnome/recipes-gnome/libidl/libidl_0.8.14.bb diff --git a/meta-gnome/recipes-gnome/libidl/libidl-native_0.8.13.bb b/meta-gnome/recipes-gnome/libidl/libidl-native_0.8.13.bb deleted file mode 100644 index 834f4af426..0000000000 --- a/meta-gnome/recipes-gnome/libidl/libidl-native_0.8.13.bb +++ /dev/null @@ -1,10 +0,0 @@ -SECTION = "libs" -require libidl_${PV}.bb -inherit native - -PR = "r1" - -DEPENDS = "bison-native glib-2.0-native" - -SRC_URI[md5sum] = "b43b289a859eb38a710f70622c46e571" -SRC_URI[sha256sum] = "bccc7e10dae979518ff012f8464e47ec4b3558a5456a94c8679653aa0b262b71" 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 new file mode 100644 index 0000000000..a27da5e8d4 --- /dev/null +++ b/meta-gnome/recipes-gnome/libidl/libidl-native_0.8.14.bb @@ -0,0 +1,10 @@ +SECTION = "libs" +require libidl_${PV}.bb +inherit native + +PR = "r1" + +DEPENDS = "bison-native glib-2.0-native" + +SRC_URI[md5sum] = "bb8e10a218fac793a52d404d14adedcb" +SRC_URI[sha256sum] = "c5d24d8c096546353fbc7cedf208392d5a02afe9d56ebcc1cccb258d7c4d2220" diff --git a/meta-gnome/recipes-gnome/libidl/libidl_0.8.13.bb b/meta-gnome/recipes-gnome/libidl/libidl_0.8.13.bb deleted file mode 100644 index d658cf8c71..0000000000 --- a/meta-gnome/recipes-gnome/libidl/libidl_0.8.13.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] = "b43b289a859eb38a710f70622c46e571" -SRC_URI[sha256sum] = "bccc7e10dae979518ff012f8464e47ec4b3558a5456a94c8679653aa0b262b71" diff --git a/meta-gnome/recipes-gnome/libidl/libidl_0.8.14.bb b/meta-gnome/recipes-gnome/libidl/libidl_0.8.14.bb new file mode 100644 index 0000000000..86dfcf2f09 --- /dev/null +++ b/meta-gnome/recipes-gnome/libidl/libidl_0.8.14.bb @@ -0,0 +1,13 @@ +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