[oe-commits] Jackie Huang : libxfce4ui: add RDEPENDS on PN for PN-gtk2 and PN-gtk3

git at git.openembedded.org git at git.openembedded.org
Thu Sep 17 15:04:55 UTC 2015


Module: meta-openembedded.git
Branch: master-next
Commit: 3810fed0183c0b621b625046f808740d0a736146
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=3810fed0183c0b621b625046f808740d0a736146

Author: Jackie Huang <jackie.huang at windriver.com>
Date:   Fri Sep 11 15:22:09 2015 +0800

libxfce4ui: add RDEPENDS on PN for PN-gtk2 and PN-gtk3

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>
Acked-By: Andreas Müller <schnitzeltony at goolglemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.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}"



More information about the Openembedded-commits mailing list