Hi
I have recipes:
recipe_1.0.0.bb
recipe_1.0.1.bb
...
recipe_3.4.0.bb
If in some meta-layer I want to write some bbappend file to the latest
fresh version I create file
recipe_%.bbappend.

I have file otherRecipe.bb which is not versioned and inherit to
auto_package_version.
In definition of otherRecipe I have

DESCRIPTION = "some description"
SECTION = "nameOfSection"
LICENSE = "CLOSED"

require recipe_1.0.0.bb
(or
include recipe_1.0.0.bb)

How to change the above formula in order include the latest fresh recipe
instead of concrete version?
Replacing with "include recipe_%.bb" doesn't work.
-- 
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to