diff options
author | Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | 2011-12-13 20:19:52 +0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-12-16 16:19:28 +0000 |
commit | cdba3979b9c59a653f9c0e6e779d11c5ff58bb17 (patch) | |
tree | d5a0b50ca7a8f3b84eababcf052315bed38fdb37 /meta | |
parent | db38fb37622c9487b996431eedc14a1008c8ac3c (diff) | |
download | poky-cdba3979b9c59a653f9c0e6e779d11c5ff58bb17.tar.gz |
readline: drop empty dir to shut up QA warning
(From OE-Core rev: 70643614cccaa3038c4487ef23a5495aa23346b3)
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-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" |