From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <> Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 22766E00DDC; Fri, 19 Jul 2019 14:06:27 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, RCVD_IN_DNSWL_MED, URI_HEX autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * -2.3 RCVD_IN_DNSWL_MED RBL: Sender listed at https://www.dnswl.org/, * medium trust * [198.47.19.141 listed in list.dnswl.org] * 0.1 URI_HEX URI: URI hostname has long hexadecimal sequence * -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's * domain * -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature * 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily * valid Received: from fllv0015.ext.ti.com (fllv0015.ext.ti.com [198.47.19.141]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 86E09E00DAF for ; Fri, 19 Jul 2019 14:06:26 -0700 (PDT) Received: from lelv0266.itg.ti.com ([10.180.67.225]) by fllv0015.ext.ti.com (8.15.2/8.15.2) with ESMTP id x6JL6QKS067086 for ; Fri, 19 Jul 2019 16:06:26 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1563570386; bh=qU6pCmIuwBTYFlXXL2oH/qhYItcIMfW18K76OMYn+YY=; h=From:To:CC:Subject:Date:In-Reply-To:References; b=Xk8YL741MV5gjg6V6WvXwqFHbWpg8JtwChOZzH18pAVzIKNHNfQkgzGwAPoyHKsjb rF3RpoC81wjug3sklkTOUlLTnwVCcLg5UfrR5FCv2ZY4TdNPGwh4vMoNLcFJTV6AcM LzaPKPKqB6CraC3ddZkBOBO6V1b12RKE0pqljPxk= Received: from DLEE113.ent.ti.com (dlee113.ent.ti.com [157.170.170.24]) by lelv0266.itg.ti.com (8.15.2/8.15.2) with ESMTPS id x6JL6PSK087805 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Fri, 19 Jul 2019 16:06:26 -0500 Received: from DLEE113.ent.ti.com (157.170.170.24) by DLEE113.ent.ti.com (157.170.170.24) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1713.5; Fri, 19 Jul 2019 16:06:25 -0500 Received: from lelv0326.itg.ti.com (10.180.67.84) by DLEE113.ent.ti.com (157.170.170.24) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1713.5 via Frontend Transport; Fri, 19 Jul 2019 16:06:25 -0500 Received: from legion.dal.design.ti.com (legion.dal.design.ti.com [128.247.22.53]) by lelv0326.itg.ti.com (8.15.2/8.15.2) with ESMTP id x6JL6PiR107310; Fri, 19 Jul 2019 16:06:25 -0500 Received: from localhost ([10.250.86.29]) by legion.dal.design.ti.com (8.11.7p1+Sun/8.11.7) with ESMTP id x6JL6OZ17513; Fri, 19 Jul 2019 16:06:24 -0500 (CDT) From: "Andrew F. Davis" To: Denys Dmytriyenko Date: Fri, 19 Jul 2019 17:06:18 -0400 Message-ID: <20190719210619.18583-2-afd@ti.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20190719210619.18583-1-afd@ti.com> References: <20190719210619.18583-1-afd@ti.com> MIME-Version: 1.0 X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Cc: meta-ti@yoctoproject.org Subject: [thud/master][RFC PATCH 2/3] ti-sgx-ddk-um: Add expat as runtime dependency X-BeenThere: meta-ti@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-ti layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Jul 2019 21:06:27 -0000 Content-Type: text/plain Although not needed for the IMG default EGL implementation libexpat is needed when using the Mesa EGL version. While here s/libudev/udev as 'libudev' is package shipped as part of the eudev project, but we use systemd, so we actually depend on 'udev'. Move the PACKAGE_ARCH and PR defines to a more natural spot that also lines up with the RGX version of recipe for easier diffs. One thing we could have done is remove the DEPENDS line. We do not have any build dependencies as these are pre-made library binaries, but I use the package rootfs generated by bitbake to build the binaries locally, so leave it for now. Signed-off-by: Andrew F. Davis --- recipes-graphics/libgles/ti-sgx-ddk-um_1.17.4948957.bb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/recipes-graphics/libgles/ti-sgx-ddk-um_1.17.4948957.bb b/recipes-graphics/libgles/ti-sgx-ddk-um_1.17.4948957.bb index 3c0242e2..a1e35b52 100644 --- a/recipes-graphics/libgles/ti-sgx-ddk-um_1.17.4948957.bb +++ b/recipes-graphics/libgles/ti-sgx-ddk-um_1.17.4948957.bb @@ -3,9 +3,10 @@ HOMEPAGE = "https://git.ti.com/graphics/omap5-sgx-ddk-um-linux" LICENSE = "TI-TSPA" LIC_FILES_CHKSUM = "file://TI-Linux-Graphics-DDK-UM-Manifest.doc;md5=b17390502bc89535c86cfbbae961a2a8" +PACKAGE_ARCH = "${MACHINE_ARCH}" COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15|k3" -PACKAGE_ARCH = "${MACHINE_ARCH}" +PR = "r33" BRANCH = "ti-img-sgx/thud/${PV}" @@ -22,11 +23,10 @@ INITSCRIPT_PARAMS = "defaults 8" inherit update-rc.d -PR = "r33" PROVIDES += "virtual/egl virtual/libgles1 virtual/libgles2 virtual/libgbm omap5-sgx-ddk-um-linux" -DEPENDS += "libdrm udev wayland libffi" -RDEPENDS_${PN} += "libdrm libudev wayland libffi libdrm-omap" +DEPENDS += "libdrm udev wayland libffi expat" +RDEPENDS_${PN} += "libdrm libdrm-omap udev wayland libffi expat" RPROVIDES_${PN} = "libegl libgles1 libgles2 libgbm omap5-sgx-ddk-um-linux" RPROVIDES_${PN}-dev = "libegl-dev libgles1-dev libgles2-dev libgbm-dev omap5-sgx-ddk-um-linux-dev" -- 2.17.1