libxosd: fix packaging (from Poky)
authorMarcin Juszkiewicz <hrw@openembedded.org>
Mon, 9 Jul 2007 13:42:03 +0000 (13:42 +0000)
committerMarcin Juszkiewicz <hrw@openembedded.org>
Mon, 9 Jul 2007 13:42:03 +0000 (13:42 +0000)
packages/libxosd/libxosd_svn.bb

index b95c218..7dfd05d 100644 (file)
@@ -3,11 +3,12 @@ SECTION = "libs/x11"
 DEPENDS = "virtual/libx11 libxext"
 LICENSE = "LGPL"
 PV = "2.2.15+svn${SRCDATE}"
-PR = "r4"
+PR = "r5"
 
 SRC_URI = "svn://libxosd.svn.sourceforge.net/svnroot/libxosd/source;module=current;proto=https \
            file://autofoo.patch;patch=1 \
            file://use-sane-default-font.patch;patch=1"
+
 S = "${WORKDIR}/current"
 
 inherit autotools binconfig
@@ -16,5 +17,8 @@ do_stage() {
        autotools_stage_all
 }
 
-PACKAGES =+ "${PN}-dbg ${PN}-examples"
-FILES_${PN}-examples = "${bindir}"
+PACKAGES =+ "${PN}-examples-dbg ${PN}-examples"
+FILES_${PN}-examples = "${bindir}/osd_cat"
+FILES_${PN}-examples-dbg = "${bindir}/.debug/"
+FILES_${PN}-dev += "${bindir}/xosd-config"
+FILES_${PN} = "${libdir}/libxosd.so.*"