blob: 2b4b09be4a614ed3ada95438ab5fba55dc025584 (
plain)
1
2
3
4
5
6
7
8
9
|
INC_PR = "r0"
PR = "${INC_PR}.5"
SRC_URI_append += "file://sh4-asmfix.patch;patch=1 \
file://use-includedir.patch;patch=1 \
file://dont_use_mips_h_constraint.patch;patch=1 \
"
require gmp.inc
LICENSE = "GPLv3 LGPLv3"
|