mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 06:36:34 +00:00
package/wavemon: bump to version 0.8.1
No need to fetch the musl patch from upstream anymore. Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
dbc108d672
commit
5fa89d2ca8
@ -1,3 +1,2 @@
|
|||||||
# Locally calculated
|
# Locally calculated
|
||||||
sha256 81ee1f06f8349fee62e98ec5b53dff5b76c4d8fcb439f20cca806255239e3a2a wavemon-v0.8.0.tar.gz
|
sha256 c9ea57da4f8161401bcaaca17b37bcdf16ffb88baad2370afed2e15a7f71af73 wavemon-v0.8.1.tar.gz
|
||||||
sha256 681b86ef1469df8f7091040258dd01169bea2a7df294185c35bc867725deab2f 01e987a032b81af7bbeba1c439759d750dc1f398.patch
|
|
||||||
|
@ -4,15 +4,12 @@
|
|||||||
#
|
#
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
WAVEMON_VERSION = v0.8.0
|
WAVEMON_VERSION = v0.8.1
|
||||||
WAVEMON_SITE = $(call github,uoaerg,wavemon,$(WAVEMON_VERSION))
|
WAVEMON_SITE = $(call github,uoaerg,wavemon,$(WAVEMON_VERSION))
|
||||||
WAVEMON_LICENSE = GPLv3+
|
WAVEMON_LICENSE = GPLv3+
|
||||||
WAVEMON_LICENSE_FILES = COPYING
|
WAVEMON_LICENSE_FILES = COPYING
|
||||||
WAVEMON_DEPENDENCIES = host-pkgconf libnl ncurses
|
WAVEMON_DEPENDENCIES = host-pkgconf libnl ncurses
|
||||||
|
|
||||||
# Fix musl build issue
|
|
||||||
WAVEMON_PATCH = https://github.com/uoaerg/wavemon/commit/01e987a032b81af7bbeba1c439759d750dc1f398.patch
|
|
||||||
|
|
||||||
# Handwritten Makefile.in, automake isn't used
|
# Handwritten Makefile.in, automake isn't used
|
||||||
WAVEMON_MAKE_OPTS = CC="$(TARGET_CC)"
|
WAVEMON_MAKE_OPTS = CC="$(TARGET_CC)"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user