From: Graeme Gregory Date: Wed, 11 Apr 2007 11:43:46 +0000 (+0000) Subject: aspell_0.60.5.bb : fix packaging problem with .debug thanks insanity X-Git-Tag: Release-2010-05/1~8868^2~712^2 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09bc706cf733bc1424c7fa4c79ed7a582546319d;p=openembedded.git aspell_0.60.5.bb : fix packaging problem with .debug thanks insanity --- diff --git a/packages/aspell/aspell_0.60.5.bb b/packages/aspell/aspell_0.60.5.bb index 6b6c867226..66b21f9e52 100644 --- a/packages/aspell/aspell_0.60.5.bb +++ b/packages/aspell/aspell_0.60.5.bb @@ -3,8 +3,9 @@ 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"