diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2012-09-11 10:10:20 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2012-09-11 12:25:45 +0200 |
commit | 9295d48aba0f7e5f87f66b895e559cfdbc859519 (patch) | |
tree | e4eb0b2c9952fd25e1e958e64f825053a6447786 /meta-oe | |
parent | c38f5cba0b540d6387fb2b1bc13ba3b2b972d70c (diff) | |
download | meta-openembedded-9295d48aba0f7e5f87f66b895e559cfdbc859519.tar.gz |
libwmf: fix DEPENDS_virtclass-native
* libpng and jpeg are not expaned to native variants, causing different
sstate checksums when libwmf-native is build with MACHINEs with
e.g. different PACKAGE_ARCH
* maybe it's fault in handling DEPENDS_virtclass-native and it should
expand it, but this patch fixes it too
http://lists.linuxtogo.org/pipermail/openembedded-core/2012-September/029394.html
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-extended/libwmf/libwmf_0.2.8.4.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-extended/libwmf/libwmf_0.2.8.4.bb b/meta-oe/recipes-extended/libwmf/libwmf_0.2.8.4.bb index fed33a43d..cedfd3bcf 100644 --- a/meta-oe/recipes-extended/libwmf/libwmf_0.2.8.4.bb +++ b/meta-oe/recipes-extended/libwmf/libwmf_0.2.8.4.bb | |||
@@ -5,9 +5,9 @@ SECTION = "libs" | |||
5 | LICENSE = "GPLv2" | 5 | LICENSE = "GPLv2" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" |
7 | 7 | ||
8 | PR = "r1" | 8 | PR = "r2" |
9 | 9 | ||
10 | DEPENDS_virtclass-native = "libpng jpeg" | 10 | DEPENDS_virtclass-native = "libpng-native jpeg-native" |
11 | DEPENDS = "libpng jpeg expat gtk+" | 11 | DEPENDS = "libpng jpeg expat gtk+" |
12 | 12 | ||
13 | BBCLASSEXTEND = "native" | 13 | BBCLASSEXTEND = "native" |