]> code.ossystems Code Review - openembedded-core.git/commit
libc-package: fix typo causing annoying diagnostic
authorPhil Blundell <pb@pbcl.net>
Thu, 2 Jun 2011 12:12:24 +0000 (13:12 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 2 Jun 2011 15:05:44 +0000 (16:05 +0100)
commit5b09d5dbac044277b5f1145057d1fc716ec35b9a
treed4913d6cb8f4747e6c10b37cdd1e78de78b78654
parentb41a9d1b536ffef5f86dac40f34b44db463a1038
libc-package: fix typo causing annoying diagnostic

We don't package /etc/rpc and do_install() makes some effort to remove
that file so as to avoid the "installed but not shipped" diagnostic.  But,
due to a typo in the command line, the file wasn't actually being removed
and the diagnostic continued to be issued.

Signed-off-by: Phil Blundell <philb@gnu.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/libc-package.bbclass