linux-sysmocom: Remove the branch name as it breaks on dizzy

IIRC the branch name is not used in edison and it breaks in
dizzy as the commit is noth within the branch.
This commit is contained in:
Holger Hans Peter Freyther 2014-11-10 08:50:11 +01:00
parent e38684d612
commit cf35573837
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ LINUX_VERSION_sysmocom-odu = "3.2.63"
PR = "r37"
PV = "${LINUX_VERSION}+git${SRCPV}"
SRC_URI = "git://git.sysmocom.de/sysmo-bts/linux.git;protocol=git;branch=v3.2 \
SRC_URI = "git://git.sysmocom.de/sysmo-bts/linux.git;protocol=git \
file://mISDN_loop.patch;patch=1 \
file://defconfig"
S = "${WORKDIR}/git"