package/efl: libefl and libelementary share the same version number

Signed-off-by: Romain Naour <romain.naour@openwide.fr>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Romain Naour 2015-12-15 23:40:25 +01:00 committed by Thomas Petazzoni
parent efee00a832
commit bb80200695
3 changed files with 4 additions and 3 deletions

View File

@ -1,2 +1,4 @@
EFL_VERSION = 1.15.2
include $(sort $(wildcard package/efl/*/*.mk))

View File

@ -4,8 +4,7 @@
#
################################################################################
# hardcode the version here since the bump to 1.15 is not complete in Buildroot
LIBEFL_VERSION = 1.15.2
LIBEFL_VERSION = $(EFL_VERSION)
LIBEFL_SOURCE = efl-$(LIBEFL_VERSION).tar.xz
LIBEFL_SITE = http://download.enlightenment.org/rel/libs/efl
LIBEFL_LICENSE = BSD-2c, LGPLv2.1+, GPLv2+

View File

@ -4,7 +4,7 @@
#
################################################################################
LIBELEMENTARY_VERSION = 1.15.2
LIBELEMENTARY_VERSION = $(EFL_VERSION)
LIBELEMENTARY_SOURCE = elementary-$(LIBELEMENTARY_VERSION).tar.xz
LIBELEMENTARY_SITE = http://download.enlightenment.org/rel/libs/elementary
LIBELEMENTARY_LICENSE = LGPLv2.1