aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Busch <morphis@gravedo.de>2010-10-24 15:02:04 +0200
committerSimon Busch <morphis@gravedo.de>2010-11-07 18:26:53 +0100
commit4e97bc336d94a46fd7835d45c0971d1018d26349 (patch)
tree1dec3f32f225116a41da0adb6089a13020698a40
parent1a841b207adb2b1a473ecf1217bc464f34755161 (diff)
downloadopenembedded-4e97bc336d94a46fd7835d45c0971d1018d26349.tar.gz
linux-palmpre: add kbd-native to DEPENDS
Signed-off-by: Simon Busch <morphis@gravedo.de>
-rw-r--r--recipes/linux/linux-palmpre_2.6.24.bb8
-rw-r--r--recipes/linux/linux-palmpre_git.bb1
2 files changed, 6 insertions, 3 deletions
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/"