aboutsummaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
authorHolger Freyther <zecke@selfish.org>2006-08-05 15:55:25 +0000
committerHolger Freyther <zecke@selfish.org>2006-08-05 15:55:25 +0000
commit042fb6d5f34d3a35d0d0a900ec9e9b0edc3ddd1e (patch)
tree0cda43ff46d05cabed8ac23952a504e3c6b517ba /packages
parenta1a669ff49805375105ac8a778030123160db9a1 (diff)
parent652b3d38e56d6b52e923e73a1ed4228072696874 (diff)
downloadopenembedded-042fb6d5f34d3a35d0d0a900ec9e9b0edc3ddd1e.tar.gz
merge of '61c6cd8658c99e2416e242b79cdff01967f01c94'
and 'f2735ada47cf2da717d1f68b7c88a4d129f0e8b2'
Diffstat (limited to 'packages')
-rw-r--r--packages/e17/entice_20060128.bb4
-rw-r--r--packages/udev/udev-092/local.rules2
-rw-r--r--packages/udev/udev_092.bb2
3 files changed, 4 insertions, 4 deletions
diff --git a/packages/e17/entice_20060128.bb b/packages/e17/entice_20060128.bb
index 271bcc0e8f..48c37c72a2 100644
--- a/packages/e17/entice_20060128.bb
+++ b/packages/e17/entice_20060128.bb
@@ -2,11 +2,11 @@ DESCRIPTION = "Entice is the E17 picture viewer"
# can also depend on GIMP for editing
DEPENDS = "edb evas-x11 ecore-x11 edje epsilon esmart-x11"
LICENSE = "MIT"
-PR = "r2"
+PR = "r3"
inherit e
-RDEPENDS += "esmart-x11"
+RDEPENDS += "libesmart-container-plugins libesmart-thumb0 libesmart-trans-x11-0 libesmart-file-dialog0"
SRC_URI = "${E_CVS};module=e17/apps/entice;date=${PV}"
S = "${WORKDIR}/entice"
diff --git a/packages/udev/udev-092/local.rules b/packages/udev/udev-092/local.rules
index 661922dda3..2308b52c4a 100644
--- a/packages/udev/udev-092/local.rules
+++ b/packages/udev/udev-092/local.rules
@@ -28,4 +28,4 @@ KERNEL=="rtc0", SYMLINK+="rtc"
ACTION=="add", DEVPATH=="/devices/*", ENV{MODALIAS}=="?*", RUN+="/sbin/modprobe $env{MODALIAS}"
# Create a symlink to any touchscreen input device
-SUBSYSTEM=="input", KERNEL=="event[0-9]*", SYSFS{modalias}=="input:*-e0,1*,3,*k*14A,*a0,1,*18,*", SYMLINK+="input/touchscreen0" \ No newline at end of file
+SUBSYSTEM=="input", KERNEL=="event[0-9]*", SYSFS{modalias}=="input:*-e0,1*,3,*a0,1,*18,*", SYMLINK+="input/touchscreen0"
diff --git a/packages/udev/udev_092.bb b/packages/udev/udev_092.bb
index 5a84abcc7d..802b1e6246 100644
--- a/packages/udev/udev_092.bb
+++ b/packages/udev/udev_092.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 = "hotplug"
-PR = "r6"
+PR = "r7"
SRC_URI = "http://kernel.org/pub/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \
file://noasmlinkage.patch;patch=1 \