aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/pingus
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@no-log.org>2011-02-17 11:34:06 +0100
committerDenis 'GNUtoo' Carikli <GNUtoo@no-log.org>2011-02-17 15:27:02 +0100
commit4abe1059641e1e488ac018875e257d7fea92e1e9 (patch)
tree86b211fd833c77459ebb92c8c1ce1ebe6f2b9eb0 /recipes/pingus
parent41d7e2a6eafed92148e9999bd02ca0d862f3eb22 (diff)
downloadopenembedded-4abe1059641e1e488ac018875e257d7fea92e1e9.tar.gz
pingus 0.7.2: fix newer boost(1.45.0) detection (break older boosts)
Without that fix we have: Fatal Errors: * library 'boost_signals' not found FATAL: scons build execution failed. Note that this commit is incompatible with older(than 1.45.0) boost. From #openmoko-cdevel on Freenode on irc: Feb 12 11:43:07 <JaMa|Off> GNUtoo|laptop: that boost version is default, so if you fix it for default version and break for older it's not so bad ( distros using older boost should handle it) [...] Feb 12 11:48:37 <GNUtoo|laptop> JaMa|Off, can I fix like that or should I send a patch for breaking older boosts and distros? Feb 12 11:49:35 <JaMa|Off> GNUtoo|laptop: nobody in OE is pinning boost.. so just note it in commit (that it won't work with old boost anymore) The patch is kept in tree because it could be usefull if: * Someone is still using old boost * -mt versions are re-added in the future Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
Diffstat (limited to 'recipes/pingus')
-rw-r--r--recipes/pingus/pingus_0.7.2.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/recipes/pingus/pingus_0.7.2.bb b/recipes/pingus/pingus_0.7.2.bb
index 4d26555748..4e5c69bdfd 100644
--- a/recipes/pingus/pingus_0.7.2.bb
+++ b/recipes/pingus/pingus_0.7.2.bb
@@ -3,7 +3,7 @@ DEPENDS = "virtual/libiconv virtual/libsdl libsdl-image libsdl-mixer boost libpn
LICENSE = "GPL"
HOMEPAGE = "http://pingus.seul.org/"
SECTION = "x11/games"
-PR = "r4"
+PR = "r5"
ARM_INSTRUCTION_SET = "arm"
@@ -15,7 +15,6 @@ inherit scons
SRC_URI = "\
http://pingus.seul.org/files/pingus-0.7.2.tar.bz2 \
file://sconstruct.diff \
- file://boost.patch \
file://cheader.patch \
file://pingus.desktop \
file://pingus.png \