[ostree] yocto: Create correct udev link



commit f9e4e62a8bb5ba7601a57a957b8923c4f64ebe9f
Author: Colin Walters <walters verbum org>
Date:   Mon Feb 13 15:32:32 2012 -0500

    yocto: Create correct udev link

 gnomeos/yocto/classes/gnomeos-contents.bbclass |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gnomeos/yocto/classes/gnomeos-contents.bbclass b/gnomeos/yocto/classes/gnomeos-contents.bbclass
index 6a38982..6e05f5a 100644
--- a/gnomeos/yocto/classes/gnomeos-contents.bbclass
+++ b/gnomeos/yocto/classes/gnomeos-contents.bbclass
@@ -120,7 +120,7 @@ fakeroot do_rootfs () {
 
 	# Blow away udev from poky in favor of our own
 	rm ${IMAGE_ROOTFS}/sbin/udevd
-	ln -s /usr/libexec/udevd ${IMAGE_ROOTFS}/sbin/udev
+	ln -s /usr/libexec/udevd ${IMAGE_ROOTFS}/sbin/udevd
 
 	# Random configuration changes here
 	sed -i -e 's,^DESTINATION=.*,DESTINATION=\"file\",' ${IMAGE_ROOTFS}/etc/syslog.conf



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]