From patchwork Tue Dec 11 10:48:42 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [meta-oe] iceauth: Add native build Date: Tue, 11 Dec 2012 10:48:42 -0000 From: Samuel Stirtzel X-Patchwork-Id: 40741 Message-Id: <1355222922-14422-1-git-send-email-s.stirtzel@googlemail.com> To: openembedded-devel@lists.openembedded.org Some recipes require iceauth native (eg. xfce4-session) Without this patch they would use the build-hosts iceauth Signed-off-by: Samuel Stirtzel Acked-by: Andreas Müller --- meta-oe/recipes-graphics/xorg-app/iceauth_1.0.4.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) \ No newline at end of file diff --git a/meta-oe/recipes-graphics/xorg-app/iceauth_1.0.4.bb b/meta-oe/recipes-graphics/xorg-app/iceauth_1.0.4.bb index d3fbd13..4cb3b26 100644 --- a/meta-oe/recipes-graphics/xorg-app/iceauth_1.0.4.bb +++ b/meta-oe/recipes-graphics/xorg-app/iceauth_1.0.4.bb @@ -2,7 +2,9 @@ require recipes-graphics/xorg-app/xorg-app-common.inc DESCRIPTION = "Tool for manipulating ICE protocol authorization records" LIC_FILES_CHKSUM = "file://COPYING;md5=13f70acf3c27f5f834bbc954df775f8e" DEPENDS += "libice" -PR = "r6" +PR = "r7" SRC_URI[md5sum] = "bb2e4d2611047f7c5a1a82ec956a9de4" SRC_URI[sha256sum] = "0ee6fd4554f0131b1ed526ee00b9cf643e7dc97eb70fb51448848ef2f349938d" + +BBCLASSEXTEND = "native"