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:20:13 +0100 |
commit | e206dfa867e238c7e86829c9a9b0294253b63d08 (patch) | |
tree | 9c17b26a3cb05975b5c5136eafdabb23ee8b15e1 | |
parent | 0a6dcf2f5b80dbd9d1a73e697dc463eee1c54068 (diff) | |
download | poky-e206dfa867e238c7e86829c9a9b0294253b63d08.tar.gz |
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>
-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" | |||
13 | EXTRA_OECONF += "--enable-Bsymbolic=auto" | 13 | EXTRA_OECONF += "--enable-Bsymbolic=auto" |
14 | PR = "r1" | 14 | PR = "r1" |
15 | 15 | ||
16 | inherit autotools-brokensep pkgconfig gnomebase gtk-doc | 16 | BINCONFIG = "${bindir}/croco-0.6-config" |
17 | |||
18 | inherit autotools-brokensep pkgconfig gnomebase gtk-doc binconfig-disabled | ||
17 | 19 | ||
18 | GNOME_COMPRESS_TYPE = "xz" | 20 | GNOME_COMPRESS_TYPE = "xz" |
19 | 21 | ||