summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2006-04-26 09:48:01 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-04-26 09:48:01 +0000
commit646a8894927e518b2ec13830e19abbcb16a9db76 (patch)
tree37889d6fdc61cd004253c18f6ad437cf5c712aa2 /packages
parentce03b3cc2404c910f0cc59cb9ac5535c352f6ff3 (diff)
parente7a96983952b9867cb5b5e8c09f08affa76f82c9 (diff)
merge of 24f21a5b3e458f3905aa456dae8691117a730f78
and 4851cae94858387e98668d170b0a21c082ff7cc4
Diffstat (limited to 'packages')
-rwxr-xr-xpackages/irda-utils/files/init1
-rw-r--r--packages/irda-utils/irda-utils_0.9.16.bb2
-rw-r--r--packages/linux/linux-openzaurus_2.6.16.bb4
-rw-r--r--packages/udev/files/akita/mount.blacklist1
-rw-r--r--packages/udev/files/c7x0/mount.blacklist1
-rw-r--r--packages/udev/files/mount.blacklist1
-rw-r--r--packages/udev/files/spitz/mount.blacklist1
-rw-r--r--packages/udev/files/tosa/mount.blacklist1
-rw-r--r--packages/udev/udev_084.bb2
9 files changed, 10 insertions, 4 deletions
diff --git a/packages/irda-utils/files/init b/packages/irda-utils/files/init
index 0da6c3885a..9becfcc0ed 100755
--- a/packages/irda-utils/files/init
+++ b/packages/irda-utils/files/init
@@ -21,6 +21,7 @@ if [ ! -f /etc/sysconfig/irda ]; then
;;
esac
+ mkdir -p /etc/sysconfig
echo "IRDA=$IRDA" > /etc/sysconfig/irda
if [ $IRDA = "yes" ]; then
echo "DEVICE=$DEVICE" >> /etc/sysconfig/irda
diff --git a/packages/irda-utils/irda-utils_0.9.16.bb b/packages/irda-utils/irda-utils_0.9.16.bb
index 1753edca88..db56a7044d 100644
--- a/packages/irda-utils/irda-utils_0.9.16.bb
+++ b/packages/irda-utils/irda-utils_0.9.16.bb
@@ -3,7 +3,7 @@ IrDA allows communication over Infrared with other devices \
such as phones and laptops."
SECTION = "base"
LICENSE = "GPL"
-PR = "r4"
+PR = "r5"
SRC_URI = "${SOURCEFORGE_MIRROR}/irda/irda-utils-${PV}.tar.gz \
file://configure.patch;patch=1 \
diff --git a/packages/linux/linux-openzaurus_2.6.16.bb b/packages/linux/linux-openzaurus_2.6.16.bb
index 6cc3253f8d..8e29c54f55 100644
--- a/packages/linux/linux-openzaurus_2.6.16.bb
+++ b/packages/linux/linux-openzaurus_2.6.16.bb
@@ -1,6 +1,6 @@
include linux-openzaurus.inc
-PR = "r10"
+PR = "r11"
# Handy URLs
# git://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git \
@@ -116,7 +116,7 @@ SRC_URI_append_tosa = "\
${CHSRC}/tmio-fb-r6.patch;patch=1 \
${DOSRC}/tosa-keyboard-r13.patch;patch=1 \
${DOSRC}/tosa-pxaac97-r6.patch;patch=1 \
- ${DOSRC}/tosa-tmio-r4.patch;patch=1 \
+ ${RPSRC}/temp/tosa-tmio-r4-rp1.patch;patch=1 \
${DOSRC}/tosa-power-r14.patch;patch=1 \
${DOSRC}/tosa-tmio-lcd-r5.patch;patch=1 \
${DOSRC}/tosa-bluetooth-r5.patch;patch=1 \
diff --git a/packages/udev/files/akita/mount.blacklist b/packages/udev/files/akita/mount.blacklist
index c2684b7c28..f2c10ee50d 100644
--- a/packages/udev/files/akita/mount.blacklist
+++ b/packages/udev/files/akita/mount.blacklist
@@ -2,3 +2,4 @@
# Any matched pattern will _not_ be mounted / removed by udevd
/dev/mtdblock
+/dev/loop
diff --git a/packages/udev/files/c7x0/mount.blacklist b/packages/udev/files/c7x0/mount.blacklist
index c2684b7c28..f2c10ee50d 100644
--- a/packages/udev/files/c7x0/mount.blacklist
+++ b/packages/udev/files/c7x0/mount.blacklist
@@ -2,3 +2,4 @@
# Any matched pattern will _not_ be mounted / removed by udevd
/dev/mtdblock
+/dev/loop
diff --git a/packages/udev/files/mount.blacklist b/packages/udev/files/mount.blacklist
index e69de29bb2..7e13ea91de 100644
--- a/packages/udev/files/mount.blacklist
+++ b/packages/udev/files/mount.blacklist
@@ -0,0 +1 @@
+/dev/loop
diff --git a/packages/udev/files/spitz/mount.blacklist b/packages/udev/files/spitz/mount.blacklist
index 1dad9117da..84ff5fc97b 100644
--- a/packages/udev/files/spitz/mount.blacklist
+++ b/packages/udev/files/spitz/mount.blacklist
@@ -3,3 +3,4 @@
/dev/mtdblock
/dev/hda
+/dev/loop
diff --git a/packages/udev/files/tosa/mount.blacklist b/packages/udev/files/tosa/mount.blacklist
index c2684b7c28..c341136eed 100644
--- a/packages/udev/files/tosa/mount.blacklist
+++ b/packages/udev/files/tosa/mount.blacklist
@@ -2,3 +2,4 @@
# Any matched pattern will _not_ be mounted / removed by udevd
/dev/mtdblock
+/dev/loop \ No newline at end of file
diff --git a/packages/udev/udev_084.bb b/packages/udev/udev_084.bb
index 1ae6f5e1e0..d5feb2708f 100644
--- a/packages/udev/udev_084.bb
+++ b/packages/udev/udev_084.bb
@@ -14,7 +14,7 @@ include udev.inc
INITSCRIPT_PARAMS = "start 03 S . start 55 0 6 ."
-PR = "r9"
+PR = "r10"
FILES_${PN} += "${base_libdir}"
UDEV_EXTRAS = "extras/firmware/ extras/scsi_id/ extras/volume_id/ extras/run_directory/"