diff options
author | Qian Lei <qianl.fnst@cn.fujitsu.com> | 2014-12-05 09:59:56 +0800 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-12-10 13:33:29 +0100 |
commit | 8e634b7c9508d63154f5fd57f8811be8cd081ac4 (patch) | |
tree | 5775db5a0c1f29b052c4e42501359b853245923a /meta-gnome | |
parent | 38fa8102e0a19c4a4ec4498ded57b58f9339b048 (diff) | |
download | meta-openembedded-8e634b7c9508d63154f5fd57f8811be8cd081ac4.tar.gz |
libidl: Upgrade to 0.8.14
Signed-off-by: Qian Lei <qianl.fnst@cn.fujitsu.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-gnome')
-rw-r--r-- | meta-gnome/recipes-gnome/libidl/libidl-native_0.8.13.bb | 10 | ||||
-rw-r--r-- | meta-gnome/recipes-gnome/libidl/libidl-native_0.8.14.bb | 10 | ||||
-rw-r--r-- | meta-gnome/recipes-gnome/libidl/libidl_0.8.14.bb (renamed from meta-gnome/recipes-gnome/libidl/libidl_0.8.13.bb) | 4 |
3 files changed, 12 insertions, 12 deletions
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 834f4af42..000000000 --- a/meta-gnome/recipes-gnome/libidl/libidl-native_0.8.13.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" | ||
8 | |||
9 | SRC_URI[md5sum] = "b43b289a859eb38a710f70622c46e571" | ||
10 | 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 000000000..a27da5e8d --- /dev/null +++ b/meta-gnome/recipes-gnome/libidl/libidl-native_0.8.14.bb | |||
@@ -0,0 +1,10 @@ | |||
1 | SECTION = "libs" | ||
2 | require libidl_${PV}.bb | ||
3 | inherit native | ||
4 | |||
5 | PR = "r1" | ||
6 | |||
7 | DEPENDS = "bison-native glib-2.0-native" | ||
8 | |||
9 | SRC_URI[md5sum] = "bb8e10a218fac793a52d404d14adedcb" | ||
10 | 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.14.bb index d658cf8c7..86dfcf2f0 100644 --- a/meta-gnome/recipes-gnome/libidl/libidl_0.8.13.bb +++ b/meta-gnome/recipes-gnome/libidl/libidl_0.8.14.bb | |||
@@ -9,5 +9,5 @@ PR = "r1" | |||
9 | BINCONFIG_GLOB = "*-config-2" | 9 | BINCONFIG_GLOB = "*-config-2" |
10 | inherit autotools pkgconfig binconfig | 10 | inherit autotools pkgconfig binconfig |
11 | 11 | ||
12 | SRC_URI[md5sum] = "b43b289a859eb38a710f70622c46e571" | 12 | SRC_URI[md5sum] = "bb8e10a218fac793a52d404d14adedcb" |
13 | SRC_URI[sha256sum] = "bccc7e10dae979518ff012f8464e47ec4b3558a5456a94c8679653aa0b262b71" | 13 | SRC_URI[sha256sum] = "c5d24d8c096546353fbc7cedf208392d5a02afe9d56ebcc1cccb258d7c4d2220" |