summaryrefslogtreecommitdiffstats
path: root/meta/packages/tar/tar_1.17.bb
blob: 729aecc9843bcc8ede5e997c58e874038beee3fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
require tar.inc

LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"

PR = "r0"

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

SRC_URI[md5sum] = "c6c4f1c075dbf0f75c29737faa58f290"
SRC_URI[sha256sum] = "19f9021dda51a16295e4706e80870e71f87107675e51c176a491eba0fc4ca492"

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