[oe-commits] org.oe.dev libxosd: fix packaging (from Poky)

hrw commit openembedded-commits at lists.openembedded.org
Mon Jul 9 14:05:35 UTC 2007


libxosd: fix packaging (from Poky)

Author: hrw at openembedded.org
Branch: org.openembedded.dev
Revision: 9f8374bef77a3a2302e7c84f146407a7fdd328c8
ViewMTN: http://monotone.openembedded.org/revision.psp?id=9f8374bef77a3a2302e7c84f146407a7fdd328c8
Files:
1
packages/libxosd/libxosd_svn.bb
Diffs:

#
# mt diff -rc59f113182d30217c5eb4faa825c9c3e18878a6b -r9f8374bef77a3a2302e7c84f146407a7fdd328c8
#
# 
# 
# patch "packages/libxosd/libxosd_svn.bb"
#  from [a4c0d1f79f10ad941aad14baa96a24ce4a54f563]
#    to [efced9d9b09324606848358429b95165f7e5ec2b]
# 
============================================================
--- packages/libxosd/libxosd_svn.bb	a4c0d1f79f10ad941aad14baa96a24ce4a54f563
+++ packages/libxosd/libxosd_svn.bb	efced9d9b09324606848358429b95165f7e5ec2b
@@ -1,13 +1,14 @@ PV = "2.2.15+svn${SRCDATE}"
 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}"
-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}-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.*"
-PACKAGES =+ "${PN}-dbg ${PN}-examples"
-FILES_${PN}-examples = "${bindir}"






More information about the Openembedded-commits mailing list