mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-06 16:58:24 +00:00
Convert to new override syntax
This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -19,7 +19,7 @@ SRC_URI += " \
|
||||
"
|
||||
|
||||
LKSTRFTIME = "HAVE_LKSTRFTIME=ON"
|
||||
LKSTRFTIME_libc-musl = "HAVE_LKSTRFTIME=OFF"
|
||||
LKSTRFTIME:libc-musl = "HAVE_LKSTRFTIME=OFF"
|
||||
|
||||
# For arm qemu-arm runs at 100% CPU load and never returns - so disable introspection for now
|
||||
GI_DATA_ENABLED="False"
|
||||
@@ -46,7 +46,7 @@ PACKAGECONFIG[openldap] = "-DWITH_OPENLDAP=ON,-DWITH_OPENLDAP=OFF,openldap"
|
||||
# -ldb needs this on some platforms
|
||||
LDFLAGS += "-lpthread -lgmodule-2.0 -lgthread-2.0"
|
||||
|
||||
do_configure_append () {
|
||||
do_configure:append () {
|
||||
cp ${WORKDIR}/iconv-detect.h ${S}/src
|
||||
|
||||
# fix native perl shebang
|
||||
@@ -57,14 +57,14 @@ do_configure_append () {
|
||||
-e 's: ${bindir}/g-ir-scanner-wrapper: ${STAGING_BINDIR}/g-ir-scanner-wrapper:g'
|
||||
}
|
||||
|
||||
do_compile_prepend() {
|
||||
do_compile:prepend() {
|
||||
export GIR_EXTRA_LIBS_PATH="${B}/camel/.libs:${B}/libedataserver/.libs"
|
||||
}
|
||||
|
||||
FILES_${PN} =+ " \
|
||||
FILES:${PN} =+ " \
|
||||
${datadir}/dbus-1 \
|
||||
${datadir}/evolution-data-server-*/ui/ \
|
||||
${systemd_user_unitdir} \
|
||||
"
|
||||
|
||||
RDEPENDS_${PN} += "perl"
|
||||
RDEPENDS:${PN} += "perl"
|
||||
|
||||
Reference in New Issue
Block a user