[oe-commits] Florian Boor : udev: Remove "-e" parameter from depmod call in init script.

git at git.openembedded.org git at git.openembedded.org
Thu Sep 27 16:56:43 UTC 2012


Module: openembedded.git
Branch: master
Commit: 2594c13da700a66ebf608e3fd9327076a7c500e0
URL:    http://git.openembedded.org/?p=openembedded.git&a=commit;h=2594c13da700a66ebf608e3fd9327076a7c500e0

Author: Florian Boor <florian.boor at kernelconcepts.de>
Date:   Fri Apr 13 10:48:18 2012 +0200

udev: Remove "-e" parameter from depmod call in init script. 

    Avoids warning with modern depmod, usually shows up every boot

Signed-off-by: Florian Boor <florian.boor at kernelconcepts.de>

---

 recipes/udev/udev.inc  |    2 +-
 recipes/udev/udev/init |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/udev/udev.inc b/recipes/udev/udev.inc
index 688f7a5..a18f196 100644
--- a/recipes/udev/udev.inc
+++ b/recipes/udev/udev.inc
@@ -14,7 +14,7 @@ SRC_URI = "http://kernel.org/pub/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \
            file://init \
 	   file://udev-compat-wrapper-patch"
 
-INC_PR = "r35"
+INC_PR = "r36"
 
 inherit update-rc.d autotools pkgconfig
 
diff --git a/recipes/udev/udev/init b/recipes/udev/udev/init
index eb9df8c..4286bfd 100644
--- a/recipes/udev/udev/init
+++ b/recipes/udev/udev/init
@@ -53,7 +53,7 @@ fi
 
 if [ ! -e "/lib/modules/$(uname -r)"/modules.dep ] ; then
 	mkdir -p /lib/modules/$(uname -r)
-	depmod -ae
+	depmod -a
 fi
 
 # make_extra_nodes





More information about the Openembedded-commits mailing list