diff options
-rw-r--r-- | packages/glib-2.0/glib-2.0-native_2.18.0.bb | 4 | ||||
-rw-r--r-- | packages/udev/udev-124/init | 2 | ||||
-rw-r--r-- | packages/udev/udev_124.bb | 2 |
3 files changed, 5 insertions, 3 deletions
diff --git a/packages/glib-2.0/glib-2.0-native_2.18.0.bb b/packages/glib-2.0/glib-2.0-native_2.18.0.bb index 4a610c4a74..486cf5e0b6 100644 --- a/packages/glib-2.0/glib-2.0-native_2.18.0.bb +++ b/packages/glib-2.0/glib-2.0-native_2.18.0.bb @@ -1,11 +1,13 @@ require glib-2.0_${PV}.bb FILESPATH = "${FILE_DIRNAME}/glib-2.0-${PV}:${FILE_DIRNAME}/files" -DEPENDS = "gtk-doc-native" PR = "r1" inherit native +DEPENDS = "gettext-native gtk-doc-native" + + do_configure_prepend() { if [ -e ${S}/${TARGET_SYS}-libtool ] ; then echo "${TARGET_SYS}-libtool already present" diff --git a/packages/udev/udev-124/init b/packages/udev/udev-124/init index 8d6e1eacf6..b78a07b20f 100644 --- a/packages/udev/udev-124/init +++ b/packages/udev/udev-124/init @@ -28,7 +28,7 @@ export ACTION=add echo -n "Starting udev" # mount the tmpfs on /dev, if not already done -LANG=C awk "\$2 == \"/dev\" && \$3 == \"tmpfs\" { exit 1 }" /proc/mounts && { +LANG=C awk "\$2 == \"/dev\" && \$4 == \"tmpfs\" { exit 1 }" /proc/mounts && { mount -n -o mode=0755 -t tmpfs none "/dev" mkdir -m 0755 /dev/pts mkdir -m 0755 /dev/shm diff --git a/packages/udev/udev_124.bb b/packages/udev/udev_124.bb index ef880f6c04..e34da011dc 100644 --- a/packages/udev/udev_124.bb +++ b/packages/udev/udev_124.bb @@ -3,7 +3,7 @@ DESCRIPTION = "udev is a daemon which dynamically creates and removes device nod the hotplug package and requires a kernel not older than 2.6.12." RPROVIDES_${PN} = "hotplug" -PR = "r7" +PR = "r8" SRC_URI = "http://kernel.org/pub/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \ file://noasmlinkage.patch;patch=1 \ |