linux-openmoko-2.6.28: use the correct path the config files
authorJan Lübbe <jluebbe@debian.org>
Tue, 17 Feb 2009 16:52:14 +0000 (16:52 +0000)
committerJan Lübbe <jluebbe@debian.org>
Tue, 17 Feb 2009 18:30:25 +0000 (18:30 +0000)
packages/linux/linux-openmoko-2.6.28_git.bb

index de38b9d..139cb3a 100644 (file)
@@ -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}
 }