[oe-commits] org.oe.dev gnumeric: fix QA issue, package all debug files in -dbg package

pH5 commit openembedded-commits at lists.openembedded.org
Wed Mar 7 16:41:56 UTC 2007


gnumeric: fix QA issue, package all debug files in -dbg package

Author: pH5 at openembedded.org
Branch: org.openembedded.dev
Revision: 81b1167cd86ec3accb443d61ad4c7eb796461e8f
ViewMTN: http://monotone.openembedded.org/revision.psp?id=81b1167cd86ec3accb443d61ad4c7eb796461e8f
Files:
1
packages/gnumeric/gnumeric_1.6.3.bb
Diffs:

#
# mt diff -r4628d4ecb47157250aa2bda58f024a5abc413eff -r81b1167cd86ec3accb443d61ad4c7eb796461e8f
#
# 
# 
# patch "packages/gnumeric/gnumeric_1.6.3.bb"
#  from [07a64dab29413b100e58b3e0e584d47d5a4ad7f4]
#    to [56d6d168c121708269efaac30877ca421cd283b9]
# 
============================================================
--- packages/gnumeric/gnumeric_1.6.3.bb	07a64dab29413b100e58b3e0e584d47d5a4ad7f4
+++ packages/gnumeric/gnumeric_1.6.3.bb	56d6d168c121708269efaac30877ca421cd283b9
@@ -1,9 +1,11 @@ DESCRIPTION = "Gnumeric spreadsheet for 
 LICENSE = "GPL"
 SECTION = "x11/utils"
 S = "${WORKDIR}/gnumeric-${PV}"
 DEPENDS = "libgsf gtk+ libxml2 goffice libglade libart-lgpl intltool-native libgnomecanvas libgnomeprint libgnomeprintui libbonoboui"
 DESCRIPTION = "Gnumeric spreadsheet for GNOME"
 
+PR = "r1"
+
 inherit gnome flow-lossage
 
 SRC_URI += "file://remove-docs.patch;patch=1"
@@ -12,6 +14,7 @@ PACKAGES_DYNAMIC = "gnumeric-plugin-*"
 
 PACKAGES_DYNAMIC = "gnumeric-plugin-*"
 
+FILES_${PN}-dbg += "${libdir}/gnumeric/1.6.3/plugins/*/.debug"
 FILES_gnumeric_append = " /usr/lib/libspreadsheet-${PV}.so "
 
 python populate_packages_prepend () {






More information about the Openembedded-commits mailing list