mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 02:31:27 +00:00
graphviz: Do not build tcl support for native
with enable-tcl=yes, task do_configure looks for tclConfig.sh on buildhost, and source it. But there is no dpkg-architecture in current PATH, and the tclConfig.sh enter into an dead loop since dpkg-architecture not found and finanlly Segmentation faulted. Therefore it is better to disable tcl do_configure failure: using /usr/lib/tclConfig.sh /usr/lib/tclConfig.sh: line 2: dpkg-architecture: command not found /usr/lib//tcl8.6/tclConfig.sh: line 2: dpkg-architecture: command not found ... /usr/lib//tcl8.6/tclConfig.sh: line 2: dpkg-architecture: command not found /usr/lib//tcl8.6/tclConfig.sh: line 2: dpkg-architecture: command not found NOTE: The following config.log files may provide further information. Segmentation fault (core dumped) Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -58,6 +58,9 @@ EXTRA_OECONF:class-nativesdk = "\
|
|||||||
--disable-r \
|
--disable-r \
|
||||||
--disable-sharp \
|
--disable-sharp \
|
||||||
"
|
"
|
||||||
|
EXTRA_OECONF:class-native = "\
|
||||||
|
--disable-tcl \
|
||||||
|
"
|
||||||
CFLAGS:append:class-target = " -D_typ_ssize_t=1 -D_long_double=1"
|
CFLAGS:append:class-target = " -D_typ_ssize_t=1 -D_long_double=1"
|
||||||
CFLAGS:append:class-nativesdk = " -D_typ_ssize_t=1 -D_long_double=1"
|
CFLAGS:append:class-nativesdk = " -D_typ_ssize_t=1 -D_long_double=1"
|
||||||
do_configure:prepend() {
|
do_configure:prepend() {
|
||||||
|
|||||||
Reference in New Issue
Block a user