pkg-cmake: change sed expression delimiter
authorGustavo Zacarias <gustavo.zacarias@free-electrons.com>
Mon, 21 Sep 2015 18:57:36 +0000 (15:57 -0300)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 22 Sep 2015 14:23:23 +0000 (16:23 +0200)
commitd90b1d74cb78f5668d49fe8262290eaff1d61a1d
tree53405c8bbb605c0c3f545230f3d048e23f1151a2
parent84a2dd6e1685032e1c22aedb66c02fe989878ab3
pkg-cmake: change sed expression delimiter

Switch from : to # since CFLAGS can include :'s spilled in from
BR2_TARGET_OPTIMIZATION, for example:

BR2_TARGET_OPTIMIZATION="-Wl,-rpath,/lib:/usr/lib" would cause the sed
expression to fail thus breaking the build.

Signed-off-by: Gustavo Zacarias <gustavo.zacarias@free-electrons.com>
Reviewed-by: Samuel Martin <s.martin49@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/pkg-cmake.mk