aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2007-07-09 13:42:03 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2007-07-09 13:42:03 +0000
commit2a578eb93be86e537f7d6050a9573494df68dc7d (patch)
tree566012c28497634bcc48153ce1a6267ed9171c17
parentbcb1f0b4f8ff0e8c3c376ecef81ed78da20f3b3b (diff)
downloadopenembedded-2a578eb93be86e537f7d6050a9573494df68dc7d.tar.gz
libxosd: fix packaging (from Poky)
-rw-r--r--packages/libxosd/libxosd_svn.bb10
1 files changed, 7 insertions, 3 deletions
diff --git a/packages/libxosd/libxosd_svn.bb b/packages/libxosd/libxosd_svn.bb
index b95c218df9..7dfd05d5d9 100644
--- a/packages/libxosd/libxosd_svn.bb
+++ b/packages/libxosd/libxosd_svn.bb
@@ -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.*"