Move all to deprecated folder.
This commit is contained in:
20
deprecated/firmware/buildroot/package/cpio/cpio.mk
Normal file
20
deprecated/firmware/buildroot/package/cpio/cpio.mk
Normal file
@@ -0,0 +1,20 @@
|
||||
################################################################################
|
||||
#
|
||||
# cpio
|
||||
#
|
||||
################################################################################
|
||||
|
||||
CPIO_VERSION = 2.12
|
||||
CPIO_SITE = http://ftp.gnu.org/gnu/cpio
|
||||
CPIO_CONF_OPTS = --bindir=/bin
|
||||
CPIO_DEPENDENCIES = $(if $(BR2_PACKAGE_BUSYBOX),busybox)
|
||||
CPIO_LICENSE = GPLv3+
|
||||
CPIO_LICENSE_FILES = COPYING
|
||||
|
||||
# cpio uses argp.h which is not provided by uclibc or musl by default.
|
||||
# Use the argp-standalone package to provide this.
|
||||
ifeq ($(BR2_PACKAGE_ARGP_STANDALONE),y)
|
||||
CPIO_DEPENDENCIES += argp-standalone
|
||||
endif
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user