mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 05:36:32 +00:00
libcue: bump to version 2.2.0
Update to cmake infrastructure COPYING has been replaced by LICENSE Add hash for license file Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
3f1f0244cd
commit
460a0289e3
@ -1,2 +1,3 @@
|
|||||||
# Locally computed:
|
# Locally computed:
|
||||||
sha256 c3c46d58cebf15b3fe07e6f649014694d338ddd880e941bfb1fd3cedae66c62f libcue-v1.4.0.tar.gz
|
sha256 328f14b8ae0a6b8d4c96928b53b88a86d72a354b4da9d846343c78ba36022879 libcue-v2.2.0.tar.gz
|
||||||
|
sha256 c388d36583fa54e13b6d73ad924d0b68d073ed8a5771e17cb49104705df4504f LICENSE
|
||||||
|
@ -4,20 +4,11 @@
|
|||||||
#
|
#
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
LIBCUE_VERSION = v1.4.0
|
LIBCUE_VERSION = v2.2.0
|
||||||
LIBCUE_SITE = $(call github,lipnitsk,libcue,$(LIBCUE_VERSION))
|
LIBCUE_SITE = $(call github,lipnitsk,libcue,$(LIBCUE_VERSION))
|
||||||
LIBCUE_LICENSE = GPL-2.0, BSD-2-Clause (rem.c)
|
LIBCUE_LICENSE = GPL-2.0, BSD-2-Clause (rem.c)
|
||||||
LIBCUE_LICENSE_FILES = COPYING
|
LIBCUE_LICENSE_FILES = LICENSE
|
||||||
LIBCUE_DEPENDENCIES = host-bison host-flex flex
|
LIBCUE_DEPENDENCIES = host-bison host-flex flex
|
||||||
LIBCUE_INSTALL_STAGING = YES
|
LIBCUE_INSTALL_STAGING = YES
|
||||||
LIBCUE_AUTORECONF = YES
|
|
||||||
|
|
||||||
LIBCUE_MAKE = $(MAKE1)
|
$(eval $(cmake-package))
|
||||||
|
|
||||||
# Needed for autoreconf
|
|
||||||
define LIBCUE_MAKE_CONFIG_DIR
|
|
||||||
mkdir $(@D)/config
|
|
||||||
endef
|
|
||||||
LIBCUE_POST_EXTRACT_HOOKS += LIBCUE_MAKE_CONFIG_DIR
|
|
||||||
|
|
||||||
$(eval $(autotools-package))
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user