]> code.ossystems Code Review - openembedded-core.git/commit
util-linux: Fix bloken swapoff symlink
authorAndrei Gherzan <andrei@gherzan.ro>
Mon, 17 Sep 2012 10:49:58 +0000 (13:49 +0300)
committerSaul Wold <sgw@linux.intel.com>
Tue, 18 Sep 2012 14:44:13 +0000 (07:44 -0700)
commit0ff32e8fb5463a23af9966afcb58eb00772af65b
treeedef9b1dcb4cc57419ebde5ffc65df6db4f142ac
parent1773a98b68dd223b016fe408b022c2c5475669c2
util-linux: Fix bloken swapoff symlink

There were 2 issues with this symlink.
1. Is was installed in base_bindidir but packaged in bindir. Fixed to
be packaged in base_bindir
2. The symlink swapoff was created to point to swapon. The problem is
that swapoff is an alternative so it would end up pointing to
swapoff.util-linux which was an inexistent file. The fix is to create
a symlink swapoff.util-linux to swapon.util-linux.

Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-core/util-linux/util-linux.inc
meta/recipes-core/util-linux/util-linux_2.21.2.bb