diff options
| author | Anuj Mittal <anuj.mittal@intel.com> | 2021-01-20 15:40:50 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-01-20 22:46:18 +0000 |
| commit | 11c6e7b73e9123f54e00a0c6780d8e7ebaa5b500 (patch) | |
| tree | f7ea8e201c62723619819097069590dc498da794 /meta/recipes-devtools/diffstat/diffstat_1.63.bb | |
| parent | 53776f76a54502793562fd783eafc089c04e24d7 (diff) | |
| download | poky-11c6e7b73e9123f54e00a0c6780d8e7ebaa5b500.tar.gz | |
diffstat: upgrade 1.63 -> 1.64
License-Update: copyright years changed
(From OE-Core rev: 503eb1a94a7455762faec8319aa9f7f25ad7126a)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/diffstat/diffstat_1.63.bb')
| -rw-r--r-- | meta/recipes-devtools/diffstat/diffstat_1.63.bb | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/meta/recipes-devtools/diffstat/diffstat_1.63.bb b/meta/recipes-devtools/diffstat/diffstat_1.63.bb deleted file mode 100644 index 863f924b22..0000000000 --- a/meta/recipes-devtools/diffstat/diffstat_1.63.bb +++ /dev/null | |||
| @@ -1,29 +0,0 @@ | |||
| 1 | SUMMARY = "Tool to produce a statistics based on a diff" | ||
| 2 | DESCRIPTION = "diffstat reads the output of diff and displays a histogram of \ | ||
| 3 | the insertions, deletions, and modifications per-file. It is useful for \ | ||
| 4 | reviewing large, complex patch files." | ||
| 5 | HOMEPAGE = "http://invisible-island.net/diffstat/" | ||
| 6 | SECTION = "devel" | ||
| 7 | LICENSE = "MIT" | ||
| 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=a3d0bb117493e804b0c1a868ddf23321" | ||
| 9 | |||
| 10 | SRC_URI = "http://invisible-mirror.net/archives/${BPN}/${BP}.tgz \ | ||
| 11 | file://run-ptest \ | ||
| 12 | file://avoid-check-user-break-cc.patch \ | ||
| 13 | file://0001-aclocal.m4-add-missing-header-defines.patch \ | ||
| 14 | " | ||
| 15 | |||
| 16 | SRC_URI[md5sum] = "b9272ec8af6257103261ec3622692991" | ||
| 17 | SRC_URI[sha256sum] = "7eddd53401b99b90bac3f7ebf23dd583d7d99c6106e67a4f1161b7a20110dc6f" | ||
| 18 | |||
| 19 | inherit autotools gettext ptest | ||
| 20 | |||
| 21 | EXTRA_AUTORECONF += "--exclude=aclocal" | ||
| 22 | |||
| 23 | LDFLAGS += "${TOOLCHAIN_OPTIONS}" | ||
| 24 | |||
| 25 | do_install_ptest() { | ||
| 26 | cp -r ${S}/testing ${D}${PTEST_PATH} | ||
| 27 | } | ||
| 28 | |||
| 29 | BBCLASSEXTEND = "nativesdk" | ||
