From af3f52db17181108a45a0484a57e84495e865393 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Thu, 30 Sep 2010 12:27:44 -0700 Subject: [PATCH] util-linux-ng: Make cal and script use u-a Signed-off-by: Tom Rini --- recipes/util-linux-ng/util-linux-ng.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/util-linux-ng/util-linux-ng.inc b/recipes/util-linux-ng/util-linux-ng.inc index b5dd25b98c..8f5df0e684 100644 --- a/recipes/util-linux-ng/util-linux-ng.inc +++ b/recipes/util-linux-ng/util-linux-ng.inc @@ -8,7 +8,7 @@ inherit autotools gettext DEFAULT_PREFERENCE = "-1" -INC_PR = "r30" +INC_PR = "r31" # allows for a release candidate RC ?= "" @@ -127,7 +127,7 @@ do_install () { sbinprogs="agetty blockdev ctrlaltdel cfdisk" sbinprogs_a="pivot_root hwclock mkswap shutdown mkfs.minix fsck.minix losetup swapon fdisk fsck blkid vigr vipw" - usrbinprogs_a="chfn chsh hexdump last logger mesg newgrp renice wall setsid chrt reset" + usrbinprogs_a="chfn chsh hexdump last logger mesg newgrp renice wall setsid chrt reset cal script" usrsbinprogs_a="readprofile" binprogs_a="dmesg kill more umount mount login" -- 2.11.4.GIT