From: Matt Ranostay Date: Wed, 31 Jan 2018 06:23:54 +0000 (-0800) Subject: devtools: gdb: remove readline PACKAGECONFIG feature X-Git-Tag: 5.99.1~79^2 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;ds=sidebyside;h=refs%2Fchanges%2F13%2F13313%2F2;p=AGL%2Fmeta-agl.git devtools: gdb: remove readline PACKAGECONFIG feature To allow building with GPLv2 components we have to disable readline from PACKAGECONFIG to avoid compile errors. Bug-AGL: SPEC-1256 Change-Id: If3a85f54537460bd9a8c1198d7bb84d04adb6797 Signed-off-by: Matt Ranostay --- diff --git a/meta-agl/recipes-devtools/gdb/gdb_%.bbappend b/meta-agl/recipes-devtools/gdb/gdb_%.bbappend new file mode 100644 index 000000000..7cba933af --- /dev/null +++ b/meta-agl/recipes-devtools/gdb/gdb_%.bbappend @@ -0,0 +1 @@ +PACKAGECONFIG_remove = "readline"