mirror of
https://github.com/OpenSolo/OpenSolo.git
synced 2025-04-29 22:24:32 +02:00

- 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
23 lines
575 B
BlitzBasic
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"
|