diff options
| author | Tom Hochstein <tom.hochstein@nxp.com> | 2017-03-23 13:29:20 -0500 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-03-31 13:26:02 +0200 |
| commit | 7dd95720e56999b907abb9a3714c88d94912a4f0 (patch) | |
| tree | 492df45ab413ccf1be376520e6f3cc853f08dbeb /meta-oe | |
| parent | a02ec57e144b768c8d5e383622a83f87d86425b5 (diff) | |
| download | meta-openembedded-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')
| -rw-r--r-- | meta-oe/recipes-graphics/glm/glm_0.9.8.4.bb | 1 |
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" | |||
| 19 | inherit cmake | 19 | inherit cmake |
| 20 | 20 | ||
| 21 | FILES_${PN}-dev += "${libdir}/cmake" | 21 | FILES_${PN}-dev += "${libdir}/cmake" |
| 22 | RDEPENDS_${PN}-dev = "" | ||
