mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
14
package/easydbus/Config.in
Normal file
14
package/easydbus/Config.in
Normal file
@@ -0,0 +1,14 @@
|
||||
config BR2_PACKAGE_EASYDBUS
|
||||
bool "easydbus"
|
||||
depends on BR2_USE_WCHAR # libglib2
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS # libglib2
|
||||
depends on BR2_USE_MMU # libglib2
|
||||
select BR2_PACKAGE_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
package/easydbus/easydbus.hash
Normal file
2
package/easydbus/easydbus.hash
Normal file
@@ -0,0 +1,2 @@
|
||||
# Locally calculated
|
||||
sha256 4626d6af3d9000d7e6ee9723abba7cd5f01d1c52420a80d8259dfa2d884faa11 easydbus-b86721147b265dfefc9a857669408cb6eb3d6560.tar.gz
|
||||
13
package/easydbus/easydbus.mk
Normal file
13
package/easydbus/easydbus.mk
Normal file
@@ -0,0 +1,13 @@
|
||||
################################################################################
|
||||
#
|
||||
# easydbus
|
||||
#
|
||||
################################################################################
|
||||
|
||||
EASYDBUS_VERSION = b86721147b265dfefc9a857669408cb6eb3d6560
|
||||
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