All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/udpxy: bump to version 1.0-25.1
@ 2024-02-21 23:01 Fabrice Fontaine
  2024-05-11  7:09 ` Thomas Petazzoni via buildroot
  0 siblings, 1 reply; 2+ messages in thread
From: Fabrice Fontaine @ 2024-02-21 23:01 UTC (permalink / raw)
  To: buildroot; +Cc: David Bachelart, Fabrice Fontaine

- Switch site to get latest release
- Set ALL_CFLAGS to drop -Werror
- Update hash of README (changes not related to license)

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/udpxy/Config.in  |  2 +-
 package/udpxy/udpxy.hash |  4 ++--
 package/udpxy/udpxy.mk   | 12 ++++++------
 3 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/package/udpxy/Config.in b/package/udpxy/Config.in
index f442a2f2fe..84a754bed4 100644
--- a/package/udpxy/Config.in
+++ b/package/udpxy/Config.in
@@ -6,4 +6,4 @@ config BR2_PACKAGE_UDPXY
 	  forwards UDP traffic from a given multicast subscription to
 	  the requesting HTTP client.
 
-	  http://www.udpxy.com/
+	  https://github.com/pcherenkov/udpxy/
diff --git a/package/udpxy/udpxy.hash b/package/udpxy/udpxy.hash
index 8455fcdb1a..e0dbd06a35 100644
--- a/package/udpxy/udpxy.hash
+++ b/package/udpxy/udpxy.hash
@@ -1,3 +1,3 @@
 # Locally computed
-sha256  6ce33b1d14a1aeab4bd2566aca112e41943df4d002a7678d9a715108e6b714bd  udpxy.1.0.23-9-prod.tar.gz
-sha256  60ead3913246c7cd930fe653c0053aba1af2cd9f82b266befdbbd6e0b8ecb750  README
+sha256  a1a16e60895c6b2fd151321db47f5d5373843116f1b98ed9749e6c25a6c44497  udpxy-1.0-25.1.tar.gz
+sha256  aac36b21c5afa931fd0e5d796814e29102a3b1f2742fb8694a26ef135aebf943  README
diff --git a/package/udpxy/udpxy.mk b/package/udpxy/udpxy.mk
index 22467948a5..787f6e58ed 100644
--- a/package/udpxy/udpxy.mk
+++ b/package/udpxy/udpxy.mk
@@ -4,19 +4,19 @@
 #
 ################################################################################
 
-UDPXY_VERSION = 1.0.23-9-prod
-UDPXY_SOURCE = udpxy.$(UDPXY_VERSION).tar.gz
-UDPXY_SITE = http://www.udpxy.com/download/1_23
+UDPXY_VERSION = 1.0-25.1
+UDPXY_SITE = $(call github,pcherenkov,udpxy,$(UDPXY_VERSION))
 UDPXY_LICENSE = GPL-3.0+
 UDPXY_LICENSE_FILES = README
 
 define UDPXY_BUILD_CMDS
-	$(TARGET_MAKE_ENV) $(MAKE) $(TARGET_CONFIGURE_OPTS) -C $(@D)
+	$(TARGET_MAKE_ENV) $(MAKE) $(TARGET_CONFIGURE_OPTS) \
+		ALL_CFLAGS="$(TARGET_CFLAGS)" -C $(@D)/chipmunk
 endef
 
 define UDPXY_INSTALL_TARGET_CMDS
-	$(TARGET_MAKE_ENV) $(MAKE) DESTDIR=$(TARGET_DIR) PREFIX=/usr \
-		-C $(@D) install
+	$(TARGET_MAKE_ENV) $(MAKE) -C $(@D)/chipmunk DESTDIR=$(TARGET_DIR) \
+		PREFIX=/usr -C $(@D)/chipmunk install
 endef
 
 $(eval $(generic-package))
-- 
2.43.0

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2024-05-11  7:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-21 23:01 [Buildroot] [PATCH 1/1] package/udpxy: bump to version 1.0-25.1 Fabrice Fontaine
2024-05-11  7:09 ` Thomas Petazzoni via buildroot

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.