mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-24 06:57:10 +00:00
5f254f737c
Set ac_cv_prog_cc_c23=no to prevent autoconf from detecting C23 compiler support, avoiding potential build failures as the package is not yet fully ported to support C23 standard. Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
23 lines
686 B
BlitzBasic
23 lines
686 B
BlitzBasic
SUMMARY = "Enca is an Extremely Naive Charset Analyser"
|
|
SECTION = "libs"
|
|
HOMEPAGE = "https://cihar.com/software/enca/"
|
|
|
|
DEPENDS += "gettext-native autoconf-archive-native"
|
|
|
|
LICENSE = "GPL-2.0-only"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=24b9569831c46d4818450b55282476b4"
|
|
|
|
SRC_URI = "https://dl.cihar.com/enca/enca-${PV}.tar.gz \
|
|
file://cross.patch \
|
|
file://dont-run-tests.patch \
|
|
file://libenca-003-iconv.patch \
|
|
file://0001-Do-not-use-MKTEMP_PROG-in-cross-build.patch \
|
|
"
|
|
SRC_URI[sha256sum] = "4c305cc59f3e57f2cfc150a6ac511690f43633595760e1cb266bf23362d72f8a"
|
|
|
|
inherit autotools
|
|
|
|
CACHED_CONFIGUREVARS += "ac_cv_prog_cc_c23=no"
|
|
|
|
EXTRA_OECONF += "MKTEMP_PROG=mktemp"
|