[oe] [meta-xfce][PATCH] libxfce4ui: add RDEPENDS on PN for PN-gtk2 and PN-gtk3

Andreas Müller schnitzeltony at googlemail.com
Fri Sep 11 07:34:03 UTC 2015


On Fri, Sep 11, 2015 at 9:22 AM,  <jackie.huang at windriver.com> wrote:
> From: Jackie Huang <jackie.huang at windriver.com>
>
> gtk libs was separated into PN-gtk after commit:
> d4e5b33 libxfce4ui: build gtk3 libs and pack gtk2/gtk3 libs in separate packages
>
> but config files such as xfce4-keyboard-shortcuts.xml
> is in PN, it works without this, but there no any keyboard
> shortcut, add the RDEPENDS so that the libs and config
> files will be both installed.
>
> Signed-off-by: Jackie Huang <jackie.huang at windriver.com>
> ---
>  meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.12.1.bb | 3 +++
>  1 file changed, 3 insertions(+)
>
> diff --git a/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.12.1.bb b/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.12.1.bb
> index 26d21c1..723c20d 100644
> --- a/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.12.1.bb
> +++ b/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.12.1.bb
> @@ -28,3 +28,6 @@ FILES_${PN}-dev += "${libdir}/glade3/modules/*.la \
>  PACKAGES += "${PN}-glade"
>  FILES_${PN}-glade = "${libdir}/glade3 \
>                       ${datadir}/glade3"
> +
> +RDEPENDS_${PN}-gtk2 = "${PN}"
> +RDEPENDS_${PN}-gtk3 = "${PN}"
> --
> 1.9.1
>
Acked-By: Andreas Müller <schnitzeltony at goolglemail.com>



More information about the Openembedded-devel mailing list