[oe] [meta-oe][PATCH 3/7] libgee: Update to Version 0.16.1

Sven Ebenfeld sven.ebenfeld at gmail.com
Sat Feb 21 09:52:11 UTC 2015


---
 meta-oe/recipes-devtools/libgee/libgee_0.16.1.bb | 10 ++++++++++
 meta-oe/recipes-devtools/libgee/libgee_0.6.4.bb  | 10 ----------
 2 files changed, 10 insertions(+), 10 deletions(-)
 create mode 100644 meta-oe/recipes-devtools/libgee/libgee_0.16.1.bb
 delete mode 100644 meta-oe/recipes-devtools/libgee/libgee_0.6.4.bb

diff --git a/meta-oe/recipes-devtools/libgee/libgee_0.16.1.bb b/meta-oe/recipes-devtools/libgee/libgee_0.16.1.bb
new file mode 100644
index 0000000..b761b26
--- /dev/null
+++ b/meta-oe/recipes-devtools/libgee/libgee_0.16.1.bb
@@ -0,0 +1,10 @@
+require libgee.inc
+PE = "1"
+PR = "${INC_PR}.2"
+DEPENDS += "gobject-introspection-stub"
+DEPENDS_virtclass-native += "gobject-introspection-stub-native"
+
+SHRT_VER = "${@d.getVar('PV',1).split('.')[0]}.${@d.getVar('PV',1).split('.')[1]}"
+SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/libgee/${SHRT_VER}/${BP}.tar.xz"
+SRC_URI[md5sum] = "d30cf203784431b0fdc3216b1acd999c"
+SRC_URI[sha256sum] = "d95f8ea8e78f843c71b1958fa2fb445e4a325e4821ec23d0d5108d8170e564a5"
diff --git a/meta-oe/recipes-devtools/libgee/libgee_0.6.4.bb b/meta-oe/recipes-devtools/libgee/libgee_0.6.4.bb
deleted file mode 100644
index fbd1466..0000000
--- a/meta-oe/recipes-devtools/libgee/libgee_0.6.4.bb
+++ /dev/null
@@ -1,10 +0,0 @@
-require libgee.inc
-PE = "1"
-PR = "${INC_PR}.2"
-DEPENDS += "gobject-introspection-stub"
-DEPENDS_virtclass-native += "gobject-introspection-stub-native"
-
-SHRT_VER = "${@d.getVar('PV',1).split('.')[0]}.${@d.getVar('PV',1).split('.')[1]}"
-SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/libgee/${SHRT_VER}/${BP}.tar.xz"
-SRC_URI[md5sum] = "a32bf498cf33d5e3417823a7b252ad22"
-SRC_URI[sha256sum] = "55f39f3b28e676f6cbd9377d83edd031084436a4da41280a9503c94faffb1665"
-- 
1.9.3




More information about the Openembedded-devel mailing list