summaryrefslogtreecommitdiffstats
path: root/package/efl/libedje
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/libedje
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/libedje')
-rw-r--r--package/efl/libedje/libedje.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/efl/libedje/libedje.mk b/package/efl/libedje/libedje.mk
index c2f05f02c..12d1999a4 100644
--- a/package/efl/libedje/libedje.mk
+++ b/package/efl/libedje/libedje.mk
@@ -4,7 +4,7 @@
#
################################################################################
-LIBEDJE_VERSION = 1.7.4
+LIBEDJE_VERSION = $(EFL_VERSION)
LIBEDJE_SOURCE = edje-$(LIBEDJE_VERSION).tar.bz2
LIBEDJE_SITE = http://download.enlightenment.org/releases/
LIBEDJE_LICENSE = GPLv2+ (epp binary), BSD-2c (everything else)