From: Richard Purdie Date: Sun, 14 Feb 2021 12:05:10 +0000 (+0000) Subject: cwautomacros: Ensure version is set deterministically X-Git-Tag: yocto-3.3~529 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=31f2ad739ea776a1e11b5cef5434df188007c7bf;p=openembedded-core.git cwautomacros: Ensure version is set deterministically The makefile injects the current date into the version file. Do this deterministically with SOURCE_DATE_EPOCH. Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-extended/cwautomacros/cwautomacros_20110201.bb b/meta/recipes-extended/cwautomacros/cwautomacros_20110201.bb index 65a99fc28d..02b016fdf1 100644 --- a/meta/recipes-extended/cwautomacros/cwautomacros_20110201.bb +++ b/meta/recipes-extended/cwautomacros/cwautomacros_20110201.bb @@ -13,7 +13,7 @@ do_configure() { } do_install() { - oe_runmake CWAUTOMACROSPREFIX=${D}${prefix} install + oe_runmake LABEL=`date -d @${SOURCE_DATE_EPOCH} +%Y%m%d` CWAUTOMACROSPREFIX=${D}${prefix} install # cleanup buildpaths in autogen.sh sed -i -e 's,${D},,g' ${D}${prefix}/share/cwautomacros/scripts/autogen.sh