linux-palmpre: add kbd-native to DEPENDS
authorSimon Busch <morphis@gravedo.de>
Sun, 24 Oct 2010 13:02:04 +0000 (15:02 +0200)
committerSimon Busch <morphis@gravedo.de>
Sun, 7 Nov 2010 17:26:53 +0000 (18:26 +0100)
Signed-off-by: Simon Busch <morphis@gravedo.de>
recipes/linux/linux-palmpre_2.6.24.bb
recipes/linux/linux-palmpre_git.bb

index 7e5494b..4815a79 100644 (file)
@@ -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"
 
index 4669a1a..e8cae3a 100644 (file)
@@ -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/"