[oe-commits] Martin Jansa : talloc: remove empty bindir

git at git.openembedded.org git at git.openembedded.org
Thu Aug 14 08:45:59 UTC 2014


Module: meta-openembedded.git
Branch: master-next
Commit: c758d15fde6261cf53a723e2689b0ff3c305fee2
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=c758d15fde6261cf53a723e2689b0ff3c305fee2

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Tue Aug 12 14:10:28 2014 +0200

talloc: remove empty bindir

* fixes following QA warnings:
  talloc-2.0.1: talloc: Files/directories were installed but not shipped
  /usr/bin [installed-vs-shipped]

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-oe/recipes-support/talloc/talloc_2.0.1.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-oe/recipes-support/talloc/talloc_2.0.1.bb b/meta-oe/recipes-support/talloc/talloc_2.0.1.bb
index 62bda71..48c0915 100644
--- a/meta-oe/recipes-support/talloc/talloc_2.0.1.bb
+++ b/meta-oe/recipes-support/talloc/talloc_2.0.1.bb
@@ -29,6 +29,7 @@ do_install_append() {
     ln -s libtalloc.so.2.0.1 ${D}${libdir}/libtalloc.so.2.0
     ln -s libtalloc.so.2.0 ${D}${libdir}/libtalloc.so.2
     ln -s libtalloc.so.2 ${D}${libdir}/libtalloc.so
+    rmdir ${D}${bindir}
 }
 
 PACKAGES += "${PN}-swig"



More information about the Openembedded-commits mailing list