[oe-commits] org.oe.dev linux-jlime-current.bb: fix SRC uri (remove '; ') so it parses with bb 1.8

cbrake commit openembedded-commits at lists.openembedded.org
Tue Jun 26 22:05:08 UTC 2007


linux-jlime-current.bb: fix SRC uri (remove ';') so it parses with bb 1.8

Author: cbrake at openembedded.org
Branch: org.openembedded.dev
Revision: 74ea59538dca8f50c67da30a5d22c12d4be0a29f
ViewMTN: http://monotone.openembedded.org/revision.psp?id=74ea59538dca8f50c67da30a5d22c12d4be0a29f
Files:
1
packages/linux/linux-jlime-current.bb
Diffs:

#
# mt diff -rd72fa246605254239149443c0370a9aba6beb58a -r74ea59538dca8f50c67da30a5d22c12d4be0a29f
#
# 
# 
# patch "packages/linux/linux-jlime-current.bb"
#  from [98561aec73b65b0c3c3d959844b4af4777b4babe]
#    to [4c6e5671c725a4b83e2b59c883dadfd15dc00b4b]
# 
============================================================
--- packages/linux/linux-jlime-current.bb	98561aec73b65b0c3c3d959844b4af4777b4babe
+++ packages/linux/linux-jlime-current.bb	4c6e5671c725a4b83e2b59c883dadfd15dc00b4b
@@ -13,7 +13,7 @@ PR = "r1"
 
 PR = "r1"
 
-SRC_URI = "git://filip.eu.org/jlime-current.git;protocol=git; \
-           git://filip.eu.org/jlime.git;protocol=git;"
+SRC_URI = "git://filip.eu.org/jlime-current.git;protocol=git \
+           git://filip.eu.org/jlime.git;protocol=git"
 
 S = "${WORKDIR}/jlime-current"






More information about the Openembedded-commits mailing list