summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/cpio/cpio_2.8.bb
blob: be9a64735b479101b53d846907e714b7cde0dfb7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
require cpio_v2.inc

LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=b7f772ea3a2489231cb4872656cac34b"

PR = "r0"

SRC_URI += "file://m4extensions.patch"

SRC_URI[md5sum] = "0caa356e69e149fb49b76bacc64615a1"
SRC_URI[sha256sum] = "601b1d774cd6e4cd39416203c91ec59dbd65dd27d79d75e1a9b89497ea643978"

# Required to build with gcc 4.3 and later:
CFLAGS += "-fgnu89-inline"