mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-17 04:37:19 +00:00
libsombok3: use autotools-brokensep instead of setting B
Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -11,13 +11,12 @@ SRC_URI = "git://github.com/hatukanezumi/sombok.git;protocol=https;branch=master
|
|||||||
file://0001-configure.ac-fix-cross-compiling-issue.patch \
|
file://0001-configure.ac-fix-cross-compiling-issue.patch \
|
||||||
"
|
"
|
||||||
|
|
||||||
inherit autotools pkgconfig
|
inherit autotools-brokensep pkgconfig
|
||||||
|
|
||||||
# sombok-2.4.0
|
# sombok-2.4.0
|
||||||
SRCREV = "0098d85a037ef5c99a648a3669a077781a45e8cc"
|
SRCREV = "0098d85a037ef5c99a648a3669a077781a45e8cc"
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
B = "${S}"
|
|
||||||
|
|
||||||
# Disable libthai support
|
# Disable libthai support
|
||||||
EXTRA_OECONF = "--disable-libthai"
|
EXTRA_OECONF = "--disable-libthai"
|
||||||
|
|||||||
Reference in New Issue
Block a user