mirror of
https://git.yoctoproject.org/poky
synced 2026-02-11 19:23:03 +01:00
10 lines
129 B
BlitzBasic
10 lines
129 B
BlitzBasic
include flex.inc
|
|
PR = "r4"
|
|
|
|
SRC_URI += "file://include.patch;patch=1"
|
|
|
|
do_stage() {
|
|
oe_libinstall -a libfl ${STAGING_LIBDIR}
|
|
}
|
|
|