binconfig.bbclass: Fix path rewriting for staged packages.
authorPaul Sokolovsky <pmiscml@gmail.com>
Thu, 14 Sep 2006 02:47:34 +0000 (02:47 +0000)
committerPaul Sokolovsky <pmiscml@gmail.com>
Thu, 14 Sep 2006 02:47:34 +0000 (02:47 +0000)
commit2147439068bd10a83e3b3705f5beb566391310b1
tree1f8f096159b8bdfb0656365efbe8c432d903ccb1
parentd9c71b977c6f12d1e9c0eb4f88e072efafba7657
binconfig.bbclass: Fix path rewriting for staged packages.
* This bbclass does path rewriting within *-config scripts for packages
being staged. However, it used to expect variable assignments in form foo=bar,
whereas some packages (e.g. libpng) have foo="bar". Fixed to understand both
formats.
* Note: I consider this fix a workaround, as it uses overquoted regexps passed
via command line. Instead, whole rewriting should be reimplemented in Python.
classes/binconfig.bbclass