summaryrefslogtreecommitdiffstats
path: root/package/efl/efl.mk
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2013-07-07 17:07:22 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2013-07-07 21:43:49 +0200
commit4753416d1d9cd72a7bbc55d4257fe739c77522f1 (patch)
treed89a1cc057c35c74442f66167f23280dba33c5f8 /package/efl/efl.mk
parent14c9ef95a4db03d89f9683812173878807fcb0c1 (diff)
downloadbuildroot-novena-4753416d1d9cd72a7bbc55d4257fe739c77522f1.tar.gz
buildroot-novena-4753416d1d9cd72a7bbc55d4257fe739c77522f1.zip
efl: factorize version number as EFL_VERSION
All the EFL components are released simultaneously, with an identical version number, just like all Qt5 components for example. So it makes sense to have a single EFL_VERSION variable in package/efl/efl.mk that is used by all the packages in package/efl/*/*.mk. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/efl/efl.mk')
-rw-r--r--package/efl/efl.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/efl/efl.mk b/package/efl/efl.mk
index d8d53cf39..b7462f135 100644
--- a/package/efl/efl.mk
+++ b/package/efl/efl.mk
@@ -1 +1,3 @@
+EFL_VERSION = 1.7.4
+
include package/efl/*/*.mk