diff options
Diffstat (limited to 'recipes/moblin/nbtk_git.bb')
-rw-r--r-- | recipes/moblin/nbtk_git.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/recipes/moblin/nbtk_git.bb b/recipes/moblin/nbtk_git.bb new file mode 100644 index 0000000000..3067a95c57 --- /dev/null +++ b/recipes/moblin/nbtk_git.bb @@ -0,0 +1,18 @@ +LICENSE = "LGPLv2.1" + +SRCREV = "6a498c374d176be0ed3ef2cd9b2381f452af1de8" +PV = "0.8.0" +PR_append = "+git${SRCREV}" + +DEPENDS = "glib-2.0 gtk+ libccss clutter-0.9" + +SRC_URI = "git://git.moblin.org/${PN}.git;protocol=git" +S = "${WORKDIR}/git" + +inherit autotools_stage + +do_configure_prepend () { + echo "EXTRA_DIST=" > ${S}/gtk-doc.make + echo "CLEANFILES=" >> ${S}/gtk-doc.make +} + |