[oe-commits] Denis 'GNUtoo' Carikli : pingus 0.7.2: fix newer boost(1.45.0) detection ( break older boosts)

git version control git at git.openembedded.org
Thu Feb 17 14:30:52 UTC 2011


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 4abe1059641e1e488ac018875e257d7fea92e1e9
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=4abe1059641e1e488ac018875e257d7fea92e1e9

Author: Denis 'GNUtoo' Carikli <GNUtoo at no-log.org>
Date:   Thu Feb 17 11:34:06 2011 +0100

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 at no-log.org>

---

 recipes/pingus/pingus_0.7.2.bb |    3 +--
 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 4d26555..4e5c69b 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 \





More information about the Openembedded-commits mailing list