summaryrefslogtreecommitdiff
path: root/recipes
diff options
context:
space:
mode:
Diffstat (limited to 'recipes')
-rw-r--r--recipes/freesmartphone/vala-dbus-binding-tool-native_git.bb2
-rw-r--r--recipes/libgee/libgee-native_git.bb16
-rw-r--r--recipes/vala/vala-native_0.7.6-fso2.bb6
3 files changed, 17 insertions, 7 deletions
diff --git a/recipes/freesmartphone/vala-dbus-binding-tool-native_git.bb b/recipes/freesmartphone/vala-dbus-binding-tool-native_git.bb
index 72f835e6a5..b2a471dd00 100644
--- a/recipes/freesmartphone/vala-dbus-binding-tool-native_git.bb
+++ b/recipes/freesmartphone/vala-dbus-binding-tool-native_git.bb
@@ -1,7 +1,7 @@
DESCRIPTION = "Vala DBus Binding Tool"
SECTION = "console"
LICENSE = "GPLv2"
-DEPENDS = "vala-native intltool-native libxml2-native"
+DEPENDS = "vala-native libgee-native intltool-native libxml2-native"
PV = "0.1.0+gitr${SRCREV}"
SRC_URI = "${FREESMARTPHONE_GIT}/vala-dbus-binding-tool.git;protocol=git;branch=master"
diff --git a/recipes/libgee/libgee-native_git.bb b/recipes/libgee/libgee-native_git.bb
new file mode 100644
index 0000000000..89523d3906
--- /dev/null
+++ b/recipes/libgee/libgee-native_git.bb
@@ -0,0 +1,16 @@
+DESCRIPTION = "libgee is a collection library providing GObject-based interfaces \
+and classes for commonly used data structures."
+HOMEPAGE = "http://live.gnome.org/Libgee"
+SECTION = "libs"
+DEPENDS = "glib-2.0"
+LICENSE = "LGPL"
+PV = "0.3.0+gitr${SRCREV}"
+
+SRC_URI = "\
+ git://git.gnome.org/libgee;protocol=git;branch=master \
+"
+S = "${WORKDIR}/git"
+
+inherit native autotools_stage pkgconfig vala
+
+FILES_${PN}-dev += "${datadir}/gir-1.0"
diff --git a/recipes/vala/vala-native_0.7.6-fso2.bb b/recipes/vala/vala-native_0.7.6-fso2.bb
deleted file mode 100644
index b7ff8a7dad..0000000000
--- a/recipes/vala/vala-native_0.7.6-fso2.bb
+++ /dev/null
@@ -1,6 +0,0 @@
-require vala.inc
-inherit native
-DEPENDS = "glib-2.0-native"
-
-PR = "${INC_PR}.0"
-