diff options
| author | Martin Jansa <martin.jansa@gmail.com> | 2018-05-11 19:21:38 +0000 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2018-05-17 08:32:26 -0700 |
| commit | 7598d49f6ec80a1e1e87244fc66f1a75b760d8b7 (patch) | |
| tree | cc5dc7783129623eda4374fa5466671610e05c50 /meta-networking/recipes-support/spice/spice_git.bb | |
| parent | 63a5e273b7d653d4a239d23cd447a36b685b839e (diff) | |
| download | meta-openembedded-7598d49f6ec80a1e1e87244fc66f1a75b760d8b7.tar.gz | |
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>
Diffstat (limited to 'meta-networking/recipes-support/spice/spice_git.bb')
| -rw-r--r-- | meta-networking/recipes-support/spice/spice_git.bb | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/meta-networking/recipes-support/spice/spice_git.bb b/meta-networking/recipes-support/spice/spice_git.bb index 04e7a25d70..2039841ddf 100644 --- a/meta-networking/recipes-support/spice/spice_git.bb +++ b/meta-networking/recipes-support/spice/spice_git.bb | |||
| @@ -13,8 +13,7 @@ architectures." | |||
| 13 | LICENSE = "BSD & LGPLv2.1+" | 13 | LICENSE = "BSD & LGPLv2.1+" |
| 14 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" | 14 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" |
| 15 | 15 | ||
| 16 | PR = "r0" | 16 | PV = "0.12.4+git${SRCPV}" |
| 17 | PV = "0.12.4" | ||
| 18 | 17 | ||
| 19 | # Actual versions based on the checkouts below | 18 | # Actual versions based on the checkouts below |
| 20 | # spice = "0.12.4" | 19 | # spice = "0.12.4" |
| @@ -44,11 +43,14 @@ S = "${WORKDIR}/git" | |||
| 44 | 43 | ||
| 45 | inherit autotools gettext pythonnative python-dir pkgconfig | 44 | inherit autotools gettext pythonnative python-dir pkgconfig |
| 46 | 45 | ||
| 47 | DEPENDS += "python-native celt051 python-pyparsing jpeg pixman alsa-lib glib-2.0" | 46 | DEPENDS += "celt051 jpeg pixman alsa-lib glib-2.0 python-pyparsing-native" |
| 47 | DEPENDS_append_class-nativesdk = "nativesdk-openssl" | ||
| 48 | 48 | ||
| 49 | export PYTHON="${STAGING_BINDIR_NATIVE}/python-native/python" | 49 | export PYTHON="${STAGING_BINDIR_NATIVE}/python-native/python" |
| 50 | export PYTHONPATH="${PKG_CONFIG_SYSROOT_DIR}${libdir}/python2.7/site-packages" | 50 | export PYTHONPATH="${PKG_CONFIG_SYSROOT_DIR}${libdir}/python2.7/site-packages" |
| 51 | 51 | ||
| 52 | PACKAGECONFIG_class-native = "" | ||
| 53 | PACKAGECONFIG_class-nativesdk = "" | ||
| 52 | PACKAGECONFIG ?= "sasl" | 54 | PACKAGECONFIG ?= "sasl" |
| 53 | 55 | ||
| 54 | PACKAGECONFIG[smartcard] = "--enable-smartcard,--disable-smartcard,libcacard," | 56 | PACKAGECONFIG[smartcard] = "--enable-smartcard,--disable-smartcard,libcacard," |
| @@ -74,3 +76,5 @@ do_install_append() { | |||
| 74 | } | 76 | } |
| 75 | 77 | ||
| 76 | COMPATIBLE_HOST = '(x86_64|i.86).*-linux' | 78 | COMPATIBLE_HOST = '(x86_64|i.86).*-linux' |
| 79 | |||
| 80 | BBCLASSEXTEND = "native nativesdk" | ||
