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:33:20 +0100 |
commit | acaf702cf209b43f69e23a7d89c3d093178788bc (patch) | |
tree | 190edf0d080ecb8e41bb3563c29322da9a410304 /meta/recipes-support | |
parent | b515939bbe4eea72a01e2cfd0214122a4bc51c75 (diff) | |
download | poky-acaf702cf209b43f69e23a7d89c3d093178788bc.tar.gz |
aspell: remove libpspell-dev from PACKAGES
There should be only one dev and dbg package.
(From OE-Core rev: b2a59adec6804dfeb85f2aef6bd8f7b2d07929b4)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-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 | |||
13 | PACKAGECONFIG ??= "" | 13 | PACKAGECONFIG ??= "" |
14 | PACKAGECONFIG[curses] = "--enable-curses,--disable-curses,ncurses" | 14 | PACKAGECONFIG[curses] = "--enable-curses,--disable-curses,ncurses" |
15 | 15 | ||
16 | PACKAGES += "libaspell libpspell libpspell-dev aspell-utils" | 16 | PACKAGES += "libaspell libpspell aspell-utils" |
17 | 17 | ||
18 | RDEPENDS_${PN}-utils += "perl" | 18 | RDEPENDS_${PN}-utils += "perl" |
19 | 19 | ||
@@ -22,7 +22,7 @@ FILES_libaspell = "${libdir}/libaspell.so.* ${libdir}/aspell*" | |||
22 | FILES_aspell-utils = "${bindir}/word-list-compress ${bindir}/aspell-import ${bindir}/run-with-aspell ${bindir}/pre*" | 22 | FILES_aspell-utils = "${bindir}/word-list-compress ${bindir}/aspell-import ${bindir}/run-with-aspell ${bindir}/pre*" |
23 | FILES_${PN} = "${bindir}/aspell" | 23 | FILES_${PN} = "${bindir}/aspell" |
24 | FILES_libpspell = "${libdir}/libpspell.so.*" | 24 | FILES_libpspell = "${libdir}/libpspell.so.*" |
25 | FILES_libpspell-dev = "${libdir}/libpspell* ${bindir}/pspell-config ${includedir}/pspell" | 25 | FILES_${PN}-dev += "${bindir}/pspell-config" |
26 | 26 | ||
27 | ARM_INSTRUCTION_SET = "arm" | 27 | ARM_INSTRUCTION_SET = "arm" |
28 | inherit autotools-brokensep gettext texinfo | 28 | inherit autotools-brokensep gettext texinfo |