]> code.ossystems Code Review - openembedded-core.git/commitdiff
aspell: remove libpspell-dev from PACKAGES
authorRobert Yang <liezhi.yang@windriver.com>
Fri, 10 Apr 2015 09:29:56 +0000 (02:29 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 13 Apr 2015 21:28:33 +0000 (22:28 +0100)
There should be only one dev and dbg package.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/aspell/aspell_0.60.6.1.bb

index a4f0e140b2fb97967091c885e71a52ed54b6f12d..f54672173d9f345b40189a6ec747ac4b41b8d299 100644 (file)
@@ -13,7 +13,7 @@ SRC_URI[sha256sum] = "f52583a83a63633701c5f71db3dc40aab87b7f76b29723aeb27941eff4
 PACKAGECONFIG ??= ""
 PACKAGECONFIG[curses] = "--enable-curses,--disable-curses,ncurses"
 
-PACKAGES += "libaspell libpspell libpspell-dev aspell-utils"
+PACKAGES += "libaspell libpspell aspell-utils"
 
 RDEPENDS_${PN}-utils += "perl"
 
@@ -22,7 +22,7 @@ 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"
 FILES_libpspell = "${libdir}/libpspell.so.*"
-FILES_libpspell-dev = "${libdir}/libpspell* ${bindir}/pspell-config ${includedir}/pspell"
+FILES_${PN}-dev += "${bindir}/pspell-config"
 
 ARM_INSTRUCTION_SET = "arm"
 inherit autotools-brokensep gettext texinfo