[oe] [PATCH 1/1] libbonobo.inc: add libbonobo-bin package

Hongxu Jia hongxu.jia at windriver.com
Tue Nov 11 12:16:10 UTC 2014


The previous libbonobo package contains perl scripts, while installing
libbonobo, package management detected perl required, but it actually
not needed as lib. So add libbonobo-bin package to contain these scripts.
It refers debian:
https://packages.debian.org/sid/libbonobo2-bin

Signed-off-by: Hongxu Jia <hongxu.jia at windriver.com>
---
 meta-gnome/recipes-gnome/bonobo/libbonobo.inc | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta-gnome/recipes-gnome/bonobo/libbonobo.inc b/meta-gnome/recipes-gnome/bonobo/libbonobo.inc
index 8b6007e..57e6986 100644
--- a/meta-gnome/recipes-gnome/bonobo/libbonobo.inc
+++ b/meta-gnome/recipes-gnome/bonobo/libbonobo.inc
@@ -9,6 +9,9 @@ inherit gnomebase gtk-doc
 
 ORBIT_IDL_SRC = "${STAGING_BINDIR_NATIVE}/orbit-idl-2"
 
+PACKAGES =+ "${PN}-bin"
+RDEPENDS_${PN}-bin = "${PN} perl"
+FILES_${PN}-bin = "${bindir}/* ${sbindir}/*"
 FILES_${PN} += "${libdir}/orbit-2.0/*.so ${libdir}/bonobo/monikers/*.so"
 FILES_${PN}-dbg += "${libdir}/bonobo/monikers/.debug \
     ${libdir}/bonobo-2.0/samples/.debug ${libdir}/orbit-2.0/.debug"
-- 
1.9.1




More information about the Openembedded-devel mailing list