package/sysrepo: fix debug build

Set IS_DEVELOPER_CONFIGURATION to OFF to avoid a build failure due to
files being installed in wrong directory

Fixes:
 - http://autobuild.buildroot.org/results/bcd9bdd3bc83c1f2ab0b24348d51de27d88649b4

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Acked-by: Heiko Thiery <heiko.thiery@kontron.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2019.11.x
Fabrice Fontaine 2019-10-31 14:15:07 +01:00 committed by Thomas Petazzoni
parent f91ae31a18
commit c4efa86772
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ SYSREPO_DEPENDENCIES = libev libnetconf2 libavl libyang pcre protobuf-c host-sys
HOST_SYSREPO_DEPENDENCIES = host-libev host-libnetconf2 host-libavl host-libyang host-pcre host-protobuf-c
SYSREPO_CONF_OPTS = \
-DIS_DEVELOPER_CONFIGURATION=OFF \
-DGEN_PYTHON2_TESTS=OFF \
-DENABLE_TESTS=OFF \
-DGEN_CPP_BINDINGS=OFF \