From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by mail.openembedded.org (Postfix) with ESMTP id 2D5BA606BF for ; Wed, 27 Jul 2016 13:03:38 +0000 (UTC) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga101.jf.intel.com with ESMTP; 27 Jul 2016 06:03:39 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.28,429,1464678000"; d="scan'208";a="1003489583" Received: from linux.intel.com ([10.54.29.200]) by orsmga001.jf.intel.com with ESMTP; 27 Jul 2016 06:03:39 -0700 Received: from mbabyjoh-desk.fi.intel.com (mbabyjoh-desk.fi.intel.com [10.237.72.71]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by linux.intel.com (Postfix) with ESMTP id EEAC56A4080 for ; Wed, 27 Jul 2016 06:03:27 -0700 (PDT) From: "Maxin B. John" To: openembedded-core@lists.openembedded.org Date: Wed, 27 Jul 2016 16:02:50 +0300 Message-Id: <1469624577-24972-3-git-send-email-maxin.john@intel.com> X-Mailer: git-send-email 2.4.0 In-Reply-To: <1469624577-24972-1-git-send-email-maxin.john@intel.com> References: <1469624577-24972-1-git-send-email-maxin.john@intel.com> Subject: [PATCH 2/9] libsolv: upgrade to 0.6.23 X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Jul 2016 13:03:39 -0000 0.6.22 -> 0.6.23 Signed-off-by: Maxin B. John --- meta/recipes-extended/libsolv/{libsolv_0.6.22.bb => libsolv_0.6.23.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-extended/libsolv/{libsolv_0.6.22.bb => libsolv_0.6.23.bb} (93%) diff --git a/meta/recipes-extended/libsolv/libsolv_0.6.22.bb b/meta/recipes-extended/libsolv/libsolv_0.6.23.bb similarity index 93% rename from meta/recipes-extended/libsolv/libsolv_0.6.22.bb rename to meta/recipes-extended/libsolv/libsolv_0.6.23.bb index bea207b..1ece5f2 100644 --- a/meta/recipes-extended/libsolv/libsolv_0.6.22.bb +++ b/meta/recipes-extended/libsolv/libsolv_0.6.23.bb @@ -11,7 +11,7 @@ SRC_URI = "git://github.com/openSUSE/libsolv.git \ " SRC_URI_append_libc-musl = " file://0001-Add-fallback-fopencookie-implementation.patch" -SRCREV = "58655da7eccc0ba8e768f9df6482bb08b90f4da8" +SRCREV = "f654c8cfa52427ed42d7142e58452dae08c0c2d0" UPSTREAM_CHECK_GITTAGREGEX = "(?P\d+(\.\d+)+)" S = "${WORKDIR}/git" -- 2.4.0