[oe-commits] [meta-openembedded] 20/38: glm: Fix rootfs error for glm-dev install

git at git.openembedded.org git at git.openembedded.org
Wed Mar 29 10:09:16 UTC 2017


This is an automated email from the git hooks/post-receive script.

martin_jansa pushed a commit to branch master-next
in repository meta-openembedded.

commit 90aac80ef1519d9a91349b93afab238ca1fae538
Author: Tom Hochstein <tom.hochstein at nxp.com>
AuthorDate: Thu Mar 23 13:29:20 2017 -0500

    glm: Fix rootfs error for glm-dev install
    
    Since glm is header only, the default RDEPENDS from glm-dev
    to glm causes a rootfs error.
    
    Signed-off-by: Tom Hochstein <tom.hochstein at nxp.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-oe/recipes-graphics/glm/glm_0.9.8.4.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-oe/recipes-graphics/glm/glm_0.9.8.4.bb b/meta-oe/recipes-graphics/glm/glm_0.9.8.4.bb
index 2a78c46..2d2e9ad 100644
--- a/meta-oe/recipes-graphics/glm/glm_0.9.8.4.bb
+++ b/meta-oe/recipes-graphics/glm/glm_0.9.8.4.bb
@@ -19,3 +19,4 @@ S = "${WORKDIR}/git"
 inherit cmake
 
 FILES_${PN}-dev += "${libdir}/cmake"
+RDEPENDS_${PN}-dev = ""

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list