mirror of
https://git.yoctoproject.org/poky
synced 2026-05-04 13:39:49 +02:00
[Patches]
REMOVE _autoreconf.patch_: no need to duplicate acinclude.m4 in every subdirectory
[Recipe]
- Keep original 3.0.3 version for GPLv2 requirement. 3.0.4 has bumped to GPLv3+
- add gperf.inc for common lines
- instead of duplicating acinclude.m4 in every subdirectory, use " -I ${S}" to
ensure acinlude.m4 successfully found by m4_include
Signed-off-by: Kevin Tian <kevin.tian@intel.com>
8 lines
224 B
BlitzBasic
8 lines
224 B
BlitzBasic
require gperf.inc
|
|
|
|
LICENSE = "GPLv2+"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=a5f84abb0070adf8a0925d7d534b6e0a \
|
|
file://src/main.cc;firstline=8;endline=19;md5=3eab12ba436c4da725b19b131def6de9"
|
|
|
|
PR = "r1"
|