From 972dcfcdbfe75dcfeb777150c136576cf1a71e99 Mon Sep 17 00:00:00 2001 From: Tudor Florea Date: Fri, 9 Oct 2015 22:59:03 +0200 Subject: initial commit for Enea Linux 5.0 arm Signed-off-by: Tudor Florea --- meta/recipes-gnome/gtk-doc-stub/gtk-doc-stub_git.bb | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 meta/recipes-gnome/gtk-doc-stub/gtk-doc-stub_git.bb (limited to 'meta/recipes-gnome/gtk-doc-stub') diff --git a/meta/recipes-gnome/gtk-doc-stub/gtk-doc-stub_git.bb b/meta/recipes-gnome/gtk-doc-stub/gtk-doc-stub_git.bb new file mode 100644 index 0000000000..40f324352f --- /dev/null +++ b/meta/recipes-gnome/gtk-doc-stub/gtk-doc-stub_git.bb @@ -0,0 +1,20 @@ +SUMMARY = "Stub implementation of gtk-doc" +DESCRIPTION = "Stub implementation of gtk-doc, as we don't want to build the API documentation" +SECTION = "x11/base" +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" + +PROVIDES = "gtk-doc gobject-introspection-stub" + +SRCREV = "1dea266593edb766d6d898c79451ef193eb17cfa" +PV = "1.1+git${SRCPV}" + +SRC_URI = "git://git.gnome.org/${BPN}" + +S = "${WORKDIR}/git" + +inherit autotools + +FILES_${PN} += "${datadir}" + +BBCLASSEXTEND = "native" -- cgit v1.2.3-54-g00ecf