mirror of
https://git.yoctoproject.org/poky
synced 2026-04-01 05:02:21 +02:00
A recipe that fetches from git but is otherwise a released version should not be using _git.bb recipe names. Put the version in the filename and drop the explicit PV. (From OE-Core rev: bf866a99d920331bc5c08c3dccc86f71b2d1b3bb) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
6 lines
121 B
BlitzBasic
6 lines
121 B
BlitzBasic
require systemtap_${PV}.bb
|
|
|
|
inherit_defer native
|
|
|
|
addtask addto_recipe_sysroot after do_populate_sysroot before do_build
|