]> code.ossystems Code Review - openembedded-core.git/commitdiff
libxosd: merge with OE (switched to SRCREV, fixed packaging)
authorMarcin Juszkiewicz <hrw@openedhand.com>
Thu, 3 Apr 2008 05:19:09 +0000 (05:19 +0000)
committerMarcin Juszkiewicz <hrw@openedhand.com>
Thu, 3 Apr 2008 05:19:09 +0000 (05:19 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4165 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta-extras/packages/libxosd/libxosd_svn.bb

index 7dfd05d5d959a657b228cfd46965784b4db5f6eb..377f55dc2ae1375aebb572e2e089ce9968874727 100644 (file)
@@ -2,7 +2,7 @@ DESCRIPTION = "A library for displaying a TV-like on-screen display in X."
 SECTION = "libs/x11"
 DEPENDS = "virtual/libx11 libxext"
 LICENSE = "LGPL"
-PV = "2.2.15+svn${SRCDATE}"
+PV = "2.2.15+svnr${SRCREV}"
 PR = "r5"
 
 SRC_URI = "svn://libxosd.svn.sourceforge.net/svnroot/libxosd/source;module=current;proto=https \
@@ -19,6 +19,6 @@ do_stage() {
 
 PACKAGES =+ "${PN}-examples-dbg ${PN}-examples"
 FILES_${PN}-examples = "${bindir}/osd_cat"
-FILES_${PN}-examples-dbg = "${bindir}/.debug/"
+FILES_${PN}-examples-dbg += "${bindir}/.debug/"
 FILES_${PN}-dev += "${bindir}/xosd-config"
 FILES_${PN} = "${libdir}/libxosd.so.*"