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 | |
parent | 82524d6e41496289681064719e6fa885f97967e7 (diff) |
EFL_SRCDATE: always build efl stuffs today when enable moko-autorev
Diffstat (limited to 'conf')
-rw-r--r-- | conf/distro/include/moko-autorev.inc | 1 | ||||
-rw-r--r-- | conf/distro/include/sane-srcdates.inc | 2 |
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}" |