[Armadeus-commitlog] armadeus branch, master, updated. release-3.2-352-gcce816f
Brought to you by:
sszy
|
From: Julien B a. A. <ar...@us...> - 2010-05-14 07:23:29
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "armadeus".
The branch, master has been updated
via cce816f35d8a757d2d33f90b1a04379199cc9bbb (commit)
from 0d22696d93e934c40dbdac1368d6eb546ce0f0d7 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit cce816f35d8a757d2d33f90b1a04379199cc9bbb
Author: Julien Boibessot <jul...@ar...>
Date: Fri May 14 09:13:05 2010 +0200
[BUILDROOT] Correct bad dependencies in wpa_supplicant package
-----------------------------------------------------------------------
Summary of changes:
.../buildroot/108-wpa_supplicant-add_package.patch | 18 +++++++++++-------
1 files changed, 11 insertions(+), 7 deletions(-)
diff --git a/patches/buildroot/108-wpa_supplicant-add_package.patch b/patches/buildroot/108-wpa_supplicant-add_package.patch
index 9084c28..2950db9 100644
--- a/patches/buildroot/108-wpa_supplicant-add_package.patch
+++ b/patches/buildroot/108-wpa_supplicant-add_package.patch
@@ -5,9 +5,9 @@ Not needed for recent BR.
Index: buildroot/package/Config.in
===================================================================
---- buildroot.orig/package/Config.in 2010-05-03 14:23:54.000000000 +0200
-+++ buildroot/package/Config.in 2010-05-03 14:25:24.000000000 +0200
-@@ -236,6 +236,7 @@
+--- buildroot.orig/package/Config.in 2010-05-10 16:43:00.000000000 +0200
++++ buildroot/package/Config.in 2010-05-10 16:43:00.000000000 +0200
+@@ -227,6 +227,7 @@
source "package/wget/Config.in"
endif
source "package/wireless-tools/Config.in"
@@ -18,7 +18,7 @@ Index: buildroot/package/Config.in
Index: buildroot/package/wpa_supplicant/Config.in
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
-+++ buildroot/package/wpa_supplicant/Config.in 2010-05-03 14:29:34.000000000 +0200
++++ buildroot/package/wpa_supplicant/Config.in 2010-05-10 16:43:00.000000000 +0200
@@ -0,0 +1,32 @@
+config BR2_PACKAGE_WPA_SUPPLICANT
+ bool "wpa_supplicant"
@@ -55,8 +55,8 @@ Index: buildroot/package/wpa_supplicant/Config.in
Index: buildroot/package/wpa_supplicant/wpa_supplicant.mk
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
-+++ buildroot/package/wpa_supplicant/wpa_supplicant.mk 2010-05-03 14:33:11.000000000 +0200
-@@ -0,0 +1,80 @@
++++ buildroot/package/wpa_supplicant/wpa_supplicant.mk 2010-05-11 15:02:38.000000000 +0200
+@@ -0,0 +1,84 @@
+#############################################################
+#
+# wpa_supplicant
@@ -81,7 +81,7 @@ Index: buildroot/package/wpa_supplicant/wpa_supplicant.mk
+ WPA_SUPPLICANT_DEPENDENCIES += openssl
+endif
+ifeq ($(BR2_PACKAGE_DBUS),y)
-+ WPA_SUPPLICANT_DEPENDENCIES += host-pkgconfig dbus
++ WPA_SUPPLICANT_DEPENDENCIES += pkgconfig dbus
+ WPA_SUPPLICANT_MAKE_ENV = \
+ PKG_CONFIG_SYSROOT_DIR="$(STAGING_DIR)" \
+ PKG_CONFIG_PATH="$(STAGING_DIR)/usr/lib/pkgconfig"
@@ -92,6 +92,10 @@ Index: buildroot/package/wpa_supplicant/wpa_supplicant.mk
+$(WPA_SUPPLICANT_TARGET_CONFIGURE):
+ cp $(WPA_SUPPLICANT_DIR)/wpa_supplicant/defconfig $(WPA_SUPPLICANT_CONFIG)
+ echo "CFLAGS += $(TARGET_CFLAGS)" >>$(WPA_SUPPLICANT_CONFIG)
++ifeq ($(BR2_PACKAGE_DBUS),y)
++ echo "CFLAGS += -I$(STAGING_DIR)/usr/include/dbus-1.0/" >>$(WPA_SUPPLICANT_CONFIG)
++ echo "CFLAGS += -I$(STAGING_DIR)/usr/lib/dbus-1.0/include/" >>$(WPA_SUPPLICANT_CONFIG)
++endif
+ echo "CC = $(TARGET_CC)" >>$(WPA_SUPPLICANT_CONFIG)
+ $(SED) "s/\/local//" $(WPA_SUPPLICANT_DIR)/wpa_supplicant/Makefile
+ifneq ($(BR2_PACKAGE_WPA_SUPPLICANT_EAP),y)
hooks/post-receive
--
armadeus
|