diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2014-08-12 14:10:28 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-08-13 23:28:06 +0200 |
commit | c758d15fde6261cf53a723e2689b0ff3c305fee2 (patch) | |
tree | 18996ff89bdb92fe4b323b00acede135da0fc808 /meta-oe | |
parent | 434d5d8d6cf3c5c3aa2f3299612419f82e42a48f (diff) | |
download | meta-openembedded-c758d15fde6261cf53a723e2689b0ff3c305fee2.tar.gz |
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@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-support/talloc/talloc_2.0.1.bb | 1 |
1 files changed, 1 insertions, 0 deletions
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 62bda71e6..48c091599 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() { | |||
29 | ln -s libtalloc.so.2.0.1 ${D}${libdir}/libtalloc.so.2.0 | 29 | ln -s libtalloc.so.2.0.1 ${D}${libdir}/libtalloc.so.2.0 |
30 | ln -s libtalloc.so.2.0 ${D}${libdir}/libtalloc.so.2 | 30 | ln -s libtalloc.so.2.0 ${D}${libdir}/libtalloc.so.2 |
31 | ln -s libtalloc.so.2 ${D}${libdir}/libtalloc.so | 31 | ln -s libtalloc.so.2 ${D}${libdir}/libtalloc.so |
32 | rmdir ${D}${bindir} | ||
32 | } | 33 | } |
33 | 34 | ||
34 | PACKAGES += "${PN}-swig" | 35 | PACKAGES += "${PN}-swig" |