mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
bump version to 2022.02.9
add miyoo_defconfig
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
################################################################################
|
||||
#
|
||||
# sdbus-c++
|
||||
#
|
||||
################################################################################
|
||||
|
||||
SDBUS_CPP_VERSION = 1.1.0
|
||||
SDBUS_CPP_SOURCE = v$(SDBUS_CPP_VERSION).tar.gz
|
||||
SDBUS_CPP_SITE = $(call github,Kistler-Group,sdbus-cpp,v$(SDBUS_CPP_VERSION))
|
||||
SDBUS_CPP_INSTALL_STAGING = YES
|
||||
SDBUS_CPP_DEPENDENCIES = host-pkgconf systemd
|
||||
SDBUS_CPP_LICENSE = LGPL-2.1+ with exception (headers)
|
||||
SDBUS_CPP_LICENSE_FILES = COPYING COPYING-LGPL-Exception
|
||||
|
||||
$(eval $(cmake-package))
|
||||
Reference in New Issue
Block a user