omniorb_4.0.7.bb : Fix typo in SRC_URI.
authorPhilip Balister <philip@balister.org>
Tue, 6 May 2008 21:34:45 +0000 (21:34 +0000)
committerPhilip Balister <philip@balister.org>
Tue, 6 May 2008 21:34:45 +0000 (21:34 +0000)
packages/omniorb/omniorb_4.0.7.bb

index d98ab58..89e98e3 100644 (file)
@@ -8,10 +8,11 @@ PR = "r0"
 SRC_URI = "${SOURCEFORGE_MIRROR}/omniorb/omniORB-${PV}.tar.gz \
 file://omniORB.cfg \
 file://omniORB-cross.patch;patch=1 \
-file://omniORB_embedded_appl.patch;patch=1" \
+file://omniORB_embedded_appl.patch;patch=1 \
 file://rm_LongDouble.patch;patch=1 \
 file://arm_double.patch;patch=1;pnum=0 \
-file://dynskel.patch;patch=1;pnum=0"
+file://dynskel.patch;patch=1;pnum=0 \
+"
 
 S = "${WORKDIR}/omniORB-${PV}"