[oe] [PATCH] xfce4-session: Make package MACHINE specific

Andreas Müller schnitzeltony at googlemail.com
Sun Feb 22 16:38:07 UTC 2015


On Sun, Feb 22, 2015 at 5:15 PM, Ash Charles <ashcharles at gmail.com> wrote:
> Because the xfce4-session recipe has a machine-specific pkg_postinst_,
> the package itself must be considered machine specific.
>
> Signed-off-by: Ash Charles <ashcharles at gmail.com>
> ---
>  meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.10.1.bb | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.10.1.bb b/meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.10.1.bb
> index 74289fb..f804487 100644
> --- a/meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.10.1.bb
> +++ b/meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.10.1.bb
> @@ -5,6 +5,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=9ac2e7cff1ddaf48b6eab6028f23ef88"
>  DEPENDS = "virtual/libx11 libsm libxfce4util libxfce4ui gtk+ libwnck dbus dbus-glib xfconf"
>  RDEPENDS_${PN} = "netbase xinit dbus-x11 iceauth upower"
>
> +PACKAGE_ARCH = "${MACHINE_ARCH}"
> +
>  inherit xfce update-alternatives
>
>  SRC_URI[md5sum] = "1757657c1d590aa6274b7b7cbba33352"
> --
> 2.1.0
>
Have you tried to remove postinst - is it still necessary?

Andreas



More information about the Openembedded-devel mailing list