diff options
author | Ming Liu <ming.liu@windriver.com> | 2014-07-05 14:05:34 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-07-08 11:19:49 +0100 |
commit | 6776b9210deab868557e7871ad5f6ade4c79376c (patch) | |
tree | 9b51948835eff935807bfb40bfe163a5574d4581 /meta | |
parent | 51540b64f62234c145fc32cfa3fbbaaebbeece08 (diff) | |
download | openembedded-core-6776b9210deab868557e7871ad5f6ade4c79376c.tar.gz openembedded-core-6776b9210deab868557e7871ad5f6ade4c79376c.tar.bz2 openembedded-core-6776b9210deab868557e7871ad5f6ade4c79376c.zip |
libcroco: disable /usr/bin/croco-6.0-config
librsvg is the only recipe depending on libcroco, which doesn't refer to
croco-6.0-config any more, so we inherit binconfig-disabled here to
disable it.
Signed-off-by: Ming Liu <ming.liu@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-support/libcroco/libcroco_0.6.8.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-support/libcroco/libcroco_0.6.8.bb b/meta/recipes-support/libcroco/libcroco_0.6.8.bb index 7d042653b0..278934e68d 100644 --- a/meta/recipes-support/libcroco/libcroco_0.6.8.bb +++ b/meta/recipes-support/libcroco/libcroco_0.6.8.bb @@ -13,7 +13,9 @@ BBCLASSEXTEND = "native" EXTRA_OECONF += "--enable-Bsymbolic=auto" PR = "r1" -inherit autotools-brokensep pkgconfig gnomebase gtk-doc +BINCONFIG = "${bindir}/croco-0.6-config" + +inherit autotools-brokensep pkgconfig gnomebase gtk-doc binconfig-disabled GNOME_COMPRESS_TYPE = "xz" |