[oe-commits] org.oe.dev aspell_0.60.5.bb : fix packaging problem with .debug thanks insanity

xora commit openembedded-commits at lists.openembedded.org
Wed Apr 11 11:50:32 UTC 2007


aspell_0.60.5.bb : fix packaging problem with .debug thanks insanity

Author: xora at openembedded.org
Branch: org.openembedded.dev
Revision: fc80304b191fefaa6dd43f9c445a5d8da9ac578e
ViewMTN: http://monotone.openembedded.org/revision.psp?id=fc80304b191fefaa6dd43f9c445a5d8da9ac578e
Files:
1
packages/aspell/aspell_0.60.5.bb
Diffs:

#
# mt diff -r70b9fb5430b130bda41bbfbaff2c613b0b9971df -rfc80304b191fefaa6dd43f9c445a5d8da9ac578e
#
# 
# 
# patch "packages/aspell/aspell_0.60.5.bb"
#  from [1154c241600ac09cb8d9f328d3b08c2265babd5c]
#    to [fb6c580d1f0a1cf4f036860d2915c11469e286af]
# 
============================================================
--- packages/aspell/aspell_0.60.5.bb	1154c241600ac09cb8d9f328d3b08c2265babd5c
+++ packages/aspell/aspell_0.60.5.bb	fb6c580d1f0a1cf4f036860d2915c11469e286af
@@ -1,10 +1,11 @@ LICENSE="LGPL"
 SRC_URI = "ftp://ftp.gnu.org/gnu/aspell/aspell-${PV}.tar.gz"
 DESCRIPTION = "GNU Aspell spell-checker"
 SECTION = "console/utils"
 LICENSE="LGPL"
 
-PACKAGES =+ "libaspell libpspell libpspell-dev aspell-utils"
+PACKAGES += "libaspell libpspell libpspell-dev aspell-utils"
 
+FILES_${PN}-dbg += "${libdir}/aspell-0.60/.debu*"
 FILES_libaspell = "${libdir}/libaspell.so.* ${libdir}/aspell*"
 FILES_aspell-utils = "${bindir}/word-list-compress ${bindir}/aspell-import ${bindir}/run-with-aspell ${bindir}/pre*"
 FILES_${PN} = "${bindir}/aspell"






More information about the Openembedded-commits mailing list