On 07/30/2015 05:32 PM, Martin Jansa wrote:
diff --git a/meta/recipes-extended/lsb/lsb_4.1.bb b/meta/recipes-extended/lsb/lsb_4.1.bb index 6215b62..171a6c8 100644 --- a/meta/recipes-extended/lsb/lsb_4.1.bb +++ b/meta/recipes-extended/lsb/lsb_4.1.bb @@ -21,6 +21,7 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/project/lsb/lsb_release/1.4/lsb-release-1.4.tar +PV = "1.4"And isn't it confusing to say 4.1 in recipe name and 1.4 inside of the recipe?
It's confusing to begin with to say the recipe is 4.1, but the tarball it fetches is 1.4. I don't see how this makes the confusion much worse, but at least it fixes the upstream version check.
Alex -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
