mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-12 17:20:13 +00:00
classes/vala: remove
This is now in OE-Core as of 807285c751862aaa775db5a13293007bfb3c29df. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
c1dfd06458
commit
6f642a51dc
@@ -1,18 +0,0 @@
|
|||||||
# Vala has problems with multiple concurrent invocations
|
|
||||||
PARALLEL_MAKE = ""
|
|
||||||
|
|
||||||
# Vala needs vala-native
|
|
||||||
DEPENDS += "vala-native"
|
|
||||||
DEPENDS_virtclass-native += "vala-native"
|
|
||||||
|
|
||||||
# Our patched version of Vala looks in STAGING_DATADIR for .vapi files
|
|
||||||
export STAGING_DATADIR
|
|
||||||
# Upstream Vala >= 0.11 looks in XDG_DATA_DIRS for .vapi files
|
|
||||||
export XDG_DATA_DIRS = "${STAGING_DATADIR}"
|
|
||||||
|
|
||||||
# Package additional files
|
|
||||||
FILES_${PN}-dev += "\
|
|
||||||
${datadir}/vala/vapi/*.vapi \
|
|
||||||
${datadir}/vala/vapi/*.deps \
|
|
||||||
${datadir}/gir-1.0 \
|
|
||||||
"
|
|
||||||
Reference in New Issue
Block a user