diff options
Diffstat (limited to 'recipes-sota/garage-sign/garage-sign.bb')
| -rw-r--r-- | recipes-sota/garage-sign/garage-sign.bb | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/recipes-sota/garage-sign/garage-sign.bb b/recipes-sota/garage-sign/garage-sign.bb deleted file mode 100644 index d5388bc..0000000 --- a/recipes-sota/garage-sign/garage-sign.bb +++ /dev/null | |||
| @@ -1,34 +0,0 @@ | |||
| 1 | SUMMARY = "garage-sign" | ||
| 2 | DESCRIPTION = "Metadata signing tool for ATS Garage" | ||
| 3 | HOMEPAGE = "https://ats-tuf-cli-releases.s3-eu-central-1.amazonaws.com/index.html" | ||
| 4 | SECTION = "base" | ||
| 5 | LICENSE = "CLOSED" | ||
| 6 | LIC_FILES_CHKSUM = "file://${S}/docs/LICENSE;md5=3025e77db7bd3f1d616b3ffd11d54c94" | ||
| 7 | DEPENDS = "" | ||
| 8 | |||
| 9 | PV = "0.2.0-35-g0544c33" | ||
| 10 | |||
| 11 | SRC_URI = " \ | ||
| 12 | https://ats-tuf-cli-releases.s3-eu-central-1.amazonaws.com/cli-${PV}.tgz \ | ||
| 13 | " | ||
| 14 | |||
| 15 | SRC_URI[md5sum] = "1546e06d1e747f67aee5ed7096bf1c74" | ||
| 16 | SRC_URI[sha256sum] = "1432348bca8ca5ad75df1218f348f480d429d7509d6454deb6e16ff31c5e08fc" | ||
| 17 | |||
| 18 | S = "${WORKDIR}/${BPN}" | ||
| 19 | |||
| 20 | BBCLASSEXTEND =+ "native" | ||
| 21 | |||
| 22 | do_install() { | ||
| 23 | install -d ${D}${bindir} | ||
| 24 | install -m "0755" -t ${D}${bindir} ${S}/bin/* | ||
| 25 | install -d ${D}${libdir} | ||
| 26 | install -m "0644" -t ${D}${libdir} ${S}/lib/* | ||
| 27 | } | ||
| 28 | |||
| 29 | FILES_${PN} = " \ | ||
| 30 | /usr/bin \ | ||
| 31 | /usr/bin/garage-sign.bat \ | ||
| 32 | /usr/bin/garage-sign \ | ||
| 33 | /usr/lib/* \ | ||
| 34 | " | ||
