mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-31 07:06:36 +00:00
package/dnsmasq: bump version to 2.80
Also automatically enable UBus support when UBus itself is enabled. Signed-off-by: Jan Willem Janssen <j.w.janssen@lxtreme.nl> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
be0aaaaecd
commit
26c876cd07
@ -1,6 +1,7 @@
|
|||||||
# Locally calculated after checking pgp signature
|
# Locally calculated after checking pgp signature
|
||||||
# http://www.thekelleys.org.uk/dnsmasq/dnsmasq-2.79.tar.xz.asc
|
# http://www.thekelleys.org.uk/dnsmasq/dnsmasq-2.79.tar.xz.asc
|
||||||
sha256 78ad74f5ca14fd85a8bac93f764cd9d60b27579e90eabd3687ca7b030e67861f dnsmasq-2.79.tar.xz
|
sha256 78ad74f5ca14fd85a8bac93f764cd9d60b27579e90eabd3687ca7b030e67861f dnsmasq-2.79.tar.xz
|
||||||
|
sha256 cdaba2785e92665cf090646cba6f94812760b9d7d8c8d0cfb07ac819377a63bb dnsmasq-2.80.tar.xz
|
||||||
# Locally calculated
|
# Locally calculated
|
||||||
sha256 dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa COPYING
|
sha256 dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa COPYING
|
||||||
sha256 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903 COPYING-v3
|
sha256 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903 COPYING-v3
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
#
|
#
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
DNSMASQ_VERSION = 2.79
|
DNSMASQ_VERSION = 2.80
|
||||||
DNSMASQ_SOURCE = dnsmasq-$(DNSMASQ_VERSION).tar.xz
|
DNSMASQ_SOURCE = dnsmasq-$(DNSMASQ_VERSION).tar.xz
|
||||||
DNSMASQ_SITE = http://thekelleys.org.uk/dnsmasq
|
DNSMASQ_SITE = http://thekelleys.org.uk/dnsmasq
|
||||||
DNSMASQ_MAKE_ENV = $(TARGET_MAKE_ENV) CC="$(TARGET_CC)"
|
DNSMASQ_MAKE_ENV = $(TARGET_MAKE_ENV) CC="$(TARGET_CC)"
|
||||||
@ -67,6 +67,11 @@ define DNSMASQ_INSTALL_DBUS
|
|||||||
endef
|
endef
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_UBUS),y)
|
||||||
|
DNSMASQ_DEPENDENCIES += ubus
|
||||||
|
DNSMASQ_COPTS += -DHAVE_UBUS
|
||||||
|
endif
|
||||||
|
|
||||||
define DNSMASQ_FIX_PKGCONFIG
|
define DNSMASQ_FIX_PKGCONFIG
|
||||||
$(SED) 's^PKG_CONFIG = pkg-config^PKG_CONFIG = $(PKG_CONFIG_HOST_BINARY)^' \
|
$(SED) 's^PKG_CONFIG = pkg-config^PKG_CONFIG = $(PKG_CONFIG_HOST_BINARY)^' \
|
||||||
$(DNSMASQ_DIR)/Makefile
|
$(DNSMASQ_DIR)/Makefile
|
||||||
|
Loading…
x
Reference in New Issue
Block a user