]> code.ossystems Code Review - openembedded-core.git/commitdiff
libgnomecanvas: fixed packaging (debug and dev)
authorMarcin Juszkiewicz <hrw@openedhand.com>
Thu, 7 Jun 2007 07:01:06 +0000 (07:01 +0000)
committerMarcin Juszkiewicz <hrw@openedhand.com>
Thu, 7 Jun 2007 07:01:06 +0000 (07:01 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1875 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/gnome/libgnomecanvas_2.6.1.1.bb

index 5c716855e7f4f1b6d27b62e3eaa9f0b2a3c5ff97..21047613c379c9c30c327143aa461d8c0fee5a85 100644 (file)
@@ -1,6 +1,6 @@
 LICENSE = "GPL"
 SECTION = "x11/gnome/libs"
-PR = "r1"
+PR = "r2"
 DESCRIPTION = "A powerful object-oriented display"
 inherit gnome
 
@@ -9,6 +9,8 @@ DEPENDS = "libglade libart-lgpl"
 EXTRA_OECONF = "--disable-gtk-doc"
 
 FILES_${PN} += "${libdir}/libglade/*/libcanvas.so"
+FILES_${PN}-dbg += "${libdir}/libglade/*/.debug/"
+FILES_${PN}-dev += "${libdir}/libglade/*/libcanvas.*a"
 
 do_stage() {
        gnome_stage_includes