[oe] [meta-oe][PATCH] glm: Fix rootfs error for glm-dev install

Tom Hochstein tom.hochstein at nxp.com
Thu Mar 23 18:29:20 UTC 2017


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>
---
 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 = ""
-- 
1.9.1




More information about the Openembedded-devel mailing list