diff options
author | Saul Wold <sgw@linux.intel.com> | 2012-07-26 17:45:42 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-08-19 10:45:56 +0100 |
commit | c800fd8b7b11a947f21177ddcd30358d5caa0114 (patch) | |
tree | 185c64eb72f6b1909f8b66d978528cfa3f24103e | |
parent | 7209f7552f5063dd9d0b517fece4fd77c0850859 (diff) | |
download | poky-c800fd8b7b11a947f21177ddcd30358d5caa0114.tar.gz |
ncurses: fix file names for update -alternatives
(From OE-Core rev: 256a832f60ecd8cba6de9457ebd1824b20587952)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-core/ncurses/ncurses.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-core/ncurses/ncurses.inc b/meta/recipes-core/ncurses/ncurses.inc index c743846438..91b1f34779 100644 --- a/meta/recipes-core/ncurses/ncurses.inc +++ b/meta/recipes-core/ncurses/ncurses.inc | |||
@@ -244,8 +244,8 @@ FILES_${PN}-tools = "\ | |||
244 | ${bindir}/infotocap \ | 244 | ${bindir}/infotocap \ |
245 | ${bindir}/captoinfo \ | 245 | ${bindir}/captoinfo \ |
246 | ${bindir}/infocmp \ | 246 | ${bindir}/infocmp \ |
247 | ${bindir}/clear${@['', '.${BPN\x7d'][d.getVar('BPN', 1) == 'ncurses']} \ | 247 | ${bindir}/clear${@['', '.${BPN\x7d'][d.getVar('PN', 1) == 'ncurses']} \ |
248 | ${bindir}/reset${@['', '.${BPN\x7d'][d.getVar('BPN', 1) == 'ncurses']} \ | 248 | ${bindir}/reset${@['', '.${BPN\x7d'][d.getVar('PN', 1) == 'ncurses']} \ |
249 | ${bindir}/tack \ | 249 | ${bindir}/tack \ |
250 | ${bindir}/tabs \ | 250 | ${bindir}/tabs \ |
251 | " | 251 | " |