]> code.ossystems Code Review - openembedded-core.git/commit
bc: upgrade to 1.07.1
authorRoss Burton <ross.burton@intel.com>
Tue, 17 Jul 2018 16:38:56 +0000 (17:38 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 24 Jul 2018 10:52:07 +0000 (11:52 +0100)
commit9862849ba883c110e4d2c57c39ab2c58e9b2d216
tree428355282174d2da9ce27dd89d0d3adbe920b1f2
parent43be374a6deceeaf105794f034957c65bb6bec72
bc: upgrade to 1.07.1

Relicensed to just GPLv3+, update LICENSE and checksums.

The build dependency for flex should be flex-native.

libmath.h is missing from the tarball (it was present in 1.06) and the
generation rules are not cross-friendly, so delete the rules and copy in a
pre-generated libmath.h.

Remove fix-segment-fault.patch as the fixes are now upstream.

Add PACKAGECONFIG for readline and libedit, defaulting to readline.

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/bc/bc/libmath.h [new file with mode: 0644]
meta/recipes-extended/bc/bc/no-gen-libmath.patch [new file with mode: 0644]
meta/recipes-extended/bc/bc_1.06.bb [deleted file]
meta/recipes-extended/bc/bc_1.07.1.bb [new file with mode: 0644]
meta/recipes-extended/bc/files/fix-segment-fault.patch [deleted file]