initial buildroot for linux 5.15
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
config BR2_PACKAGE_LIBPLIST
|
||||
bool "libplist"
|
||||
depends on BR2_INSTALL_LIBSTDCPP
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||
help
|
||||
libplist is a client for manipulating Apple Property List
|
||||
(.plist) files
|
||||
|
||||
http://www.libimobiledevice.org/
|
||||
|
||||
comment "libplist needs a toolchain w/ C++, threads"
|
||||
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS
|
||||
@@ -0,0 +1,3 @@
|
||||
# Locally calculated
|
||||
sha256 4a5517e5377ec421df84c586ba85bb4e1d26f11ad203d7d450a907c0156fbd9a libplist-2.2.0.tar.bz2
|
||||
sha256 7619c753cac95d4740220223bde48a032606fcaccde5e546f9bc444c81ab356d COPYING
|
||||
@@ -0,0 +1,19 @@
|
||||
################################################################################
|
||||
#
|
||||
# libplist
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LIBPLIST_VERSION = 2.2.0
|
||||
LIBPLIST_SOURCE = libplist-$(LIBPLIST_VERSION).tar.bz2
|
||||
LIBPLIST_SITE = https://github.com/libimobiledevice/libplist/releases/download/$(LIBPLIST_VERSION)
|
||||
LIBPLIST_INSTALL_STAGING = YES
|
||||
LIBPLIST_LICENSE = LGPL-2.1+
|
||||
LIBPLIST_LICENSE_FILES = COPYING
|
||||
LIBPLIST_CPE_ID_VENDOR = libimobiledevice
|
||||
|
||||
# Disable building Python bindings, because it requires host-cython, which
|
||||
# is not packaged in Buildroot at all.
|
||||
LIBPLIST_CONF_OPTS = --without-cython
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user