ympd: bump version
First patch is removed because a solution was found upstream. The second one needs to be sent. Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
9d79ce0bbd
commit
0d7e33f67c
@ -1,24 +0,0 @@
|
|||||||
Do not build the mkdata tool
|
|
||||||
|
|
||||||
The mkdata tool is needed on the host, during the build, so building
|
|
||||||
it for the target does not work when cross-compiling. Buildroot will
|
|
||||||
manually build mkdata before starting the ympd build.
|
|
||||||
|
|
||||||
Upstream is looking into a proper solution.
|
|
||||||
|
|
||||||
Signed-off-by: Eric Limpens <Limpens@Gmail.com>
|
|
||||||
|
|
||||||
Index: b/CMakeLists.txt
|
|
||||||
===================================================================
|
|
||||||
--- a/CMakeLists.txt
|
|
||||||
+++ b/CMakeLists.txt
|
|
||||||
@@ -28,9 +28,6 @@
|
|
||||||
htdocs/index.html
|
|
||||||
)
|
|
||||||
|
|
||||||
-add_executable(mkdata htdocs/mkdata.c)
|
|
||||||
-get_target_property(MKDATA_EXE mkdata LOCATION)
|
|
||||||
-
|
|
||||||
add_custom_command(OUTPUT ${PROJECT_BINARY_DIR}/assets.c
|
|
||||||
COMMAND ${MKDATA_EXE} ${RESOURCES} > ${PROJECT_BINARY_DIR}/assets.c
|
|
||||||
WORKING_DIRECTORY ${PROJECT_SOURCE_DIR}
|
|
@ -4,7 +4,7 @@
|
|||||||
#
|
#
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
YMPD_VERSION = a98d760dddff4b0dd595d977c9077f34beff05c5
|
YMPD_VERSION = v1.2.3
|
||||||
YMPD_SITE = $(call github,notandy,ympd,$(YMPD_VERSION))
|
YMPD_SITE = $(call github,notandy,ympd,$(YMPD_VERSION))
|
||||||
YMPD_LICENSE = GPLv2
|
YMPD_LICENSE = GPLv2
|
||||||
YMPD_LICENSE_FILES = LICENSE
|
YMPD_LICENSE_FILES = LICENSE
|
||||||
|
Loading…
Reference in New Issue
Block a user