Bump buildroot to version 2017-02
TG-3 #closed
This commit is contained in:
14
bsp/buildroot/package/easydbus/Config.in
Normal file
14
bsp/buildroot/package/easydbus/Config.in
Normal file
@@ -0,0 +1,14 @@
|
||||
config BR2_PACKAGE_EASYDBUS
|
||||
bool "easydbus"
|
||||
select BR2_PACKAGE_LIBGLIB2
|
||||
depends on BR2_USE_WCHAR # libglib2
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS # libglib2
|
||||
depends on BR2_USE_MMU # libglib2
|
||||
help
|
||||
Easy to use DBus library for Lua.
|
||||
|
||||
https://github.com/mniestroj/easydbus
|
||||
|
||||
comment "easydbus needs a toolchain w/ wchar, threads"
|
||||
depends on BR2_USE_MMU
|
||||
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
|
||||
2
bsp/buildroot/package/easydbus/easydbus.hash
Normal file
2
bsp/buildroot/package/easydbus/easydbus.hash
Normal file
@@ -0,0 +1,2 @@
|
||||
# Locally calculated
|
||||
sha256 3e5907664f5dfebbc0e652faf87564fd58dbd639742f442c100ef2db8be46e52 easydbus-59c340f2cd2c92ded82f9d4436866847f295faab.tar.gz
|
||||
13
bsp/buildroot/package/easydbus/easydbus.mk
Normal file
13
bsp/buildroot/package/easydbus/easydbus.mk
Normal file
@@ -0,0 +1,13 @@
|
||||
################################################################################
|
||||
#
|
||||
# easydbus
|
||||
#
|
||||
################################################################################
|
||||
|
||||
EASYDBUS_VERSION = 59c340f2cd2c92ded82f9d4436866847f295faab
|
||||
EASYDBUS_SITE = $(call github,mniestroj,easydbus,$(EASYDBUS_VERSION))
|
||||
EASYDBUS_DEPENDENCIES = luainterpreter libglib2
|
||||
EASYDBUS_LICENSE = MIT
|
||||
EASYDBUS_LICENSE_FILES = LICENSE
|
||||
|
||||
$(eval $(cmake-package))
|
||||
Reference in New Issue
Block a user