From: Simon Busch Date: Sun, 24 Oct 2010 13:02:04 +0000 (+0200) Subject: linux-palmpre: add kbd-native to DEPENDS X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e97bc336d94a46fd7835d45c0971d1018d26349;p=openembedded.git linux-palmpre: add kbd-native to DEPENDS Signed-off-by: Simon Busch --- 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/"