From 2a5aa14bedc9eae6fdbd800a14471eed2baf9233 Mon Sep 17 00:00:00 2001 From: Matt Ranostay Date: Tue, 30 Jan 2018 22:23:54 -0800 Subject: 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 --- meta-agl/recipes-devtools/gdb/gdb_%.bbappend | 1 + 1 file changed, 1 insertion(+) create mode 100644 meta-agl/recipes-devtools/gdb/gdb_%.bbappend (limited to 'meta-agl') 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" -- cgit 1.2.3-korg