[oe-commits] Simon Busch : linux-palmpre: add kbd-native to DEPENDS

git version control git at git.openembedded.org
Fri Nov 12 05:06:40 UTC 2010


Module: openembedded.git
Branch: testing-next
Commit: 4e97bc336d94a46fd7835d45c0971d1018d26349
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=4e97bc336d94a46fd7835d45c0971d1018d26349

Author: Simon Busch <morphis at gravedo.de>
Date:   Sun Oct 24 15:02:04 2010 +0200

linux-palmpre: add kbd-native to DEPENDS

Signed-off-by: Simon Busch <morphis at gravedo.de>

---

 recipes/linux/linux-palmpre_2.6.24.bb |    8 +++++---
 recipes/linux/linux-palmpre_git.bb    |    1 +
 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 7e5494b..4815a79 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 4669a1a..e8cae3a 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/"
 





More information about the Openembedded-commits mailing list