[Peter: fix help text, doesn't need fork, file header, license tags]
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
source "package/libnfc-llcp/Config.in"
source "package/libqmi/Config.in"
source "package/libserial/Config.in"
+source "package/libsoc/Config.in"
source "package/libusb/Config.in"
source "package/libusb-compat/Config.in"
source "package/libv4l/Config.in"
--- /dev/null
+config BR2_PACKAGE_LIBSOC
+ bool "libsoc"
+ help
+ libsoc is a C library for interfacing with common SoC
+ peripherals through generic kernel interfaces
+
+ https://github.com/jackmitch/libsoc
--- /dev/null
+################################################################################
+#
+# libsoc
+#
+################################################################################
+
+LIBSOC_VERSION = 356760dcb93b22d6c67c5232cde2ade8c968c932
+LIBSOC_SITE = http://github.com/jackmitch/libsoc/tarball/$(LIBSOC_VERSION)
+LIBSOC_LICENSE = LGPLv2.1
+LIBSOC_LICENSE_FILES = COPYING
+LIBSOC_AUTORECONF = YES
+LIBSOC_INSTALL_STAGING = YES
+
+$(eval $(autotools-package))
+