]> code.ossystems Code Review - openembedded-core.git/commit
package_deb.bbclass: Handle colons in dependencies
authorPeter Kjellerstedt <peter.kjellerstedt@axis.com>
Fri, 1 Sep 2017 16:28:36 +0000 (18:28 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 1 Sep 2017 22:59:55 +0000 (23:59 +0100)
commita34e397095a9c2f8d0af1168ceab295af659242d
tree3378a7ff4f7c3e5f86fd9246df432afac432d040
parent77abe012c496a85f56191abc769a7da07e9f8c0e
package_deb.bbclass: Handle colons in dependencies

Perl dependencies may look as "Perl(Foo::Bar)", but dpkg does not
support the non-alphanumeric characters. There was already special
handling present for turning '(' and ')' into '__'. This change does
the same for ':'.

Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/package_deb.bbclass