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

jackie.huang at windriver.com jackie.huang at windriver.com
Fri Sep 11 07:22:09 UTC 2015


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




More information about the Openembedded-devel mailing list