Move all to deprecated folder.
This commit is contained in:
11
deprecated/firmware/buildroot/package/libsoc/Config.in
Normal file
11
deprecated/firmware/buildroot/package/libsoc/Config.in
Normal file
@@ -0,0 +1,11 @@
|
||||
config BR2_PACKAGE_LIBSOC
|
||||
bool "libsoc"
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||
help
|
||||
libsoc is a C library for interfacing with common SoC
|
||||
peripherals through generic kernel interfaces
|
||||
|
||||
https://github.com/jackmitch/libsoc
|
||||
|
||||
comment "libsoc needs a toolchain w/ threads"
|
||||
depends on !BR2_TOOLCHAIN_HAS_THREADS
|
||||
2
deprecated/firmware/buildroot/package/libsoc/libsoc.hash
Normal file
2
deprecated/firmware/buildroot/package/libsoc/libsoc.hash
Normal file
@@ -0,0 +1,2 @@
|
||||
# Locally calculated
|
||||
sha256 fc7f4c4ec5cc694833f27d91603aaaa6a43e8100ab26bac47f553753c8d45ac0 libsoc-0.7.1.tar.gz
|
||||
14
deprecated/firmware/buildroot/package/libsoc/libsoc.mk
Normal file
14
deprecated/firmware/buildroot/package/libsoc/libsoc.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# libsoc
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LIBSOC_VERSION = 0.7.1
|
||||
LIBSOC_SITE = $(call github,jackmitch,libsoc,$(LIBSOC_VERSION))
|
||||
LIBSOC_LICENSE = LGPLv2.1
|
||||
LIBSOC_LICENSE_FILES = COPYING
|
||||
LIBSOC_AUTORECONF = YES
|
||||
LIBSOC_INSTALL_STAGING = YES
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user