Skip to content

Commit 8f32365

Browse files
committed
Bugfixes to OSG libraries.
1 parent bc5b610 commit 8f32365

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

recipes-osg/openscenegraph_3.2.1.bb

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,17 @@ SRC_URI = "http://www.openscenegraph.org/downloads/developer_releases/OpenSceneG
66

77
S = "${WORKDIR}/OpenSceneGraph-${PV}"
88

9-
DEPENDS += "mesa-gl"
9+
DEPENDS += "\
10+
mesa-gl \
11+
libpng \
12+
jpeg \
13+
tiff \
14+
giflib \
15+
jasper \
16+
collada-dom \
17+
libsdl \
18+
xrandr \
19+
"
1020

1121
inherit pkgconfig cmake
1222

recipes-osg/osgcairo_1.5.0.bb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ SRC_URI = "svn://osgcairo.googlecode.com/svn/tags;module=1.5.0;protocol=http"
55

66
S = "${WORKDIR}/1.5.0"
77

8-
DEPENDS = "openscenegraph"
8+
DEPENDS = "openscenegraph cairo"
99

1010
inherit pkgconfig cmake
1111

recipes-osg/osgearth_2.5.bb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
LICENSE = "LGPLv2.1+"
2-
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=ae675a42253184be27cabc2a56793cfe"
2+
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e7fbbccbb3c1537e5b330f9e2c6d2620"
33

44
# SRC_URI[md5sum] = "c532bf5dca74b955393658929c1801d0"
55
# SRC_URI[sha256sum] = "07745925344bc74dec9e2c441ccaca746c34a67895b93e14326ab2856354b0aa"

0 commit comments

Comments
 (0)