[Buildroot] [git commit] package/sysrepo: fix debug build

Thomas Petazzoni thomas.petazzoni at bootlin.com
Thu Oct 31 21:29:35 UTC 2019


commit: https://git.buildroot.net/buildroot/commit/?id=c4efa86772142b25c74290f346385af27180e659
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

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 at gmail.com>
Acked-by: Heiko Thiery <heiko.thiery at kontron.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
---
 package/sysrepo/sysrepo.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/sysrepo/sysrepo.mk b/package/sysrepo/sysrepo.mk
index 72c380768d..8676158a19 100644
--- a/package/sysrepo/sysrepo.mk
+++ b/package/sysrepo/sysrepo.mk
@@ -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 \


More information about the buildroot mailing list