diff options
author | John Lee <john_lee@openmoko.org> | 2008-04-23 13:20:39 +0000 |
---|---|---|
committer | John Lee <john_lee@openmoko.org> | 2008-04-23 13:20:39 +0000 |
commit | 290ea7e6acb3703cf8ebcd47d761d960db822557 (patch) | |
tree | 94dc28d2683e9bc24862010925b1c89fbdef0c7e /conf/distro/include/moko-autorev.inc | |
parent | 82524d6e41496289681064719e6fa885f97967e7 (diff) |
EFL_SRCDATE: always build efl stuffs today when enable moko-autorev
Diffstat (limited to 'conf/distro/include/moko-autorev.inc')
-rw-r--r-- | conf/distro/include/moko-autorev.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/distro/include/moko-autorev.inc b/conf/distro/include/moko-autorev.inc index 108051d54f..8a923b98e9 100644 --- a/conf/distro/include/moko-autorev.inc +++ b/conf/distro/include/moko-autorev.inc @@ -1,3 +1,4 @@ +EFL_SRCDATE = "${@time.strftime('%Y%m%d', time.gmtime())}" SRCREV_pn-assassin ?= "${AUTOREV}" SRCREV_pn-dfu-util ?= "${AUTOREV}" SRCREV_pn-dfu-util-native ?= "${AUTOREV}" |