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 +++++--- recipes/linux/linux-palmpre_git.bb | 1 + 2 files changed, 6 insertions(+), 3 deletions(-) (limited to 'recipes') 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" diff --git a/recipes/linux/linux-palmpre_git.bb b/recipes/linux/linux-palmpre_git.bb index 4669a1a434..e8cae3ac05 100644 --- a/recipes/linux/linux-palmpre_git.bb +++ b/recipes/linux/linux-palmpre_git.bb @@ -8,6 +8,7 @@ SRC_URI = " \ git://git.freesmartphone.org/linux-2.6.git;protocol=git;branch=palmpre/master \ file://defconfig \ " +DEPENDS += "kbd-native" S = "${WORKDIR}/git/" -- cgit 1.2.3-korg