gdb: include readline in default PACKAGECONFIG

* without readline in PACKAGECONFIG and with no-static-libraries.inc
  gdb fails when trying to build against own bundled static readline

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Martin Jansa
2016-03-01 01:54:16 +01:00
parent 7ef85da72a
commit c1cf7c4a4c

View File

@@ -1 +1 @@
PACKAGECONFIG ??= "python"
PACKAGECONFIG ??= "readline python"