aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/glm
diff options
context:
space:
mode:
authorTom Hochstein <tom.hochstein@nxp.com>2017-03-23 13:29:20 -0500
committerMartin Jansa <Martin.Jansa@gmail.com>2017-03-31 13:26:02 +0200
commit7dd95720e56999b907abb9a3714c88d94912a4f0 (patch)
tree492df45ab413ccf1be376520e6f3cc853f08dbeb /meta-oe/recipes-graphics/glm
parenta02ec57e144b768c8d5e383622a83f87d86425b5 (diff)
downloadmeta-openembedded-contrib-7dd95720e56999b907abb9a3714c88d94912a4f0.tar.gz
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@nxp.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics/glm')
-rw-r--r--meta-oe/recipes-graphics/glm/glm_0.9.8.4.bb1
1 files changed, 1 insertions, 0 deletions
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 2a78c46f5b..2d2e9ade48 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 = ""