OpenSolo/solo-builder/gtk-doc-stub_git.bb
Matt Lawrence 2cd8ac3875 BUILD: Housekeeping, add artoo bulild, directory moves/names, new build opts
- Changed build directory to /solo-build since it isn't alt anymore.
- Move 3dr-yocto-bsp-base into solo-builder directory
- Remove unused files and directories from solo-builder
- Added building artoo STM32 FW to build
- Updated command line options for nuke and scripted
- Removed debug outputs
2019-05-05 19:44:09 -04:00

23 lines
575 B
BlitzBasic

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 = "3dfd0a09de696ec8c544762747f8a0f77153622e"
SRCREV = "${AUTOREV}"
PV = "0.0+git${SRCPV}"
PR = "r0"
SRC_URI = "git://gitlab.gnome.org/GNOME/gtk-doc-stub;protocol=https"
S = "${WORKDIR}/git"
inherit autotools
FILES_${PN} += "${datadir}"
BBCLASSEXTEND = "native"