From patchwork Tue Sep 11 14:19:00 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [meta-oe,meta-efl,2/5] libwmf: fix DEPENDS_virtclass-native Date: Tue, 11 Sep 2012 14:19:00 -0000 From: Martin Jansa X-Patchwork-Id: 36291 Message-Id: <9295d48aba0f7e5f87f66b895e559cfdbc859519.1347363666.git.Martin.Jansa@gmail.com> To: openembedded-devel@lists.openembedded.org * 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 --- meta-oe/recipes-extended/libwmf/libwmf_0.2.8.4.bb | 4 ++-- 1 file 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 fed33a4..cedfd3b 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" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" -PR = "r1" +PR = "r2" -DEPENDS_virtclass-native = "libpng jpeg" +DEPENDS_virtclass-native = "libpng-native jpeg-native" DEPENDS = "libpng jpeg expat gtk+" BBCLASSEXTEND = "native"