summaryrefslogtreecommitdiff
path: root/conf/distro
diff options
context:
space:
mode:
authorJohn Lee <john_lee@openmoko.org>2008-04-23 13:20:39 +0000
committerJohn Lee <john_lee@openmoko.org>2008-04-23 13:20:39 +0000
commit290ea7e6acb3703cf8ebcd47d761d960db822557 (patch)
tree94dc28d2683e9bc24862010925b1c89fbdef0c7e /conf/distro
parent82524d6e41496289681064719e6fa885f97967e7 (diff)
EFL_SRCDATE: always build efl stuffs today when enable moko-autorev
Diffstat (limited to 'conf/distro')
-rw-r--r--conf/distro/include/moko-autorev.inc1
-rw-r--r--conf/distro/include/sane-srcdates.inc2
2 files changed, 2 insertions, 1 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}"
diff --git a/conf/distro/include/sane-srcdates.inc b/conf/distro/include/sane-srcdates.inc
index 48828ea688..15d37d2e2a 100644
--- a/conf/distro/include/sane-srcdates.inc
+++ b/conf/distro/include/sane-srcdates.inc
@@ -52,7 +52,7 @@ SRCDATE_gtkhtml2 ?= "20060323"
# Enlightenment Foundation Libraries
# Caution: This is not alphabetically, but (roughly) dependency-sorted.
# Please leave it like that.
-EFL_SRCDATE = "20080411"
+EFL_SRCDATE ?= "20080411"
SRCDATE_edb-native ?= "${EFL_SRCDATE}"
SRCDATE_edb ?= "${EFL_SRCDATE}"
SRCDATE_eet-native ?= "${EFL_SRCDATE}"