From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from comal.ext.ti.com (comal.ext.ti.com [198.47.26.152]) by arago-project.org (Postfix) with ESMTPS id AB9D8520EA for ; Mon, 8 Sep 2014 04:52:37 +0000 (UTC) Received: from dlelxv90.itg.ti.com ([172.17.2.17]) by comal.ext.ti.com (8.13.7/8.13.7) with ESMTP id s884qabk022179 for ; Sun, 7 Sep 2014 23:52:36 -0500 Received: from DLEE71.ent.ti.com (dlee71.ent.ti.com [157.170.170.114]) by dlelxv90.itg.ti.com (8.14.3/8.13.8) with ESMTP id s884qa28030894 for ; Sun, 7 Sep 2014 23:52:36 -0500 Received: from dflp32.itg.ti.com (10.64.6.15) by DLEE71.ent.ti.com (157.170.170.114) with Microsoft SMTP Server id 14.3.174.1; Sun, 7 Sep 2014 23:52:36 -0500 Received: from mcp8x-srv.emea.dhcp.ti.com (ileax41-snat.itg.ti.com [10.172.224.153]) by dflp32.itg.ti.com (8.14.3/8.13.8) with ESMTP id s884qZup006324; Sun, 7 Sep 2014 23:52:35 -0500 From: Yaniv Machani To: Date: Mon, 8 Sep 2014 07:46:55 +0300 Message-ID: <1410151615-1534-1-git-send-email-yanivma@ti.com> X-Mailer: git-send-email 1.8.3.2 MIME-Version: 1.0 Subject: [PATCH] wl18xx compat fix path to licanse file X-BeenThere: meta-arago@arago-project.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Arago metadata layer for TI SDKs - OE-Core/Yocto compatible List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Sep 2014 04:52:38 -0000 Content-Type: text/plain The relevent licanse file is located in the backport directory, as the compat-wireless is generated in runtime. Signed-off-by: Yaniv Machani --- .../ti-compat-wireless-wl18xx_r8.a9.14.bb | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-arago-extras/recipes-bsp/ti-compat-wireless/ti-compat-wireless-wl18xx_r8.a9.14.bb b/meta-arago-extras/recipes-bsp/ti-compat-wireless/ti-compat-wireless-wl18xx_r8.a9.14.bb index dca2edb..4d001bc 100644 --- a/meta-arago-extras/recipes-bsp/ti-compat-wireless/ti-compat-wireless-wl18xx_r8.a9.14.bb +++ b/meta-arago-extras/recipes-bsp/ti-compat-wireless/ti-compat-wireless-wl18xx_r8.a9.14.bb @@ -5,14 +5,14 @@ DESCRIPTION = "ti compat-wireless drivers for wl18xx" HOMEPAGE = "https://git.ti.com/wilink8-wlan/wl18xx" SECTION = "kernel/modules" LICENSE = "GPLv2" -LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7" +LIC_FILES_CHKSUM = "file://../backports/COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7" RDEPENDS_${PN} = "wireless-tools" PV = "r8.a9.14" inherit module -PR = "${MACHINE_KERNEL_PR}+a+gitr${SRCPV}" +PR = "${MACHINE_KERNEL_PR}+b+gitr${SRCPV}" # Tags: ol_r8.a9.14 SRCREV_wl18xx = "0e48c4b55cfa0d557a098cbe92b1f092f1a9ad67" -- 1.7.9