mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-02 13:59:59 +00:00
pidgin-sipe: Add packageconfig to turn Werror on/off
This component has many warnings and is using deprecated libxml2 interfaces as distros its better to disable Werror, if devs want to enable it then add the needed packageconfig explicitly. Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -25,6 +25,8 @@ PACKAGECONFIG[krb5] = "--with-krb5=yes,--with-krb5=no,krb5"
|
|||||||
PACKAGECONFIG[telepathy] = "--enable-telepathy=yes,--enable-telepathy=no,telepathy-glib"
|
PACKAGECONFIG[telepathy] = "--enable-telepathy=yes,--enable-telepathy=no,telepathy-glib"
|
||||||
#PACKAGECONFIG[gssapi_only] = "--enable-gssapi-only=yes,--enable-gssapi-only=no,krb5"
|
#PACKAGECONFIG[gssapi_only] = "--enable-gssapi-only=yes,--enable-gssapi-only=no,krb5"
|
||||||
PACKAGECONFIG[debug] = "--enable-debug=yes,--enable-debug=no,valgrind"
|
PACKAGECONFIG[debug] = "--enable-debug=yes,--enable-debug=no,valgrind"
|
||||||
|
# disable Werror by default, useful for dev mode
|
||||||
|
PACKAGECONFIG[quality] = "--enable-quality-check=yes,--enable-quality-check=no,"
|
||||||
|
|
||||||
FILES:${PN}-dev += " \
|
FILES:${PN}-dev += " \
|
||||||
${libdir}/purple-2/*.la \
|
${libdir}/purple-2/*.la \
|
||||||
@@ -35,5 +37,3 @@ FILES:${PN} += " \
|
|||||||
${datadir}/appdata \
|
${datadir}/appdata \
|
||||||
${datadir}/metainfo \
|
${datadir}/metainfo \
|
||||||
"
|
"
|
||||||
|
|
||||||
CFLAGS = "-Wno-error=deprecated-declarations"
|
|
||||||
|
|||||||
Reference in New Issue
Block a user