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:
parent
efee00a832
commit
bb80200695
@ -1,2 +1,4 @@
|
||||
|
||||
EFL_VERSION = 1.15.2
|
||||
|
||||
include $(sort $(wildcard package/efl/*/*.mk))
|
||||
|
@ -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+
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user