summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/readline/readline-8.0/rl-native.map
Commit message (Collapse)AuthorAgeFilesLines
* readline-native: Fix builds on tumbleweedRichard Purdie2019-10-091-0/+12
OpenSuse's libreadline has extra symbol information which upsets our uninative loader as our libreadline is missing symbols with the appropriate versions. The simplest solution is to add the version information as they're harmless. (From OE-Core rev: 4dc83cd3110e2cc103b29769629e91c38187a6f6) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>