summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/util-linux/util-linux_2.21.2.bb
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.ro>2012-09-17 13:49:58 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-09-19 17:56:28 +0100
commit807c93f3ef1dae093a0b17798b7582b67f7a1580 (patch)
tree5baa5aa2a8c24d5b29be0b912110a16b1bdeb0e3 /meta/recipes-core/util-linux/util-linux_2.21.2.bb
parenta6d808f8c8aabb6fdc9ca6dc1ab27074fa159605 (diff)
downloadpoky-807c93f3ef1dae093a0b17798b7582b67f7a1580.tar.gz
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. (From OE-Core rev: 0ff32e8fb5463a23af9966afcb58eb00772af65b) Signed-off-by: Andrei Gherzan <andrei@gherzan.ro> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/util-linux/util-linux_2.21.2.bb')
-rw-r--r--meta/recipes-core/util-linux/util-linux_2.21.2.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/util-linux/util-linux_2.21.2.bb b/meta/recipes-core/util-linux/util-linux_2.21.2.bb
index 0f5fdc6122..6ef31633dc 100644
--- a/meta/recipes-core/util-linux/util-linux_2.21.2.bb
+++ b/meta/recipes-core/util-linux/util-linux_2.21.2.bb
@@ -1,5 +1,5 @@
1MAJOR_VERSION = "2.21" 1MAJOR_VERSION = "2.21"
2PR = "r1" 2PR = "r2"
3require util-linux.inc 3require util-linux.inc
4 4
5# note that `lscpu' is under GPLv3+ 5# note that `lscpu' is under GPLv3+