[oe] [meta-oe] iceauth: Add native build

Samuel Stirtzel s.stirtzel at googlemail.com
Tue Dec 11 10:48:42 UTC 2012


Some recipes require iceauth native (eg. xfce4-session)
Without this patch they would use the build-hosts iceauth

Signed-off-by: Samuel Stirtzel <s.stirtzel at googlemail.com>
---
 meta-oe/recipes-graphics/xorg-app/iceauth_1.0.4.bb |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

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"
\ No newline at end of file
-- 
1.7.9.5





More information about the Openembedded-devel mailing list