]> code.ossystems Code Review - openembedded-core.git/commit
package_deb/ipk: Remap < and > to << and >>
authorMark Hatle <mark.hatle@windriver.com>
Sun, 30 Sep 2012 00:19:11 +0000 (19:19 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 2 Oct 2012 10:16:10 +0000 (11:16 +0100)
commitbbcc78d8ff03725ce5b3b65ce24025c3da45f2ab
treed6b23ecbad4e0c7e9f4ee39b234f87fdb03c51d5
parent6bd87edc383b40e300b0ef4bf851c39b698305cd
package_deb/ipk: Remap < and > to << and >>

In deb and ipk, < means <=, while > means >=... there is a different
operator << and >> that means < and >, so we map them when constructing
the packages.

Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/package_deb.bbclass
meta/classes/package_ipk.bbclass