[oe] [PATCH] xfce_session_4.6.{1, 2}: explicitly pass the path of `iceauth`

Andreas Mueller schnitzeltony at gmx.de
Wed Mar 23 10:19:49 UTC 2011


On Wednesday 23 March 2011 10:51:58 Paul Menzel wrote:
> Am Mittwoch, den 23.03.2011, 09:35 +0100 schrieb Andreas Mueller:
> > On Wednesday 23 March 2011 08:14:22 Koen Kooi wrote:
> > > On 23-03-11 01:33, Andreas Mueller wrote:
> […]
> 
> > > > Since xfce4.6 means huge rebuild for me (and I did only pick up what
> > > > Khem suggested): Can anybody test this for xfce_session_4.6.{1, 2}
> > > > and create the patches?
> > > 
> > > Could you send me the patch to get the native recipe for Xfce 4.8?
> > 
> > Sorry - but what do you mean with *native* recipe for Xfce 4.8?
> 
> You wrote that you had adapted/extended(?) `xfce-session_4.8.*.bb` to
> build a native package(?) (sorry). So I wanted to just see your
> `xfce-session_.4.8.*.bb` to know what to do.
Oh I see - sorry for causing confusion: I added native support for iceauth.

With the recipes attached I get 
- iceauth installed on target image 
- xfce4-session not complaining about missing iceauth

Still have no idea why iceauth was not found in target image...

Andreas
-------------- next part --------------
require xorg-app-common.inc
DESCRIPTION = "a tool for manipulating ICE protocol authorization records"
DEPENDS += " libice"
PE = "1"
PR = "${INC_PR}.1"

BBCLASSEXTEND="native"

SRC_URI[archive.md5sum] = "bb2e4d2611047f7c5a1a82ec956a9de4"
SRC_URI[archive.sha256sum] = "0ee6fd4554f0131b1ed526ee00b9cf643e7dc97eb70fb51448848ef2f349938d"
-------------- next part --------------
DESCRIPTION = "xfce4-session is a session manager for Xfce 4 Desktop Environment"
DEPENDS = "libwnck libxfce4ui libxfce4util dbus iceauth-native xfce-utils"
RDEPENDS_${PN} = "iceauth xinit dbus-x11"
SECTION = "x11"

PR = "r0"

inherit xfce46

EXTRA_OECONF += "ac_cv_path_ICEAUTH=${bindir}/iceauth"

FILES_${PN} += "${libdir}/xfce4/*/*"
FILES_${PN} += "${datadir}/xfce4/*/*"
FILES_${PN} += "${datadir}/themes/Default/balou/*"

FILES_${PN}-dbg += "${libdir}/xfce4/*/*/.debug"

SRC_URI[md5sum] = "478080ff666fdd36786a243829663efd"
SRC_URI[sha256sum] = "1df52a77d87ed4d27b4f40a2f03a0b6334422d64bdc4e31b9aac22e25e68b829"


More information about the Openembedded-devel mailing list