diff options
| author | Robert Yang <liezhi.yang@windriver.com> | 2015-01-12 19:08:51 -0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-01-16 23:08:26 +0000 |
| commit | 15ce397ab5eba168ffb69c79f5573091e1d2ffbe (patch) | |
| tree | c54c388d6988b9b4dc3602a9d4f24b79d891038f | |
| parent | 0736edb63f6b392205efefdcc873252f0c4682ab (diff) | |
| download | poky-15ce397ab5eba168ffb69c79f5573091e1d2ffbe.tar.gz | |
libcroco: separate B and S
It works well now, and bump the PR to avoid:
configure: error: source directory already configured; run "make distclean" there first
(From OE-Core rev: facdfe967e77e949555b882228e109f4280c5e3c)
Signed-off-by: Robert Yang <liezhi.yang@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, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/libcroco/libcroco_0.6.8.bb b/meta/recipes-support/libcroco/libcroco_0.6.8.bb index 278934e68d..88696a4f47 100644 --- a/meta/recipes-support/libcroco/libcroco_0.6.8.bb +++ b/meta/recipes-support/libcroco/libcroco_0.6.8.bb | |||
| @@ -11,11 +11,11 @@ SECTION = "x11/utils" | |||
| 11 | DEPENDS = "glib-2.0 libxml2 zlib" | 11 | DEPENDS = "glib-2.0 libxml2 zlib" |
| 12 | BBCLASSEXTEND = "native" | 12 | BBCLASSEXTEND = "native" |
| 13 | EXTRA_OECONF += "--enable-Bsymbolic=auto" | 13 | EXTRA_OECONF += "--enable-Bsymbolic=auto" |
| 14 | PR = "r1" | 14 | PR = "r2" |
| 15 | 15 | ||
| 16 | BINCONFIG = "${bindir}/croco-0.6-config" | 16 | BINCONFIG = "${bindir}/croco-0.6-config" |
| 17 | 17 | ||
| 18 | inherit autotools-brokensep pkgconfig gnomebase gtk-doc binconfig-disabled | 18 | inherit autotools pkgconfig gnomebase gtk-doc binconfig-disabled |
| 19 | 19 | ||
| 20 | GNOME_COMPRESS_TYPE = "xz" | 20 | GNOME_COMPRESS_TYPE = "xz" |
| 21 | 21 | ||
