mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-15 16:07:26 +00: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:
committed by
Martin Jansa
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"
|
||||
|
||||
Reference in New Issue
Block a user