diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2015-04-10 02:29:56 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-04-13 22:28:33 +0100 |
commit | b2a59adec6804dfeb85f2aef6bd8f7b2d07929b4 (patch) | |
tree | 6b2882564b4ccee38e637c56029471cae5c17b93 /meta/recipes-support/aspell | |
parent | 93afa6fcc0f84f305fad97407ef408e7a1e37652 (diff) | |
download | openembedded-core-b2a59adec6804dfeb85f2aef6bd8f7b2d07929b4.tar.gz openembedded-core-b2a59adec6804dfeb85f2aef6bd8f7b2d07929b4.tar.bz2 openembedded-core-b2a59adec6804dfeb85f2aef6bd8f7b2d07929b4.zip |
aspell: remove libpspell-dev from PACKAGES
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>
Diffstat (limited to 'meta/recipes-support/aspell')
-rw-r--r-- | meta/recipes-support/aspell/aspell_0.60.6.1.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/aspell/aspell_0.60.6.1.bb b/meta/recipes-support/aspell/aspell_0.60.6.1.bb index a4f0e140b2..f54672173d 100644 --- a/meta/recipes-support/aspell/aspell_0.60.6.1.bb +++ b/meta/recipes-support/aspell/aspell_0.60.6.1.bb @@ -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 |