mirror of
https://git.yoctoproject.org/poky
synced 2026-09-14 21:49:33 +02:00
cpio: add version 2.11 (GPLv3)
This is the most recent version of cpio. Recipe derived from OpenEmbedded's recipe for cpio v2.5. Signed-off-by: Scott Garman <scott.a.garman@intel.com>
This commit is contained in:
13
meta/recipes-extended/cpio/cpio-2.11/statdef.patch
Normal file
13
meta/recipes-extended/cpio/cpio-2.11/statdef.patch
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
# Avoid multiple stat definitions
|
||||||
|
# Patch taken from cpio mailing list posting 2010-03-19
|
||||||
|
|
||||||
|
diff -urN cpio-2.11.orig/src/filetypes.h cpio-2.11/src/filetypes.h
|
||||||
|
--- cpio-2.11.orig/src/filetypes.h 2010-02-12 02:19:23.000000000 -0800
|
||||||
|
+++ cpio-2.11/src/filetypes.h 2010-07-23 13:17:25.000000000 -0700
|
||||||
|
@@ -82,4 +82,6 @@
|
||||||
|
#define lstat stat
|
||||||
|
#endif
|
||||||
|
int lstat ();
|
||||||
|
+#ifndef stat
|
||||||
|
int stat ();
|
||||||
|
+#endif
|
||||||
9
meta/recipes-extended/cpio/cpio_2.11.bb
Normal file
9
meta/recipes-extended/cpio/cpio_2.11.bb
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
include cpio_v2.inc
|
||||||
|
|
||||||
|
LICENSE = "GPLv3"
|
||||||
|
LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949"
|
||||||
|
|
||||||
|
PR = "r0"
|
||||||
|
|
||||||
|
SRC_URI[md5sum] = "20fc912915c629e809f80b96b2e75d7d"
|
||||||
|
SRC_URI[sha256sum] = "bb820bfd96e74fc6ce43104f06fe733178517e7f5d1cdee553773e8eff7d5bbd"
|
||||||
Reference in New Issue
Block a user