diff options
Diffstat (limited to 'meta/recipes-devtools/shasum/shasum.inc')
| -rw-r--r-- | meta/recipes-devtools/shasum/shasum.inc | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/meta/recipes-devtools/shasum/shasum.inc b/meta/recipes-devtools/shasum/shasum.inc deleted file mode 100644 index d5f1e8b928..0000000000 --- a/meta/recipes-devtools/shasum/shasum.inc +++ /dev/null | |||
| @@ -1,23 +0,0 @@ | |||
| 1 | SUMMARY = "A simple tool to create sha256 hashes from a file" | ||
| 2 | LICENSE = "LGPL" | ||
| 3 | |||
| 4 | PR = "r1" | ||
| 5 | |||
| 6 | S = "${WORKDIR}" | ||
| 7 | |||
| 8 | SRC_URI = "file://main.c \ | ||
| 9 | file://mhash_sha256.h \ | ||
| 10 | file://sha256.c " | ||
| 11 | |||
| 12 | do_configure() { | ||
| 13 | : | ||
| 14 | } | ||
| 15 | |||
| 16 | do_compile() { | ||
| 17 | $CC $CFLAGS $CPPFLAGS -o oe_sha256sum main.c sha256.c | ||
| 18 | } | ||
| 19 | |||
| 20 | do_install() { | ||
| 21 | install -d ${D}${bindir}/ | ||
| 22 | install ${S}/oe_sha256sum ${D}${bindir}/ | ||
| 23 | } | ||
