diff options
author | Phil Blundell <pb@pbcl.net> | 2014-01-14 16:26:08 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-01-14 17:03:58 +0000 |
commit | 8069a883bd522e9f9f35a978937bf60f9f74a1ae (patch) | |
tree | f6a3db75290bc814503243d114d9807e2a1e118c /meta | |
parent | e26908ea5f9e78141ecdf5b274fcbd29a1785f26 (diff) | |
download | poky-8069a883bd522e9f9f35a978937bf60f9f74a1ae.tar.gz |
harfbuzz: Move ancillary binaries to ${PN}-bin
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.
(From OE-Core rev: d716f63d5785fa9239497d25bffc5035a9e58d28)
Signed-off-by: Phil Blundell <pb@pbcl.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-graphics/harfbuzz/harfbuzz_0.9.25.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/harfbuzz/harfbuzz_0.9.25.bb b/meta/recipes-graphics/harfbuzz/harfbuzz_0.9.25.bb index 544deecdae..ba637bcd7c 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 | |||
16 | SRC_URI[md5sum] = "491b631239f51dcd4f7934775306c4e7" | 16 | SRC_URI[md5sum] = "491b631239f51dcd4f7934775306c4e7" |
17 | SRC_URI[sha256sum] = "dc6e5997a569526cd28147a80a0f65466e87ae617753b38704a60184bc6d6bee" | 17 | SRC_URI[sha256sum] = "dc6e5997a569526cd28147a80a0f65466e87ae617753b38704a60184bc6d6bee" |
18 | 18 | ||
19 | inherit autotools pkgconfig | 19 | inherit autotools pkgconfig lib_package |
20 | 20 | ||
21 | DEPENDS = "glib-2.0 cairo freetype" | 21 | DEPENDS = "glib-2.0 cairo freetype" |
22 | 22 | ||