Commit bb802006 authored by Romain Naour's avatar Romain Naour Committed by Thomas Petazzoni
Browse files

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

parent efee00a8
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line

EFL_VERSION = 1.15.2

include $(sort $(wildcard package/efl/*/*.mk))
+1 −2
Original line number Diff line number Diff line
@@ -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+
+1 −1
Original line number Diff line number Diff line
@@ -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