[oe-commits] Jan Lübbe : linux-openmoko-2.6.28: use the correct path the config files

GIT User account git at amethyst.openembedded.net
Tue Feb 17 18:31:53 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 632d5b168986f56643d29d5804d1fcfab656ed7b
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=632d5b168986f56643d29d5804d1fcfab656ed7b

Author: Jan Lübbe <jluebbe at debian.org>
Date:   Tue Feb 17 16:52:14 2009 +0000

linux-openmoko-2.6.28: use the correct path the config files

---

 packages/linux/linux-openmoko-2.6.28_git.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/packages/linux/linux-openmoko-2.6.28_git.bb b/packages/linux/linux-openmoko-2.6.28_git.bb
index de38b9d..139cb3a 100644
--- a/packages/linux/linux-openmoko-2.6.28_git.bb
+++ b/packages/linux/linux-openmoko-2.6.28_git.bb
@@ -26,7 +26,7 @@ SRC_URI = "\
 S = "${WORKDIR}/git"
 
 do_configure_prepend() {
-	install -m 644 ${CONFIG_NAME} ${WORKDIR}/defconfig-oe
+	install -m 644 ./arch/arm/configs/${CONFIG_NAME} ${WORKDIR}/defconfig-oe
 	cat ${WORKDIR}/defconfig-oe.patch | patch -p0 -d ${WORKDIR}
 }
 





More information about the Openembedded-commits mailing list