From b945997d717a6be417806d60156a0d3832a2187f Mon Sep 17 00:00:00 2001 From: "nslu2-linux.adm@bkbits.net" Date: Fri, 20 May 2005 10:39:37 +0000 Subject: Merge bk://oe-devel.bkbits.net/openembedded into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/05/20 11:52:46+02:00 uni-frankfurt.de!mickeyl Merge bk://oe-devel@oe-devel.bkbits.net/openembedded into r2d2.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages 2005/05/20 11:52:33+02:00 uni-frankfurt.de!mickeyl add dedicated python-dbus packages instead of polluting the dbus one 2005/05/20 11:45:23+02:00 hrw.one.pl!hrw Merge bk://oe-devel@oe-devel.bkbits.net/openembedded/ into home.hrw.one.pl:/home/hrw/zaurus/oe/openembedded 2005/05/20 11:44:54+02:00 hrw.one.pl!hrw autofs: fixed cross.patchto apply for 4.1.4 (closes #16) 2005/05/20 11:37:12+02:00 uni-frankfurt.de!mickeyl add python-pyrex{-native}, a language specially designed for writing Python extension modules BKrev: 428dbe69QBW_YJkTXwqJ1mxBZGrRtw --- packages/python/python-dbus/cross.patch | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 packages/python/python-dbus/cross.patch (limited to 'packages/python/python-dbus/cross.patch') diff --git a/packages/python/python-dbus/cross.patch b/packages/python/python-dbus/cross.patch new file mode 100644 index 0000000000..e69de29bb2 -- cgit v1.2.3 From c8e5702127e507e82e6f68a4b8c546803accea9d Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Thu, 30 Jun 2005 08:19:37 +0000 Subject: import clean BK tree at cset 1.3670 --- packages/python/python-dbus/cross.patch | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'packages/python/python-dbus/cross.patch') diff --git a/packages/python/python-dbus/cross.patch b/packages/python/python-dbus/cross.patch index e69de29bb2..6d1d9d8e7e 100644 --- a/packages/python/python-dbus/cross.patch +++ b/packages/python/python-dbus/cross.patch @@ -0,0 +1,15 @@ + +# +# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher +# + +--- dbus-0.20/configure.in~cross ++++ dbus-0.20/configure.in +@@ -466,6 +466,7 @@ + exit (0); + ]])], + [have_abstract_sockets=yes], ++ [have_abstract_sockets=no], + [have_abstract_sockets=no]) + AC_LANG_POP(C) + AC_MSG_RESULT($have_abstract_sockets) -- cgit v1.2.3