From patchwork Sat Dec 12 13:33:21 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Romain Naour X-Patchwork-Id: 556051 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id 12A9E140B12 for ; Sun, 13 Dec 2015 00:35:28 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id A3BC192E3E; Sat, 12 Dec 2015 13:35:26 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id S++pnhO3b7uc; Sat, 12 Dec 2015 13:35:23 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 40BED92EAD; Sat, 12 Dec 2015 13:34:16 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id 632591C10E0 for ; Sat, 12 Dec 2015 13:33:45 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 61945A66AB for ; Sat, 12 Dec 2015 13:33:45 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id jF9o_dJmdOIE for ; Sat, 12 Dec 2015 13:33:44 +0000 (UTC) X-Greylist: whitelisted by SQLgrey-1.7.6 Received: from smtp1-g21.free.fr (smtp1-g21.free.fr [212.27.42.1]) by fraxinus.osuosl.org (Postfix) with ESMTPS id D7EDDA66BE for ; Sat, 12 Dec 2015 13:33:43 +0000 (UTC) Received: from adeos.localdomain (unknown [81.57.22.125]) by smtp1-g21.free.fr (Postfix) with ESMTP id 758599400C3; Sat, 12 Dec 2015 14:32:41 +0100 (CET) From: Romain Naour To: buildroot@buildroot.org Date: Sat, 12 Dec 2015 14:33:21 +0100 Message-Id: <1449927215-3452-19-git-send-email-romain.naour@openwide.fr> X-Mailer: git-send-email 2.4.3 In-Reply-To: <1449927215-3452-1-git-send-email-romain.naour@openwide.fr> References: <1449927215-3452-1-git-send-email-romain.naour@openwide.fr> Subject: [Buildroot] [PATCH v9 18/32] package/efl: libefl and libelementary share the same version number X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Signed-off-by: Romain Naour Reviewed-by: "Yann E. MORIN" --- v6: Even if we are not sure if libefl and libelementary will always be released in tandem, keep it in sync since there is no reason to use a different version. --- package/efl/efl.mk | 2 ++ package/efl/libefl/libefl.mk | 3 +-- package/efl/libelementary/libelementary.mk | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/package/efl/efl.mk b/package/efl/efl.mk index 99e4d14..151ac28 100644 --- a/package/efl/efl.mk +++ b/package/efl/efl.mk @@ -1,2 +1,4 @@ +EFL_VERSION = 1.15.2 + include $(sort $(wildcard package/efl/*/*.mk)) diff --git a/package/efl/libefl/libefl.mk b/package/efl/libefl/libefl.mk index 5e8009e..c60a507 100644 --- a/package/efl/libefl/libefl.mk +++ b/package/efl/libefl/libefl.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+ diff --git a/package/efl/libelementary/libelementary.mk b/package/efl/libelementary/libelementary.mk index 4ba8681..c920801 100644 --- a/package/efl/libelementary/libelementary.mk +++ b/package/efl/libelementary/libelementary.mk @@ -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