From 1b8dfe266937a37a4c642f96ceb2347bf4c00a17 Mon Sep 17 00:00:00 2001 From: Tudor Florea Date: Fri, 10 Oct 2014 03:20:04 +0200 Subject: initial commit for Enea Linux 4.0-140929 Migrated from the internal git server on the daisy-enea-point-release branch Signed-off-by: Tudor Florea --- meta-oe/recipes-devtools/libgee/libgee_0.6.4.bb | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 meta-oe/recipes-devtools/libgee/libgee_0.6.4.bb (limited to 'meta-oe/recipes-devtools/libgee/libgee_0.6.4.bb') diff --git a/meta-oe/recipes-devtools/libgee/libgee_0.6.4.bb b/meta-oe/recipes-devtools/libgee/libgee_0.6.4.bb new file mode 100644 index 0000000000..fbd14662fd --- /dev/null +++ b/meta-oe/recipes-devtools/libgee/libgee_0.6.4.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] = "a32bf498cf33d5e3417823a7b252ad22" +SRC_URI[sha256sum] = "55f39f3b28e676f6cbd9377d83edd031084436a4da41280a9503c94faffb1665" -- cgit v1.2.3-54-g00ecf