[OE-core] [PATCH] harfbuzz: Move ancillary binaries to ${PN}-bin

Phil Blundell pb at pbcl.net
Tue Jan 14 16:26:08 UTC 2014


The binaries:

-rwxr-xr-x root/root     21956 2014-01-09 19:39 ./bin/hb-shape
-rwxr-xr-x root/root     21504 2014-01-09 19:39 ./bin/hb-ot-shape-closure
-rwxr-xr-x root/root     36520 2014-01-09 19:39 ./bin/hb-view

are not generally useful on target systems.  Also, their presence in the
same binary package as libharfbuzz.so defeats the debian package autonamer.
Inherit lib_package to move these to ${PN}-bin.

Signed-off-by: Phil Blundell <pb at pbcl.net>
---
 meta/recipes-graphics/harfbuzz/harfbuzz_0.9.25.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-graphics/harfbuzz/harfbuzz_0.9.25.bb b/meta/recipes-graphics/harfbuzz/harfbuzz_0.9.25.bb
index 544deec..ba637bc 100644
--- a/meta/recipes-graphics/harfbuzz/harfbuzz_0.9.25.bb
+++ b/meta/recipes-graphics/harfbuzz/harfbuzz_0.9.25.bb
@@ -16,7 +16,7 @@ SRC_URI = "http://www.freedesktop.org/software/harfbuzz/release/harfbuzz-${PV}.t
 SRC_URI[md5sum] = "491b631239f51dcd4f7934775306c4e7"
 SRC_URI[sha256sum] = "dc6e5997a569526cd28147a80a0f65466e87ae617753b38704a60184bc6d6bee"
 
-inherit autotools pkgconfig
+inherit autotools pkgconfig lib_package
 
 DEPENDS = "glib-2.0 cairo freetype"
 
-- 
1.8.5






More information about the Openembedded-core mailing list