[oe-commits] org.oe.dev libgsmd: add missing initial space in _append variables

pH5 commit openembedded-commits at lists.openembedded.org
Tue Apr 17 10:13:17 UTC 2007


libgsmd: add missing initial space in _append variables

Author: pH5 at openembedded.org
Branch: org.openembedded.dev
Revision: 46711b0a1e8087742d64415122a470ae9f3e522c
ViewMTN: http://monotone.openembedded.org/revision.psp?id=46711b0a1e8087742d64415122a470ae9f3e522c
Files:
1
packages/gsm/libgsmd_svn.bb
Diffs:

#
# mt diff -r74eff9ceb453097338b39d9c77b2f5699a3c82b8 -r46711b0a1e8087742d64415122a470ae9f3e522c
#
# 
# 
# patch "packages/gsm/libgsmd_svn.bb"
#  from [92c8f650cef1746ab805c766fe19dc5602989a8c]
#    to [58d136121d9f0daa75928d62428708f3f8441223]
# 
============================================================
--- packages/gsm/libgsmd_svn.bb	92c8f650cef1746ab805c766fe19dc5602989a8c
+++ packages/gsm/libgsmd_svn.bb	58d136121d9f0daa75928d62428708f3f8441223
@@ -11,10 +11,10 @@ S = "${WORKDIR}/gsm"
            file://default"
 S = "${WORKDIR}/gsm"
 
-SRC_URI_append_magician = "file://numeric.patch;patch=1 \
-                           file://plugin.patch;patch=1"
-SRC_URI_append_htcuniversal = "file://numeric.patch;patch=1 \
-                               file://plugin.patch;patch=1"
+SRC_URI_append_magician = " file://numeric.patch;patch=1 \
+                            file://plugin.patch;patch=1"
+SRC_URI_append_htcuniversal = " file://numeric.patch;patch=1 \
+                                file://plugin.patch;patch=1"
 
 inherit autotools pkgconfig update-rc.d
 






More information about the Openembedded-commits mailing list