[oe-commits] org.oe.dev merge of '4b9bf269fccb2d8469b9d1ccfe6d73ac060a6b29'

hrw commit openembedded-commits at lists.openembedded.org
Sun Feb 17 23:09:28 UTC 2008


merge of '4b9bf269fccb2d8469b9d1ccfe6d73ac060a6b29'
     and 'fce7884660951ebd01cb61a963139c631312da95'

Author: hrw at openembedded.org
Branch: org.openembedded.dev
Revision: 3b86b7575f669fb1f3a8f10c83a56393534f4d28
ViewMTN: http://monotone.openembedded.org/revision/info/3b86b7575f669fb1f3a8f10c83a56393534f4d28
Files:
1
packages/acpid/acpid-1.0.3
packages/acpid/acpid-1.0.3/gcc40.patch
packages/wxbase
packages/acpid/acpid-1.0.4
packages/acpid/acpid
packages/wxbase/wxbase_2.6.2.bb
packages/wxwidgets/wxbase_2.6.2.bb
packages/wxbase/wxbase_2.7+cvs.bb
packages/wxwidgets/wxbase_2.7+cvs.bb
packages/acpid/acpid/gcc40.patch
packages/gcc/gcc-4.2.1/zecke-no-host-includes.patch
packages/gcc/gcc-4.2.1/zecke-xgcc-cpp.patch
packages/glibc/glibc-2.4/zecke-sane-readelf.patch
packages/glibc/glibc-cvs-2.3.5/zecke-sane-readelf.patch
packages/libmrss/files/better-parse-url-r0.patch
Diffs:

#
# mt diff -r4b9bf269fccb2d8469b9d1ccfe6d73ac060a6b29 -r3b86b7575f669fb1f3a8f10c83a56393534f4d28
#
# 
# 
# delete "packages/acpid/acpid-1.0.3"
# 
# delete "packages/acpid/acpid-1.0.3/gcc40.patch"
# 
# delete "packages/wxbase"
# 
# rename "packages/acpid/acpid-1.0.4"
#     to "packages/acpid/acpid"
# 
# rename "packages/wxbase/wxbase_2.6.2.bb"
#     to "packages/wxwidgets/wxbase_2.6.2.bb"
# 
# rename "packages/wxbase/wxbase_2.7+cvs.bb"
#     to "packages/wxwidgets/wxbase_2.7+cvs.bb"
# 
# patch "packages/acpid/acpid/gcc40.patch"
#  from [cf30b18ca31b7673bb4d0ab17cbc878a85931824]
#    to [35d3c4c5e9be1ba04272e75faafb2e8f72c1ade0]
# 
============================================================
--- packages/acpid/acpid/gcc40.patch	cf30b18ca31b7673bb4d0ab17cbc878a85931824
+++ packages/acpid/acpid/gcc40.patch	35d3c4c5e9be1ba04272e75faafb2e8f72c1ade0
@@ -1,3 +1,5 @@
+upstream: https://sourceforge.net/tracker/index.php?func=detail&aid=1895615&group_id=33140&atid=407341
+
 Index: acpid-1.0.3/ud_socket.c
 ===================================================================
 --- acpid-1.0.3.orig/ud_socket.c	2003-11-17 14:24:58.000000000 -0700


#
# mt diff -rfce7884660951ebd01cb61a963139c631312da95 -r3b86b7575f669fb1f3a8f10c83a56393534f4d28
#
# 
# 
# patch "packages/gcc/gcc-4.2.1/zecke-no-host-includes.patch"
#  from [6e9d8445c31e423d84214b7b5560ebd144b1fb51]
#    to [0078a4cb532f5bbf3ac56c8b4ccd752667e2ebb7]
# 
# patch "packages/gcc/gcc-4.2.1/zecke-xgcc-cpp.patch"
#  from [6148ea439041ba0af321d2298fea9a6d602f585e]
#    to [3df45360067c99ecdec52e388d544e6bd01f5efd]
# 
# patch "packages/glibc/glibc-2.4/zecke-sane-readelf.patch"
#  from [1bf40ba5b96f9f1b55bfc59a01c270ca3d3ba229]
#    to [1aedabaa230e8af859575e07484944f4b135b283]
# 
# patch "packages/glibc/glibc-cvs-2.3.5/zecke-sane-readelf.patch"
#  from [83b1a8059735512cca0723c69deefedefe53ae34]
#    to [dddc4f563edeb427c1e1fa4846f3f4a6fc4d954f]
# 
# patch "packages/libmrss/files/better-parse-url-r0.patch"
#  from [319f2b0b847d67bbab8f062cfd8d5d99c55d4eed]
#    to [ff39667337cd014573677edf77673c0496e7db77]
# 
============================================================
--- packages/gcc/gcc-4.2.1/zecke-no-host-includes.patch	6e9d8445c31e423d84214b7b5560ebd144b1fb51
+++ packages/gcc/gcc-4.2.1/zecke-no-host-includes.patch	0078a4cb532f5bbf3ac56c8b4ccd752667e2ebb7
@@ -1,3 +1,16 @@
+upstream: n/a
+status: evil hack
+comment: Including host system headers when cross compiling can lead to weird
+issues, in the best case compile issues, in the worst case crashes. E.g. if you
+are building a uclibc system, you certainly do not want glibc headers or OSX libc
+headers to be picked up. To avoid that this patch is penetalizing certain common
+Linux/Unix host directories.
+
+To send the patch upstream the evil paths should be specified by
+a setting or command-line options. Until now this is a evil hack assuming
+certain host system paths. E.g. /usr/local/ and other common paths should be
+added.
+
 Index: gcc-4.0.2/gcc/c-incpath.c
 ===================================================================
 --- gcc-4.0.2.orig/gcc/c-incpath.c	2005-01-23 16:05:27.000000000 +0100
============================================================
--- packages/gcc/gcc-4.2.1/zecke-xgcc-cpp.patch	6148ea439041ba0af321d2298fea9a6d602f585e
+++ packages/gcc/gcc-4.2.1/zecke-xgcc-cpp.patch	3df45360067c99ecdec52e388d544e6bd01f5efd
@@ -1,3 +1,7 @@
+upstream: n/a
+comment: Use the preprocessor we have just compiled instead the one of
+the system. There might be incompabilities between us and them.
+
 Index: gcc-4.1.1/Makefile.in
 ===================================================================
 --- gcc-4.1.1.orig/Makefile.in	2006-08-06 13:32:44.000000000 +0200
============================================================
--- packages/glibc/glibc-2.4/zecke-sane-readelf.patch	1bf40ba5b96f9f1b55bfc59a01c270ca3d3ba229
+++ packages/glibc/glibc-2.4/zecke-sane-readelf.patch	1aedabaa230e8af859575e07484944f4b135b283
@@ -1,3 +1,8 @@
+upstream: http://sources.redhat.com/bugzilla/show_bug.cgi?id=3004
+status: WONTFIX
+comment: Use OEs version of the readelf version. There might be no
+host system version (e.g. on OSX) or it is not multiarch.
+
 Index: glibc-2.4/configure
 ===================================================================
 --- glibc-2.4.orig/configure	2006-03-06 12:18:56.000000000 +0100
============================================================
--- packages/glibc/glibc-cvs-2.3.5/zecke-sane-readelf.patch	83b1a8059735512cca0723c69deefedefe53ae34
+++ packages/glibc/glibc-cvs-2.3.5/zecke-sane-readelf.patch	dddc4f563edeb427c1e1fa4846f3f4a6fc4d954f
@@ -1,3 +1,8 @@
+upstream: http://sources.redhat.com/bugzilla/show_bug.cgi?id=3004
+status: WONTFIX
+comment: Use OEs version of the readelf version. There might be no
+host system version (e.g. on OSX) or it is not multiarch.
+
 Index: glibc-2.3.2/configure
 ===================================================================
 --- glibc-2.3.2.orig/configure	2006-08-05 20:18:11.000000000 +0200
============================================================
--- packages/libmrss/files/better-parse-url-r0.patch	319f2b0b847d67bbab8f062cfd8d5d99c55d4eed
+++ packages/libmrss/files/better-parse-url-r0.patch	ff39667337cd014573677edf77673c0496e7db77
@@ -1,3 +1,10 @@
+upstream: bakunin_at_autistici_dot_org
+status: API addition not proposed upstream
+comment: API addition to not manually setup the CURL connection and still
+be able to get the transfered feed and save it to secondary storage. done
+by zecke for the OpenMoko RSS reader.
+
+
 Index: libmrss-0.17.2/src/mrss.h
 ===================================================================
 --- libmrss-0.17.2.orig/src/mrss.h	2007-04-02 14:42:55.000000000 +0200






More information about the Openembedded-commits mailing list