summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/readline
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/readline')
-rw-r--r--meta/recipes-core/readline/readline.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-core/readline/readline.inc b/meta/recipes-core/readline/readline.inc
index 8fe7e8a861..743d8b3946 100644
--- a/meta/recipes-core/readline/readline.inc
+++ b/meta/recipes-core/readline/readline.inc
@@ -28,6 +28,8 @@ do_install_append () {
28 # Make install doesn't properly install these 28 # Make install doesn't properly install these
29 oe_libinstall -so -C shlib libhistory ${D}${libdir} 29 oe_libinstall -so -C shlib libhistory ${D}${libdir}
30 oe_libinstall -so -C shlib libreadline ${D}${libdir} 30 oe_libinstall -so -C shlib libreadline ${D}${libdir}
31
32 rmdir ${D}${bindir}
31} 33}
32 34
33BBCLASSEXTEND = "native nativesdk" 35BBCLASSEXTEND = "native nativesdk"