diff options
| author | Hongxu Jia <hongxu.jia@windriver.com> | 2021-02-05 01:52:13 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-02-05 10:59:49 -0800 |
| commit | bf527522e019346fcd92bb5d9d5c1906147e24f3 (patch) | |
| tree | 41b980fe92101de6b46899d3d1c7323f55915088 /meta-networking/recipes-support/spice/spice_git.bb | |
| parent | c105afd3220203fffe78c780b8d7fe2296562852 (diff) | |
| download | meta-openembedded-bf527522e019346fcd92bb5d9d5c1906147e24f3.tar.gz | |
spice: make conpatible to autoconf-2.70
In order to build with autoconf 2.7, explicitly link to jpeg lib
since lib jpeg is already in DEPENDS
...
| checking for jpeglib.h... ../git/configure: line 16008: CPP: command not found
...
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-support/spice/spice_git.bb')
| -rw-r--r-- | meta-networking/recipes-support/spice/spice_git.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-networking/recipes-support/spice/spice_git.bb b/meta-networking/recipes-support/spice/spice_git.bb index fad8b639e6..52dad71242 100644 --- a/meta-networking/recipes-support/spice/spice_git.bb +++ b/meta-networking/recipes-support/spice/spice_git.bb | |||
| @@ -25,6 +25,7 @@ SRC_URI = " \ | |||
| 25 | git://anongit.freedesktop.org/spice/spice-common;destsuffix=git/subprojects/spice-common;name=spice-common \ | 25 | git://anongit.freedesktop.org/spice/spice-common;destsuffix=git/subprojects/spice-common;name=spice-common \ |
| 26 | file://0001-Convert-pthread_t-to-be-numeric.patch \ | 26 | file://0001-Convert-pthread_t-to-be-numeric.patch \ |
| 27 | file://0001-Fix-compile-errors-on-Linux-32bit-system.patch \ | 27 | file://0001-Fix-compile-errors-on-Linux-32bit-system.patch \ |
| 28 | file://0001-configure.ac-explicitly-link-to-jpeg-lib.patch \ | ||
| 28 | " | 29 | " |
| 29 | 30 | ||
| 30 | S = "${WORKDIR}/git" | 31 | S = "${WORKDIR}/git" |
