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:40:51 +0000 (11:40 +0100)
commit49b44e15ba898e1fd9459ce705c334d9795d3521
tree95ef9334ed4a1ae24338c4dc4e1c070b7f561f6a
parent55ec32968137f363271fe104479d0c534446bdb8
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.

(From OE-Core rev: bbcc78d8ff03725ce5b3b65ce24025c3da45f2ab)

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