aboutsummaryrefslogtreecommitdiffstats
path: root/packages/linux
diff options
context:
space:
mode:
authorPhilipp Zabel <philipp.zabel@gmail.com>2005-09-18 19:19:07 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-09-18 19:19:07 +0000
commit4853d08b74cb9769d115e82e772eea1212c1cd0b (patch)
tree852e007ff2ee86484bb6ff012cb0434aec6a85b4 /packages/linux
parentdaf87f10c7967670ac52ef43178da19e278ad919 (diff)
downloadopenembedded-4853d08b74cb9769d115e82e772eea1212c1cd0b.tar.gz
handhelds-pxa-2.6_2.6.12-hh3.bb: add a missing backslash
Diffstat (limited to 'packages/linux')
-rw-r--r--packages/linux/handhelds-pxa-2.6_2.6.12-hh3.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/linux/handhelds-pxa-2.6_2.6.12-hh3.bb b/packages/linux/handhelds-pxa-2.6_2.6.12-hh3.bb
index fbd088e570..f72b15ca84 100644
--- a/packages/linux/handhelds-pxa-2.6_2.6.12-hh3.bb
+++ b/packages/linux/handhelds-pxa-2.6_2.6.12-hh3.bb
@@ -7,7 +7,7 @@ COMPATIBLE_HOST = "arm.*-linux"
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/handhelds-pxa-${PV}"
-SRC_URI = "${HANDHELDS_CVS};module=linux/kernel26;tag=${@'K' + bb.data.getVar('PV',d,1).replace('.', '-')}
+SRC_URI = "${HANDHELDS_CVS};module=linux/kernel26;tag=${@'K' + bb.data.getVar('PV',d,1).replace('.', '-')} \
file://defconfig"
S = "${WORKDIR}/kernel26"