diff options
| -rw-r--r-- | meta/recipes-core/readline/readline.inc | 2 |
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 | ||
| 33 | BBCLASSEXTEND = "native nativesdk" | 35 | BBCLASSEXTEND = "native nativesdk" |
