1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-30 00:20:08 +00:00

util-linux: fix dangling symlinks

shutdown and swapon should be in $base_sbindir instead of $sbindir

Signed-off-by: Qing He <qing.he@intel.com>
This commit is contained in:
Qing He
2011-01-21 17:54:22 +08:00
committed by Saul Wold
parent 036e4a920f
commit 8ee25e2462
2 changed files with 14 additions and 6 deletions
@@ -1,6 +1,6 @@
MAJOR_VERSION = "2.17"
require util-linux.inc
PR = "r2"
PR = "r3"
SRC_URI += "file://uclibc-compile.patch \
file://util-linux-ng-replace-siginterrupt.patch"