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:
alperak 2023-12-12 23:35:08 +03:00 committed by Khem Raj
parent bfda5e7c70
commit 763fd809cf
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -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 \
"
inherit autotools pkgconfig
inherit autotools-brokensep pkgconfig
# sombok-2.4.0
SRCREV = "0098d85a037ef5c99a648a3669a077781a45e8cc"
S = "${WORKDIR}/git"
B = "${S}"
# Disable libthai support
EXTRA_OECONF = "--disable-libthai"