All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] libpcap: remove unrecognized canusb option
@ 2019-01-29 22:33 Fabrice Fontaine
  2019-01-29 22:33 ` [Buildroot] [PATCH 2/2] libpcap: add support for bluez5_utils Fabrice Fontaine
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Fabrice Fontaine @ 2019-01-29 22:33 UTC (permalink / raw)
  To: buildroot

canusb has been removed since version 1.8.1 and
https://github.com/the-tcpdump-group/libpcap/commit/93ca5ff7030aaf1219e1de05ec89a68384bfc50b

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/libpcap/libpcap.mk | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/package/libpcap/libpcap.mk b/package/libpcap/libpcap.mk
index c4c5f31465..daa369f66c 100644
--- a/package/libpcap/libpcap.mk
+++ b/package/libpcap/libpcap.mk
@@ -38,13 +38,6 @@ else
 LIBPCAP_CONF_OPTS += --disable-dbus
 endif
 
-ifeq ($(BR2_PACKAGE_LIBUSB),y)
-LIBPCAP_CONF_OPTS += --enable-canusb
-LIBPCAP_DEPENDENCIES += libusb
-else
-LIBPCAP_CONF_OPTS += --disable-canusb
-endif
-
 ifeq ($(BR2_PACKAGE_LIBNL),y)
 LIBPCAP_DEPENDENCIES += libnl
 LIBPCAP_CFLAGS += "-I$(STAGING_DIR)/usr/include/libnl3"
-- 
2.14.1

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [Buildroot] [PATCH 2/2] libpcap: add support for bluez5_utils
  2019-01-29 22:33 [Buildroot] [PATCH 1/2] libpcap: remove unrecognized canusb option Fabrice Fontaine
@ 2019-01-29 22:33 ` Fabrice Fontaine
  2019-01-30  6:29   ` Baruch Siach
  2019-02-02 21:56   ` Peter Korsgaard
  2019-01-30  6:24 ` [Buildroot] [PATCH 1/2] libpcap: remove unrecognized canusb option Baruch Siach
  2019-02-02 21:56 ` Peter Korsgaard
  2 siblings, 2 replies; 6+ messages in thread
From: Fabrice Fontaine @ 2019-01-29 22:33 UTC (permalink / raw)
  To: buildroot

bluez5_utils support has been added since version 1.8.0 and
https://github.com/the-tcpdump-group/libpcap/commit/b3776f3d50df9de9fcf702bd21a3ecb2539ffef4

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/libpcap/libpcap.mk | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/package/libpcap/libpcap.mk b/package/libpcap/libpcap.mk
index daa369f66c..8cc444e7af 100644
--- a/package/libpcap/libpcap.mk
+++ b/package/libpcap/libpcap.mk
@@ -24,9 +24,10 @@ define LIBPCAP_CONFIG_REMOVE_RPATH
 endef
 LIBPCAP_POST_BUILD_HOOKS = LIBPCAP_CONFIG_REMOVE_RPATH
 
-# On purpose, not compatible with bluez5
 ifeq ($(BR2_PACKAGE_BLUEZ_UTILS),y)
 LIBPCAP_DEPENDENCIES += bluez_utils
+else ifeq ($(BR2_PACKAGE_BLUEZ5_UTILS),y)
+LIBPCAP_DEPENDENCIES += bluez5_utils
 else
 LIBPCAP_CONF_OPTS += --disable-bluetooth
 endif
-- 
2.14.1

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [Buildroot] [PATCH 1/2] libpcap: remove unrecognized canusb option
  2019-01-29 22:33 [Buildroot] [PATCH 1/2] libpcap: remove unrecognized canusb option Fabrice Fontaine
  2019-01-29 22:33 ` [Buildroot] [PATCH 2/2] libpcap: add support for bluez5_utils Fabrice Fontaine
@ 2019-01-30  6:24 ` Baruch Siach
  2019-02-02 21:56 ` Peter Korsgaard
  2 siblings, 0 replies; 6+ messages in thread
From: Baruch Siach @ 2019-01-30  6:24 UTC (permalink / raw)
  To: buildroot

Hi Fabrice,

On Tue, Jan 29, 2019 at 11:33:54PM +0100, Fabrice Fontaine wrote:
> canusb has been removed since version 1.8.1 and
> https://github.com/the-tcpdump-group/libpcap/commit/93ca5ff7030aaf1219e1de05ec89a68384bfc50b
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Reviewed-by: Baruch Siach <baruch@tkos.co.il>

baruch

> ---
>  package/libpcap/libpcap.mk | 7 -------
>  1 file changed, 7 deletions(-)
> 
> diff --git a/package/libpcap/libpcap.mk b/package/libpcap/libpcap.mk
> index c4c5f31465..daa369f66c 100644
> --- a/package/libpcap/libpcap.mk
> +++ b/package/libpcap/libpcap.mk
> @@ -38,13 +38,6 @@ else
>  LIBPCAP_CONF_OPTS += --disable-dbus
>  endif
>  
> -ifeq ($(BR2_PACKAGE_LIBUSB),y)
> -LIBPCAP_CONF_OPTS += --enable-canusb
> -LIBPCAP_DEPENDENCIES += libusb
> -else
> -LIBPCAP_CONF_OPTS += --disable-canusb
> -endif
> -
>  ifeq ($(BR2_PACKAGE_LIBNL),y)
>  LIBPCAP_DEPENDENCIES += libnl
>  LIBPCAP_CFLAGS += "-I$(STAGING_DIR)/usr/include/libnl3"
> -- 
> 2.14.1
> 

-- 
     http://baruch.siach.name/blog/                  ~. .~   Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
   - baruch at tkos.co.il - tel: +972.2.679.5364, http://www.tkos.co.il -

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Buildroot] [PATCH 2/2] libpcap: add support for bluez5_utils
  2019-01-29 22:33 ` [Buildroot] [PATCH 2/2] libpcap: add support for bluez5_utils Fabrice Fontaine
@ 2019-01-30  6:29   ` Baruch Siach
  2019-02-02 21:56   ` Peter Korsgaard
  1 sibling, 0 replies; 6+ messages in thread
From: Baruch Siach @ 2019-01-30  6:29 UTC (permalink / raw)
  To: buildroot

On Tue, Jan 29, 2019 at 11:33:55PM +0100, Fabrice Fontaine wrote:
> bluez5_utils support has been added since version 1.8.0 and
> https://github.com/the-tcpdump-group/libpcap/commit/b3776f3d50df9de9fcf702bd21a3ecb2539ffef4
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Reviewed-by: Baruch Siach <baruch@tkos.co.il>

baruch

> ---
>  package/libpcap/libpcap.mk | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/package/libpcap/libpcap.mk b/package/libpcap/libpcap.mk
> index daa369f66c..8cc444e7af 100644
> --- a/package/libpcap/libpcap.mk
> +++ b/package/libpcap/libpcap.mk
> @@ -24,9 +24,10 @@ define LIBPCAP_CONFIG_REMOVE_RPATH
>  endef
>  LIBPCAP_POST_BUILD_HOOKS = LIBPCAP_CONFIG_REMOVE_RPATH
>  
> -# On purpose, not compatible with bluez5
>  ifeq ($(BR2_PACKAGE_BLUEZ_UTILS),y)
>  LIBPCAP_DEPENDENCIES += bluez_utils
> +else ifeq ($(BR2_PACKAGE_BLUEZ5_UTILS),y)
> +LIBPCAP_DEPENDENCIES += bluez5_utils
>  else
>  LIBPCAP_CONF_OPTS += --disable-bluetooth
>  endif
> -- 
> 2.14.1
> 

-- 
     http://baruch.siach.name/blog/                  ~. .~   Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
   - baruch at tkos.co.il - tel: +972.2.679.5364, http://www.tkos.co.il -

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Buildroot] [PATCH 1/2] libpcap: remove unrecognized canusb option
  2019-01-29 22:33 [Buildroot] [PATCH 1/2] libpcap: remove unrecognized canusb option Fabrice Fontaine
  2019-01-29 22:33 ` [Buildroot] [PATCH 2/2] libpcap: add support for bluez5_utils Fabrice Fontaine
  2019-01-30  6:24 ` [Buildroot] [PATCH 1/2] libpcap: remove unrecognized canusb option Baruch Siach
@ 2019-02-02 21:56 ` Peter Korsgaard
  2 siblings, 0 replies; 6+ messages in thread
From: Peter Korsgaard @ 2019-02-02 21:56 UTC (permalink / raw)
  To: buildroot

>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > canusb has been removed since version 1.8.1 and
 > https://github.com/the-tcpdump-group/libpcap/commit/93ca5ff7030aaf1219e1de05ec89a68384bfc50b

 > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Buildroot] [PATCH 2/2] libpcap: add support for bluez5_utils
  2019-01-29 22:33 ` [Buildroot] [PATCH 2/2] libpcap: add support for bluez5_utils Fabrice Fontaine
  2019-01-30  6:29   ` Baruch Siach
@ 2019-02-02 21:56   ` Peter Korsgaard
  1 sibling, 0 replies; 6+ messages in thread
From: Peter Korsgaard @ 2019-02-02 21:56 UTC (permalink / raw)
  To: buildroot

>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > bluez5_utils support has been added since version 1.8.0 and
 > https://github.com/the-tcpdump-group/libpcap/commit/b3776f3d50df9de9fcf702bd21a3ecb2539ffef4

 > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2019-02-02 21:56 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-29 22:33 [Buildroot] [PATCH 1/2] libpcap: remove unrecognized canusb option Fabrice Fontaine
2019-01-29 22:33 ` [Buildroot] [PATCH 2/2] libpcap: add support for bluez5_utils Fabrice Fontaine
2019-01-30  6:29   ` Baruch Siach
2019-02-02 21:56   ` Peter Korsgaard
2019-01-30  6:24 ` [Buildroot] [PATCH 1/2] libpcap: remove unrecognized canusb option Baruch Siach
2019-02-02 21:56 ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.