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:06:45 +0000 |
commit | facdfe967e77e949555b882228e109f4280c5e3c (patch) | |
tree | 854b92a3febba426e40e81636652fef3b7aaae65 /meta/recipes-support | |
parent | 77fce300fe61aaa3c910d737c1f08b7bd91efce5 (diff) | |
download | openembedded-core-facdfe967e77e949555b882228e109f4280c5e3c.tar.gz openembedded-core-facdfe967e77e949555b882228e109f4280c5e3c.tar.bz2 openembedded-core-facdfe967e77e949555b882228e109f4280c5e3c.zip |
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
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Diffstat (limited to 'meta/recipes-support')
-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" DEPENDS = "glib-2.0 libxml2 zlib" BBCLASSEXTEND = "native" EXTRA_OECONF += "--enable-Bsymbolic=auto" -PR = "r1" +PR = "r2" BINCONFIG = "${bindir}/croco-0.6-config" -inherit autotools-brokensep pkgconfig gnomebase gtk-doc binconfig-disabled +inherit autotools pkgconfig gnomebase gtk-doc binconfig-disabled GNOME_COMPRESS_TYPE = "xz" |