From ad8685c37401640caaf2ee220c4fcc9af56c81b5 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Fri, 12 Mar 2010 08:50:38 +0100 Subject: task-shr-minimal: add pisi, because opimd doesn't support SIM contacts itself Signed-off-by: Martin Jansa --- recipes/tasks/task-shr-minimal.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/recipes/tasks/task-shr-minimal.bb b/recipes/tasks/task-shr-minimal.bb index 39763975dd..097129292e 100644 --- a/recipes/tasks/task-shr-minimal.bb +++ b/recipes/tasks/task-shr-minimal.bb @@ -1,5 +1,5 @@ DESCRIPTION = "SHR Lite Image Feed" -PR = "r27" +PR = "r28" PV = "2.0" LICENSE = "GPL" @@ -120,6 +120,8 @@ RDEPENDS_${PN}-x = "\ " RDEPENDS_${PN}-apps = "\ +# because of new opimd doesn't support SIM contacts itself + pisi \ fso-abyss \ task-fso2-compliance \ phoneui-apps-messages \ -- cgit v1.2.3 From 7bd302c37ff3b7d6ff06e7a4700a714c9e823593 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Fri, 12 Mar 2010 08:53:32 +0100 Subject: linux-libc-headers_2.6.32: Use __u8 instead of u8, the same as c7f004f2d028ef23de333345d246358b8cf1dd94 Signed-off-by: Martin Jansa --- recipes/linux-libc-headers/linux-libc-headers_2.6.32.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/linux-libc-headers/linux-libc-headers_2.6.32.bb b/recipes/linux-libc-headers/linux-libc-headers_2.6.32.bb index 85c5901f25..29d52cfc51 100644 --- a/recipes/linux-libc-headers/linux-libc-headers_2.6.32.bb +++ b/recipes/linux-libc-headers/linux-libc-headers_2.6.32.bb @@ -2,12 +2,13 @@ require linux-libc-headers.inc INHIBIT_DEFAULT_DEPS = "1" DEPENDS += "unifdef-native" -PR = "r2" +PR = "r3" DEFAULT_PREFERENCE = "-1" SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2 \ file://export_sa_family_t.patch;patch=1 \ + file://scsi-use-__u8.patch;patch=1 \ " S = "${WORKDIR}/linux-${PV}" -- cgit v1.2.3