summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2012-05-30 12:54:19 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-05-30 17:32:31 +0100
commit96a013573d08898678b270cc51627006f5be055a (patch)
treeb6389befaad697f3252792f643de7705dfa081a3 /meta/recipes-kernel
parent0b8d5dad9cc3eaff77b03e72039a63a0a670b321 (diff)
downloadast2050-yocto-poky-96a013573d08898678b270cc51627006f5be055a.zip
ast2050-yocto-poky-96a013573d08898678b270cc51627006f5be055a.tar.gz
kmod: Remove bashism from recipe
Without this, the installed files get mangled when a dash shell is used. (From OE-Core rev: 59db7976fa870084af19d880e594b0e94678cf19) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r--meta/recipes-kernel/kmod/kmod_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/kmod/kmod_git.bb b/meta/recipes-kernel/kmod/kmod_git.bb
index c379a8d..ad6283e 100644
--- a/meta/recipes-kernel/kmod/kmod_git.bb
+++ b/meta/recipes-kernel/kmod/kmod_git.bb
@@ -23,7 +23,7 @@ do_install_append () {
install -dm755 ${D}${base_sbindir}
# add symlinks to kmod
ln -s ..${base_bindir}/kmod ${D}${base_bindir}/lsmod
- for tool in {ins,rm,dep}mod mod{info,probe}; do
+ for tool in insmod rmmod depmod modinfo modprobe; do
ln -s ..${base_bindir}/kmod ${D}${base_sbindir}/${tool}
done
# configuration directories
OpenPOWER on IntegriCloud