initial buildroot for linux 5.15
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
config BR2_PACKAGE_LIBRAW1394
|
||||
bool "libraw1394"
|
||||
help
|
||||
libraw1394 provides direct access to the IEEE 1394 bus through
|
||||
the Linux 1394 subsystem's raw1394 user space interface.
|
||||
|
||||
http://sourceforge.net/projects/libraw1394/
|
||||
@@ -0,0 +1,4 @@
|
||||
# From https://www.kernel.org/pub/linux/libs/ieee1394/sha256sums.asc
|
||||
sha256 03ccc69761d22c7deb1127fc301010dd13e70e44bb7134b8ff0d07590259a55e libraw1394-2.1.2.tar.xz
|
||||
# Locally computed
|
||||
sha256 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509 COPYING.LIB
|
||||
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# libraw1394
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LIBRAW1394_VERSION = 2.1.2
|
||||
LIBRAW1394_SOURCE = libraw1394-$(LIBRAW1394_VERSION).tar.xz
|
||||
LIBRAW1394_SITE = $(BR2_KERNEL_MIRROR)/linux/libs/ieee1394
|
||||
LIBRAW1394_INSTALL_STAGING = YES
|
||||
LIBRAW1394_LICENSE = LGPL-2.1+
|
||||
LIBRAW1394_LICENSE_FILES = COPYING.LIB
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user