aboutsummaryrefslogtreecommitdiffstats
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
committerSaul Wold <sgw@linux.intel.com>2012-09-18 07:44:13 -0700
commit0ff32e8fb5463a23af9966afcb58eb00772af65b (patch)
treeedef9b1dcb4cc57419ebde5ffc65df6db4f142ac /meta/recipes-core/util-linux/util-linux_2.21.2.bb
parent1773a98b68dd223b016fe408b022c2c5475669c2 (diff)
downloadopenembedded-core-contrib-0ff32e8fb5463a23af9966afcb58eb00772af65b.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. Signed-off-by: Andrei Gherzan <andrei@gherzan.ro> Signed-off-by: Saul Wold <sgw@linux.intel.com>
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 @@
MAJOR_VERSION = "2.21"
-PR = "r1"
+PR = "r2"
require util-linux.inc
# note that `lscpu' is under GPLv3+