mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-14 14:25:53 +01:00
gtk-doc: disable where necessary
Several recipes in meta-oe layers are so old that they don't work with modern gtk-doc (which was added and enabled by default in oe-core); disable that where it is necessary for the build to succeed. Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
13b511cd52
commit
f119c2a2f9
|
|
@ -48,7 +48,7 @@ do_compile_prepend() {
|
|||
|
||||
EXTRA_OECONF = "--without-openldap \
|
||||
--with-libdb=${STAGING_DIR_HOST}${prefix} \
|
||||
--disable-nntp --disable-goa --disable-weather"
|
||||
--disable-nntp --disable-goa --disable-weather --disable-gtk-doc"
|
||||
|
||||
PACKAGES =+ "libcamel libcamel-dev libebook libebook-dev libecal libecal-dev \
|
||||
libedata-book libedata-book-dev libedata-cal libedata-cal-dev \
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ do_compile_prepend() {
|
|||
export GIR_EXTRA_LIBS_PATH="${B}/gdata/.libs"
|
||||
}
|
||||
|
||||
EXTRA_OECONF += "--disable-goa --disable-tests"
|
||||
EXTRA_OECONF += "--disable-goa --disable-tests --disable-gtk-doc"
|
||||
|
||||
SRC_URI[archive.md5sum] = "eb552a8a8482e4231a3d1baf7262e64d"
|
||||
SRC_URI[archive.sha256sum] = "8740e071ecb2ae0d2a4b9f180d2ae5fdf9dc4c41e7ff9dc7e057f62442800827"
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ SRC_URI[sha256sum] = "f96d30c09b0395ea4e146730fd52d9ea303b619bb139051d9f12d3f868
|
|||
|
||||
GPE_TARBALL_SUFFIX = "bz2"
|
||||
|
||||
EXTRA_OECONF = "--enable-cairo"
|
||||
EXTRA_OECONF = "--enable-cairo --disable-gtk-doc"
|
||||
LDFLAGS += " -L${STAGING_LIBDIR}"
|
||||
|
||||
PACKAGES =+ "${PN}-bin"
|
||||
|
|
|
|||
|
|
@ -2,3 +2,5 @@ require libmediaart.inc
|
|||
|
||||
SRC_URI[archive.md5sum] = "1a44933d4cd0064e3c76d8d0ddacddc9"
|
||||
SRC_URI[archive.sha256sum] = "3a9dffcad862aed7c0921579b93080d694b8a66f3676bfee8037867f653a1cd3"
|
||||
|
||||
EXTRA_OECONF_append = " --disable-gtk-doc"
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ SRC_URI += "file://glade-cruft.patch file://no-xml2.patch file://python_environm
|
|||
SRC_URI[archive.md5sum] = "d1776b40f4e166b5e9c107f1c8fe4139"
|
||||
SRC_URI[archive.sha256sum] = "64361e7647839d36ed8336d992fd210d3e8139882269bed47dc4674980165dec"
|
||||
|
||||
EXTRA_OECONF += "--without-libxml2"
|
||||
EXTRA_OECONF += "--without-libxml2 --disable-gtk-doc"
|
||||
|
||||
CFLAGS += "-lz"
|
||||
|
||||
|
|
|
|||
|
|
@ -18,6 +18,8 @@ PACKAGECONFIG[gupnp] = "--enable-gupnp,--disable-gupnp,gupnp-igd"
|
|||
|
||||
inherit autotools pkgconfig gtk-doc
|
||||
|
||||
EXTRA_OECONF = "--disable-gtk-doc"
|
||||
|
||||
FILES_${PN} += "${libdir}/gstreamer-0.10/*.so"
|
||||
FILES_${PN}-dev += "${libdir}/gstreamer-0.10/*.la"
|
||||
FILES_${PN}-staticdev += "${libdir}/gstreamer-0.10/*.a"
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ inherit autotools systemd gtk-doc gobject-introspection
|
|||
|
||||
S = "${WORKDIR}/udisks-${PV}"
|
||||
|
||||
EXTRA_OECONF = "--disable-man"
|
||||
EXTRA_OECONF = "--disable-man --disable-gtk-doc"
|
||||
|
||||
FILES_${PN} += "${libdir}/polkit-1/extensions/*.so \
|
||||
${datadir}/dbus-1/ \
|
||||
|
|
|
|||
|
|
@ -24,6 +24,8 @@ SRC_URI[sha256sum] = "4b216f5200490f8d2a9bf1b3fcd9a8b20834c95249bf13b9170c82e1fc
|
|||
|
||||
RDEPENDS_${PN} += "gstreamer1.0-plugins-good"
|
||||
|
||||
EXTRA_OECONF = "--disable-gtk-doc"
|
||||
|
||||
PACKAGECONFIG ??= "notify"
|
||||
PACKAGECONFIG[clutter] = "--enable-clutter, --disable-clutter, clutter"
|
||||
PACKAGECONFIG[notify] = "--enable-notify-plugin, --disable-notify-plugin, libnotify"
|
||||
|
|
|
|||
|
|
@ -10,4 +10,6 @@ SRC_URI += "file://0001-xfce-applications.menu-don-t-bloat-settings-menu-by-.pat
|
|||
SRC_URI[md5sum] = "aba62b80787aac295083bf7afd419ffb"
|
||||
SRC_URI[sha256sum] = "787dc859713b6518992d760d4b858fb02e8a30705e6f6e871d7a14cc97bca972"
|
||||
|
||||
EXTRA_OECONF = "--disable-gtk-doc"
|
||||
|
||||
FILES_${PN} += "${datadir}/desktop-directories"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user