mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-26 18:04:12 +00:00
spice: fix dependency on python-pyparsing, add support for native(sdk)
* drop PR * add +git to PV * drop python-pyparsing dependency, because python-pyparsing is in meta-python * replace dependency on python-pyparsing with python-pyparsing-native which is used to generate client/generated_marshallers.cpp Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
parent
63a5e273b7
commit
7598d49f6e
@ -13,8 +13,7 @@ architectures."
|
|||||||
LICENSE = "BSD & LGPLv2.1+"
|
LICENSE = "BSD & LGPLv2.1+"
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
|
LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
|
||||||
|
|
||||||
PR = "r0"
|
PV = "0.12.4+git${SRCPV}"
|
||||||
PV = "0.12.4"
|
|
||||||
|
|
||||||
# Actual versions based on the checkouts below
|
# Actual versions based on the checkouts below
|
||||||
# spice = "0.12.4"
|
# spice = "0.12.4"
|
||||||
@ -44,11 +43,14 @@ S = "${WORKDIR}/git"
|
|||||||
|
|
||||||
inherit autotools gettext pythonnative python-dir pkgconfig
|
inherit autotools gettext pythonnative python-dir pkgconfig
|
||||||
|
|
||||||
DEPENDS += "python-native celt051 python-pyparsing jpeg pixman alsa-lib glib-2.0"
|
DEPENDS += "celt051 jpeg pixman alsa-lib glib-2.0 python-pyparsing-native"
|
||||||
|
DEPENDS_append_class-nativesdk = "nativesdk-openssl"
|
||||||
|
|
||||||
export PYTHON="${STAGING_BINDIR_NATIVE}/python-native/python"
|
export PYTHON="${STAGING_BINDIR_NATIVE}/python-native/python"
|
||||||
export PYTHONPATH="${PKG_CONFIG_SYSROOT_DIR}${libdir}/python2.7/site-packages"
|
export PYTHONPATH="${PKG_CONFIG_SYSROOT_DIR}${libdir}/python2.7/site-packages"
|
||||||
|
|
||||||
|
PACKAGECONFIG_class-native = ""
|
||||||
|
PACKAGECONFIG_class-nativesdk = ""
|
||||||
PACKAGECONFIG ?= "sasl"
|
PACKAGECONFIG ?= "sasl"
|
||||||
|
|
||||||
PACKAGECONFIG[smartcard] = "--enable-smartcard,--disable-smartcard,libcacard,"
|
PACKAGECONFIG[smartcard] = "--enable-smartcard,--disable-smartcard,libcacard,"
|
||||||
@ -74,3 +76,5 @@ do_install_append() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
COMPATIBLE_HOST = '(x86_64|i.86).*-linux'
|
COMPATIBLE_HOST = '(x86_64|i.86).*-linux'
|
||||||
|
|
||||||
|
BBCLASSEXTEND = "native nativesdk"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user