mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 00:39:46 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
0736edb63f
commit
15ce397ab5
@@ -11,11 +11,11 @@ SECTION = "x11/utils"
|
|||||||
DEPENDS = "glib-2.0 libxml2 zlib"
|
DEPENDS = "glib-2.0 libxml2 zlib"
|
||||||
BBCLASSEXTEND = "native"
|
BBCLASSEXTEND = "native"
|
||||||
EXTRA_OECONF += "--enable-Bsymbolic=auto"
|
EXTRA_OECONF += "--enable-Bsymbolic=auto"
|
||||||
PR = "r1"
|
PR = "r2"
|
||||||
|
|
||||||
BINCONFIG = "${bindir}/croco-0.6-config"
|
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"
|
GNOME_COMPRESS_TYPE = "xz"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user