[ 21s] File "setup.py", line 1175, in run
[ 21s] content = content.replace("@%s@" % key, value)
[ 21s] TypeError: coercing to Unicode: need string or buffer, NoneType found
Change-Id: I089ef03725dd4b227e4f5188da66167f93c62cec
Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
content = h.read()
config = {
- "prefix": self.install_base,
- "exec_prefix": self.install_platbase,
+ "prefix": "/usr",
+ "exec_prefix": "",
"includedir": "${prefix}/include",
"datarootdir": "${prefix}/share",
"datadir": "${datarootdir}",