From f5cce792caabab9975b50215835003f066a0f3e8 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Sun, 31 May 2009 16:51:24 +0200 Subject: moblin: add recipes from poky 'meta-moblin' overlay * the juicy parts depend on clutter and clutter-gst --- recipes/moblin/json-glib_git.bb | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 recipes/moblin/json-glib_git.bb (limited to 'recipes/moblin/json-glib_git.bb') diff --git a/recipes/moblin/json-glib_git.bb b/recipes/moblin/json-glib_git.bb new file mode 100644 index 0000000000..0522df1f1f --- /dev/null +++ b/recipes/moblin/json-glib_git.bb @@ -0,0 +1,16 @@ +HOMEPAGE = "http://live.gnome.org/JsonGlib" +SRC_URI = "git://github.com/ebassi/${PN}.git;protocol=git" +PV = "0.6.2+git${SRCREV}" +PR = "r0" + +S = "${WORKDIR}/git" + +DEPENDS = "glib-2.0" + +inherit autotools_stage + +acpaths = "-I ${S}/build/autotools " + +do_configure_prepend () { + touch ${S}/gtk-doc.make +} \ No newline at end of file -- cgit v1.2.3