build FunKey-OS using FunKey SDK

Signed-off-by: Michel-FK <michel.stempin@funkey-project.com>
This commit is contained in:
Michel-FK
2020-12-27 12:22:36 +01:00
parent 58d32976ee
commit 866ee950c0
53 changed files with 8405 additions and 17 deletions

View File

@@ -0,0 +1,6 @@
config BR2_PACKAGE_LIBINI
bool "libini"
help
Tiny library to help reading INI files.
https://github.com/pcercuei/libini

View File

@@ -0,0 +1,13 @@
#############################################################
#
# libini
#
#############################################################
LIBINI_VERSION = c3413da
LIBINI_SITE_METHOD = git
LIBINI_SITE = https://github.com/FunKey-Project/libini.git
LIBINI_LICENSE = LGPL-2.1
LIBINI_INSTALL_STAGING = YES
$(eval $(cmake-package))