summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2021-02-14 12:05:10 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-02-16 11:28:17 +0000
commit3b34804a0b4eee90bc1c44a187c59060e3d38d6b (patch)
treee4d07041ed61ba001c14dde6201de87a4c9e3f5d /meta/recipes-extended
parent522607e704876c67ed093bac47dde9238709ccae (diff)
downloadpoky-3b34804a0b4eee90bc1c44a187c59060e3d38d6b.tar.gz
cwautomacros: Ensure version is set deterministically
The makefile injects the current date into the version file. Do this deterministically with SOURCE_DATE_EPOCH. (From OE-Core rev: 31f2ad739ea776a1e11b5cef5434df188007c7bf) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r--meta/recipes-extended/cwautomacros/cwautomacros_20110201.bb2
1 files changed, 1 insertions, 1 deletions
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() {
13} 13}
14 14
15do_install() { 15do_install() {
16 oe_runmake CWAUTOMACROSPREFIX=${D}${prefix} install 16 oe_runmake LABEL=`date -d @${SOURCE_DATE_EPOCH} +%Y%m%d` CWAUTOMACROSPREFIX=${D}${prefix} install
17 17
18 # cleanup buildpaths in autogen.sh 18 # cleanup buildpaths in autogen.sh
19 sed -i -e 's,${D},,g' ${D}${prefix}/share/cwautomacros/scripts/autogen.sh 19 sed -i -e 's,${D},,g' ${D}${prefix}/share/cwautomacros/scripts/autogen.sh