* [PATCH] kmod: Remove bashism from recipe
@ 2012-05-30 11:54 Richard Purdie
0 siblings, 0 replies; only message in thread
From: Richard Purdie @ 2012-05-30 11:54 UTC (permalink / raw)
To: openembedded-core
Without this, the installed files get mangled when a dash shell is used.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2012-05-30 12:04 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-30 11:54 [PATCH] kmod: Remove bashism from recipe Richard Purdie
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox