From patchwork Sun Nov 22 18:05:16 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fathi Boudra X-Patchwork-Id: 57105 Delivered-To: patches@linaro.org Received: by 10.112.155.196 with SMTP id vy4csp1034003lbb; Sun, 22 Nov 2015 10:05:32 -0800 (PST) X-Received: by 10.25.162.144 with SMTP id l138mr9443467lfe.30.1448215532005; Sun, 22 Nov 2015 10:05:32 -0800 (PST) Return-Path: Received: from mail-lb0-x229.google.com (mail-lb0-x229.google.com. [2a00:1450:4010:c04::229]) by mx.google.com with ESMTPS id g87si6297777lfi.188.2015.11.22.10.05.31 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 22 Nov 2015 10:05:31 -0800 (PST) Received-SPF: pass (google.com: domain of fathi.boudra@linaro.org designates 2a00:1450:4010:c04::229 as permitted sender) client-ip=2a00:1450:4010:c04::229; Authentication-Results: mx.google.com; spf=pass (google.com: domain of fathi.boudra@linaro.org designates 2a00:1450:4010:c04::229 as permitted sender) smtp.mailfrom=fathi.boudra@linaro.org; dkim=pass header.i=@linaro-org.20150623.gappssmtp.com Received: by lbbsy6 with SMTP id sy6so84929255lbb.2 for ; Sun, 22 Nov 2015 10:05:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro-org.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id; bh=+FZ56pahcgV9o9NAiXTZougqZMnD+FT8Hyrkas286Sw=; b=c2kIHQgbsXfAEr46pd946H4bf9ZWUVFVvRbIhjhzpR2U1YuAwG0S5hvYMp9B7ataKa rSGrxJajuX30195I4WW/elJufiWz5LXdZwGUpUncvLx8sa5S5BmgSnsbCcbtkeZ9E8aN BpWPYQNo+K10pyto9Gx4NlAi0OJI3LrRDbAaMvBj7aw6mL+TbjBOUFCdFgCb0xlYjA+u z2KA+JKHRQv2x9kFsBNiLKO5dvFDdhup+v7KU5SJumT6J4sjZ7tO0LNlzuVUFxOBtkPL fFr/Cbaofnw6jDOlNvsqhaxzB4gDWlYF9wpM7cBHNidpQrDpIufhXMeeWWV0ODOHRCWr KMzg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=+FZ56pahcgV9o9NAiXTZougqZMnD+FT8Hyrkas286Sw=; b=bhcxB7liXHxmFAlWwwIYhaI3wBjQmWjKCbJEQrhteMQSLw10hiFFzK5FQ1qgx4CZKq GJMjB7+xXrkhBn4H9ozI5kBejndQgDm+SuqZ27xHbU/FGrJcjRy/5iE8vQBLeugxvWW9 FPC4w2hAkusPWmhcjUSqxiXXsueTuDp7OfsXMx0xNeYCJqgUPm0TAqzsX81okaHwD6wb abcXzs9cDrBs1T7ORkmNvRJCcCcJB1LLHH5b4ibUUPjkniv/CXkrmjZnnMChTa5RzfMq 9zx09tfPp7Gzml/M4b9hf+XpOQfzuV8E/sxw/k8WRuZHnpRP12Vkh4lhyas3EWSQtLhR zoSQ== X-Gm-Message-State: ALoCoQl3Q4F0tqZbbd4CWJ3cKhWhNQhK7Zil5Lp9uVwj/hX2lKDbHLe4ZvQvkOfkB2xZpADmS/so X-Received: by 10.112.148.198 with SMTP id tu6mr7148005lbb.39.1448215531702; Sun, 22 Nov 2015 10:05:31 -0800 (PST) Return-Path: Received: from localhost.localdomain (a91-156-68-16.elisa-laajakaista.fi. [91.156.68.16]) by smtp.gmail.com with ESMTPSA id 42sm1324726lfv.29.2015.11.22.10.05.30 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sun, 22 Nov 2015 10:05:30 -0800 (PST) From: Fathi Boudra To: openembedded-devel@lists.openembedded.org Cc: Koen Kooi , Martin Jansa , Fathi Boudra Subject: [meta-oe][PATCH v2] libsoc: upgrade from version 0.6 to 0.7 Date: Sun, 22 Nov 2015 20:05:16 +0200 Message-Id: <1448215516-13579-1-git-send-email-fathi.boudra@linaro.org> X-Mailer: git-send-email 2.6.3 update SRCREV Signed-off-by: Fathi Boudra --- changes from v1: * don't ship board configs * don't oe-stylize meta-oe/recipes-support/libsoc/{libsoc_0.6.bb => libsoc_0.7.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/libsoc/{libsoc_0.6.bb => libsoc_0.7.bb} (90%) -- 2.6.3 diff --git a/meta-oe/recipes-support/libsoc/libsoc_0.6.bb b/meta-oe/recipes-support/libsoc/libsoc_0.7.bb similarity index 90% rename from meta-oe/recipes-support/libsoc/libsoc_0.6.bb rename to meta-oe/recipes-support/libsoc/libsoc_0.7.bb index 79c171a..3b7436f 100644 --- a/meta-oe/recipes-support/libsoc/libsoc_0.6.bb +++ b/meta-oe/recipes-support/libsoc/libsoc_0.7.bb @@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=e0bfebea12a718922225ba987b2126a5" inherit autotools -SRCREV = "3643cf161a4b37bfbdfd05437166c4a29ac3ed8d" +SRCREV = "4d5c5af71e225cc4e792d2166da3f3e432b08735" SRC_URI = "git://github.com/jackmitch/libsoc.git" S = "${WORKDIR}/git"