update buildroot to 2017.02.11
This commit is contained in:
18
bsp/buildroot-2017.02.11/package/granite/Config.in
Normal file
18
bsp/buildroot-2017.02.11/package/granite/Config.in
Normal file
@@ -0,0 +1,18 @@
|
||||
config BR2_PACKAGE_GRANITE
|
||||
bool "granite"
|
||||
depends on BR2_USE_WCHAR
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||
depends on BR2_USE_MMU # fork()
|
||||
depends on BR2_PACKAGE_LIBGTK3
|
||||
select BR2_PACKAGE_LIBGEE
|
||||
select BR2_PACKAGE_LIBGLIB2
|
||||
help
|
||||
An extension to GTK+ that provides several useful widgets and
|
||||
classes to ease application development.
|
||||
|
||||
https://launchpad.net/granite
|
||||
|
||||
comment "granite needs libgtk3 and a toolchain w/ wchar, threads"
|
||||
depends on BR2_USE_MMU
|
||||
depends on !BR2_PACKAGE_LIBGTK3 || !BR2_USE_WCHAR \
|
||||
|| !BR2_TOOLCHAIN_HAS_THREADS
|
||||
4
bsp/buildroot-2017.02.11/package/granite/granite.hash
Normal file
4
bsp/buildroot-2017.02.11/package/granite/granite.hash
Normal file
@@ -0,0 +1,4 @@
|
||||
# From https://launchpad.net/granite/0.4/0.4.0.1/+download/granite-0.4.0.1.tar.xz/+md5
|
||||
md5 db41150ca6e77162392362686e848086 granite-0.4.0.1.tar.xz
|
||||
# Calculated based on the hash above
|
||||
sha256 95a142a8befeedc35a089d638e759b657905508dc3007036d6c1fa3efe94c4dd granite-0.4.0.1.tar.xz
|
||||
16
bsp/buildroot-2017.02.11/package/granite/granite.mk
Normal file
16
bsp/buildroot-2017.02.11/package/granite/granite.mk
Normal file
@@ -0,0 +1,16 @@
|
||||
################################################################################
|
||||
#
|
||||
# granite
|
||||
#
|
||||
################################################################################
|
||||
|
||||
GRANITE_VERSION_MAJOR = 0.4
|
||||
GRANITE_VERSION = $(GRANITE_VERSION_MAJOR).0.1
|
||||
GRANITE_SITE = https://launchpad.net/granite/$(GRANITE_VERSION_MAJOR)/$(GRANITE_VERSION)/+download
|
||||
GRANITE_SOURCE = granite-$(GRANITE_VERSION).tar.xz
|
||||
GRANITE_DEPENDENCIES = host-pkgconf host-vala libgee libglib2 libgtk3
|
||||
GRANITE_INSTALL_STAGING = YES
|
||||
GRANITE_LICENSE = LGPLv3+
|
||||
GRANITE_LICENSE_FILES = COPYING
|
||||
|
||||
$(eval $(cmake-package))
|
||||
Reference in New Issue
Block a user