diff options
author | Hongxu Jia <hongxu.jia@windriver.com> | 2016-04-07 05:14:31 -0400 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-04-21 21:33:18 +0200 |
commit | 54a18a0add08f8cbb113b6e9313d96f384879603 (patch) | |
tree | 742f055b3b53dc98f853c0f8d18951e2ed0472d9 /meta-gnome/recipes-gnome/bonobo | |
parent | d5e7b4b126400408ddc3b290e90f87cdb38afb53 (diff) | |
download | meta-openembedded-54a18a0add08f8cbb113b6e9313d96f384879603.tar.gz |
libbonobo.inc: add libbonobo-bin package by lib_package class
Fix QA issue:
...
|WARNING: libbonobo-2.32.1-r0 do_package_qa: QA Issue:
/usr/bin/bonobo-slay contained in package libbonobo requires
/usr/bin/perl, but no providers found in RDEPENDS_libbonobo? [file-rdeps]
...
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gnome/bonobo')
-rw-r--r-- | meta-gnome/recipes-gnome/bonobo/libbonobo.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/bonobo/libbonobo.inc b/meta-gnome/recipes-gnome/bonobo/libbonobo.inc index 8b6007e86..e0f616869 100644 --- a/meta-gnome/recipes-gnome/bonobo/libbonobo.inc +++ b/meta-gnome/recipes-gnome/bonobo/libbonobo.inc | |||
@@ -5,10 +5,11 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ | |||
5 | SECTION = "x11/gnome/libs" | 5 | SECTION = "x11/gnome/libs" |
6 | DEPENDS = "glib-2.0 orbit2 intltool-native libxml2 dbus dbus-glib" | 6 | DEPENDS = "glib-2.0 orbit2 intltool-native libxml2 dbus dbus-glib" |
7 | 7 | ||
8 | inherit gnomebase gtk-doc | 8 | inherit gnomebase gtk-doc lib_package |
9 | 9 | ||
10 | ORBIT_IDL_SRC = "${STAGING_BINDIR_NATIVE}/orbit-idl-2" | 10 | ORBIT_IDL_SRC = "${STAGING_BINDIR_NATIVE}/orbit-idl-2" |
11 | 11 | ||
12 | RDEPENDS_${PN}-bin = "${PN} perl" | ||
12 | FILES_${PN} += "${libdir}/orbit-2.0/*.so ${libdir}/bonobo/monikers/*.so" | 13 | FILES_${PN} += "${libdir}/orbit-2.0/*.so ${libdir}/bonobo/monikers/*.so" |
13 | FILES_${PN}-dbg += "${libdir}/bonobo/monikers/.debug \ | 14 | FILES_${PN}-dbg += "${libdir}/bonobo/monikers/.debug \ |
14 | ${libdir}/bonobo-2.0/samples/.debug ${libdir}/orbit-2.0/.debug" | 15 | ${libdir}/bonobo-2.0/samples/.debug ${libdir}/orbit-2.0/.debug" |