From: Philipp Zabel Date: Sun, 18 Sep 2005 19:19:07 +0000 (+0000) Subject: handhelds-pxa-2.6_2.6.12-hh3.bb: add a missing backslash X-Git-Tag: Release-2010-05/1~9453^2~3493^2 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4853d08b74cb9769d115e82e772eea1212c1cd0b;p=openembedded.git handhelds-pxa-2.6_2.6.12-hh3.bb: add a missing backslash --- 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"