diff options
author | Laurent Bonnans <laurent.bonnans@here.com> | 2018-01-23 17:41:25 +0100 |
---|---|---|
committer | Laurent Bonnans <laurent.bonnans@here.com> | 2018-01-25 09:56:23 +0100 |
commit | 45bd8d6995119b84d9622dd8ce3d1fedfa2ed0ef (patch) | |
tree | 90de78e5a7e3b5e059a2386de8278dd3c02da55c /recipes-sota/asn1c | |
parent | 9d3aceebc2398349282ef9ff340fa7fd68652cc0 (diff) | |
download | meta-updater-45bd8d6995119b84d9622dd8ce3d1fedfa2ed0ef.tar.gz |
Add asn1c dependency for aktualizr
Diffstat (limited to 'recipes-sota/asn1c')
-rw-r--r-- | recipes-sota/asn1c/asn1c.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes-sota/asn1c/asn1c.bb b/recipes-sota/asn1c/asn1c.bb new file mode 100644 index 0000000..7539825 --- /dev/null +++ b/recipes-sota/asn1c/asn1c.bb | |||
@@ -0,0 +1,16 @@ | |||
1 | SUMMARY = "ASN.1 to C compiler" | ||
2 | DESCRIPTION = "Generates serialization routines from ASN.1 schemas" | ||
3 | HOMEPAGE = "http://lionet.info/asn1c" | ||
4 | SECTION = "base" | ||
5 | LICENSE = "BSD" | ||
6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=ee8bfaaa7d71cf3edb079475e6716d4b" | ||
7 | |||
8 | inherit autotools native | ||
9 | |||
10 | PV = "0.9.28" | ||
11 | SRC_URI = "https://github.com/vlm/asn1c/releases/download/v${PV}/asn1c-${PV}.tar.gz" | ||
12 | SRC_URI[sha256sum] = "8007440b647ef2dd9fb73d931c33ac11764e6afb2437dbe638bb4e5fc82386b9" | ||
13 | |||
14 | BBCLASSEXTEND = "native nativesdk" | ||
15 | |||
16 | # vim:set ts=4 sw=4 sts=4 expandtab: | ||