From cfd2c1cca7da83929b2c2d6196f70cc5a2167d3c Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Sat, 4 Feb 2006 14:00:09 +0000 Subject: wlan-ng-modules: set default preference of version 0.2.2 to -1 for tosa, since 0.2.1-pre is the most recent version that works there --- packages/wlan-ng/wlan-ng-modules_0.2.2.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packages/wlan-ng/wlan-ng-modules_0.2.2.bb b/packages/wlan-ng/wlan-ng-modules_0.2.2.bb index e2528a78af..177eb41fd6 100644 --- a/packages/wlan-ng/wlan-ng-modules_0.2.2.bb +++ b/packages/wlan-ng/wlan-ng-modules_0.2.2.bb @@ -6,6 +6,9 @@ RRECOMMENDS = "wlan-ng-utils" LICENSE = "GPL" PR = "r1" +# 0.2.1-pre works with the tosa internal wlan chipset, while 0.2.2 does not :/ +DEFAULT_PREFERENCE_tosa = "-1" + SRC_URI = "ftp://ftp.linux-wlan.org/pub/linux-wlan-ng/linux-wlan-ng-${PV}.tar.bz2 \ file://no-compat.patch;patch=1 \ file://msleep-vs-mdelay.patch;patch=1 \ -- cgit v1.2.3 From 4098aa1caf875ffa9a4eadf61d198fec29aa4a36 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Sat, 4 Feb 2006 15:57:17 +0000 Subject: dbus: add patch to stop dbus-daemon-1 being built staticly, closes hh.org bug #1494 --- packages/dbus/dbus/no-static.patch | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 packages/dbus/dbus/no-static.patch diff --git a/packages/dbus/dbus/no-static.patch b/packages/dbus/dbus/no-static.patch new file mode 100644 index 0000000000..a28a582681 --- /dev/null +++ b/packages/dbus/dbus/no-static.patch @@ -0,0 +1,22 @@ +--- dbus-0.23.4/bus/Makefile.am.old 2006-02-04 11:51:26.000000000 +0000 ++++ dbus-0.23.4/bus/Makefile.am 2006-02-04 11:51:27.000000000 +0000 +@@ -63,7 +63,7 @@ + dbus_daemon_1_LDADD= \ + $(EFENCE) \ + $(DBUS_BUS_LIBS) \ +- $(top_builddir)/dbus/libdbus-convenience.la ++ $(top_builddir)/dbus/libdbus-1.la $(top_builddir)/dbus/libdbus-convenience.la + + ## note that TESTS has special meaning (stuff to use in make check) + ## so if adding tests not to be run in make check, don't add them to +--- dbus-0.23.4/dbus/Makefile.am.old 2006-02-04 13:27:03.000000000 +0000 ++++ dbus-0.23.4/dbus/Makefile.am 2006-02-04 13:27:04.000000000 +0000 +@@ -144,7 +144,7 @@ + libdbus_1_la_LIBADD= $(DBUS_CLIENT_LIBS) + ## don't export symbols that start with "_" (we use this + ## convention for internal symbols) +-libdbus_1_la_LDFLAGS= -export-symbols-regex "^[^_].*" ++#libdbus_1_la_LDFLAGS= -export-symbols-regex "^[^_].*" + + ## note that TESTS has special meaning (stuff to use in make check) + ## so if adding tests not to be run in make check, don't add them to -- cgit v1.2.3