| Submitter | Samuel Stirtzel |
|---|---|
| Date | Dec. 11, 2012, 10:48 a.m. |
| Message ID | <1355222922-14422-1-git-send-email-s.stirtzel@googlemail.com> |
| Download | mbox | patch |
| Permalink | /patch/40741/ |
| State | Superseded, archived |
| Headers | show |
Comments
On Tue, Dec 11, 2012 at 11:48 AM, Samuel Stirtzel <s.stirtzel@googlemail.com> wrote: > 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@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 > Acked-by: Andreas Müller <schnitzeltony@googlemail.com>
Patch
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"
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@googlemail.com> --- 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