devtools: gdb: remove readline PACKAGECONFIG feature 13/13313/2
authorMatt Ranostay <matt.ranostay@konsulko.com>
Wed, 31 Jan 2018 06:23:54 +0000 (22:23 -0800)
committerMatt Ranostay <matt.ranostay@konsulko.com>
Wed, 31 Jan 2018 22:06:47 +0000 (14:06 -0800)
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 <matt.ranostay@konsulko.com>
meta-agl/recipes-devtools/gdb/gdb_%.bbappend [new file with mode: 0644]

diff --git a/meta-agl/recipes-devtools/gdb/gdb_%.bbappend b/meta-agl/recipes-devtools/gdb/gdb_%.bbappend
new file mode 100644 (file)
index 0000000..7cba933
--- /dev/null
@@ -0,0 +1 @@
+PACKAGECONFIG_remove = "readline"