diff options
author | Philipp Zabel <philipp.zabel@gmail.com> | 2007-03-04 10:49:29 +0000 |
---|---|---|
committer | Philipp Zabel <philipp.zabel@gmail.com> | 2007-03-04 10:49:29 +0000 |
commit | adcc1c10b093885d608f6df57de32c7195f4100d (patch) | |
tree | 2c216332e3d4f0ca9fed1da83e134d77dbc150a6 | |
parent | a8cc71d7ae103cd205b7f6dcf0f91d901b42bee7 (diff) |
libbonobo: QA issues, move debug files out of -dev package
-rw-r--r-- | packages/gnome/libbonobo_2.14.0.bb | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/packages/gnome/libbonobo_2.14.0.bb b/packages/gnome/libbonobo_2.14.0.bb index 0399b8b6c0..7b4cbb08e7 100644 --- a/packages/gnome/libbonobo_2.14.0.bb +++ b/packages/gnome/libbonobo_2.14.0.bb @@ -1,5 +1,5 @@ LICENSE = "GPL" -PR = "r0" +PR = "r1" SECTION = "x11/gnome/libs" DESCRIPTION = "Bonobo CORBA interfaces library" @@ -12,9 +12,13 @@ DEPENDS = "glib-2.0 orbit2 intltool-native libxml2" ORBIT_IDL_SRC = "${STAGING_BINDIR_NATIVE}/orbit-idl-2" 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" FILES_${PN}-dev += "${libdir}/orbit-2.0/* ${libdir}/bonobo/monikers/* \ ${libdir}/bonobo-2.0/samples" +LEAD_SONAME = "libbonobo-2.so" + PARALLEL_MAKE = "" do_configure_prepend() { |