From 4e97bc336d94a46fd7835d45c0971d1018d26349 Mon Sep 17 00:00:00 2001 From: Simon Busch Date: Sun, 24 Oct 2010 15:02:04 +0200 Subject: linux-palmpre: add kbd-native to DEPENDS Signed-off-by: Simon Busch --- recipes/linux/linux-palmpre_2.6.24.bb | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'recipes/linux/linux-palmpre_2.6.24.bb') diff --git a/recipes/linux/linux-palmpre_2.6.24.bb b/recipes/linux/linux-palmpre_2.6.24.bb index 7e5494b62b..4815a79d38 100644 --- a/recipes/linux/linux-palmpre_2.6.24.bb +++ b/recipes/linux/linux-palmpre_2.6.24.bb @@ -3,9 +3,11 @@ require linux.inc DESCRIPTION = "Linux kernel for Palm Pre. Original version of Palm, Inc." KERNEL_IMAGETYPE = "uImage" -SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2;name=kernel \ - http://palm.cdnetworks.net/opensource/1.1.0/linux-2.6.24-patch.gz;apply=yes;name=patch \ - " +SRC_URI = " \ + ${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2;name=kernel \ + http://palm.cdnetworks.net/opensource/1.1.0/linux-2.6.24-patch.gz;apply=yes;name=patch \ +" +DEPENDS += "kbd-native" S = "${WORKDIR}/linux-2.6.24" -- cgit 1.2.3-korg