1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 17:19:20 +00:00

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.

(From OE-Core rev: 6776b9210deab868557e7871ad5f6ade4c79376c)

Signed-off-by: Ming Liu <ming.liu@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Ming Liu
2014-07-05 14:05:34 +08:00
committed by Richard Purdie
parent 0a6dcf2f5b
commit e206dfa867
@@ -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"