]> code.ossystems Code Review - openembedded-core.git/commit
oe-pkgdata-util: add unescape option to read-value
authorRoss Burton <ross.burton@intel.com>
Wed, 4 Oct 2017 13:12:41 +0000 (14:12 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 6 Oct 2017 11:22:44 +0000 (12:22 +0100)
commit4165ec0057c6bbb24de681572034262351d9b34f
tree27e1e0c684f78160448c5c3c0a622470f714a7e2
parentc17c6ba906425d4035b8e044c8bd8bd68c47ef74
oe-pkgdata-util: add unescape option to read-value

Some fields are multiline values which have been escaped, so add an option to
unescape the \n and \t.

Signed-off-by: Ross Burton <ross.burton@intel.com>
scripts/oe-pkgdata-util