xref: /OK3568_Linux_fs/yocto/meta-browser/meta-firefox/recipes-devtools/cbindgen/cbindgen_0.23.0.bb (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1# Auto-Generated by cargo-bitbake 0.3.15
2#
3inherit cargo
4
5# If this is git based prefer versioned ones if they exist
6# DEFAULT_PREFERENCE = "-1"
7
8# how to get cbindgen could be as easy as but default to a git checkout:
9# SRC_URI += "crate://crates.io/cbindgen/0.23.0"
10SRC_URI += "git://github.com/eqrion/cbindgen.git;protocol=https;nobranch=1"
11SRCREV = "c732069b2e8b899149a54c26539b843237b85d74"
12S = "${WORKDIR}/git"
13CARGO_SRC_DIR = ""
14
15BBCLASSEXTEND = "native"
16
17# please note if you have entries that do not begin with crate://
18# you must change them to how that package can be fetched
19SRC_URI += " \
20    crate://crates.io/atty/0.2.14 \
21    crate://crates.io/autocfg/1.1.0 \
22    crate://crates.io/bitflags/1.3.2 \
23    crate://crates.io/cfg-if/1.0.0 \
24    crate://crates.io/clap/3.1.6 \
25    crate://crates.io/fastrand/1.7.0 \
26    crate://crates.io/hashbrown/0.11.2 \
27    crate://crates.io/heck/0.4.0 \
28    crate://crates.io/hermit-abi/0.1.19 \
29    crate://crates.io/indexmap/1.8.0 \
30    crate://crates.io/instant/0.1.12 \
31    crate://crates.io/itoa/1.0.1 \
32    crate://crates.io/lazy_static/1.4.0 \
33    crate://crates.io/libc/0.2.121 \
34    crate://crates.io/lock_api/0.4.6 \
35    crate://crates.io/log/0.4.16 \
36    crate://crates.io/memchr/2.4.1 \
37    crate://crates.io/os_str_bytes/6.0.0 \
38    crate://crates.io/parking_lot/0.11.2 \
39    crate://crates.io/parking_lot_core/0.8.5 \
40    crate://crates.io/proc-macro2/1.0.36 \
41    crate://crates.io/quote/1.0.17 \
42    crate://crates.io/redox_syscall/0.2.12 \
43    crate://crates.io/remove_dir_all/0.5.3 \
44    crate://crates.io/ryu/1.0.9 \
45    crate://crates.io/scopeguard/1.1.0 \
46    crate://crates.io/serde/1.0.136 \
47    crate://crates.io/serde_derive/1.0.136 \
48    crate://crates.io/serde_json/1.0.79 \
49    crate://crates.io/serial_test/0.5.1 \
50    crate://crates.io/serial_test_derive/0.5.1 \
51    crate://crates.io/smallvec/1.8.0 \
52    crate://crates.io/strsim/0.10.0 \
53    crate://crates.io/syn/1.0.89 \
54    crate://crates.io/tempfile/3.3.0 \
55    crate://crates.io/termcolor/1.1.3 \
56    crate://crates.io/textwrap/0.15.0 \
57    crate://crates.io/toml/0.5.8 \
58    crate://crates.io/unicode-xid/0.2.2 \
59    crate://crates.io/winapi-i686-pc-windows-gnu/0.4.0 \
60    crate://crates.io/winapi-util/0.1.5 \
61    crate://crates.io/winapi-x86_64-pc-windows-gnu/0.4.0 \
62    crate://crates.io/winapi/0.3.9 \
63"
64
65
66
67# FIXME: update generateme with the real MD5 of the license file
68LIC_FILES_CHKSUM = " \
69    file://LICENSE;md5=9741c346eef56131163e13b9db1241b3 \
70"
71
72SUMMARY = "A tool for generating C bindings to Rust code."
73HOMEPAGE = "https://github.com/eqrion/cbindgen/"
74LICENSE = "MPL-2.0"
75
76# includes this file if it exists but does not fail
77# this is useful for anything you may want to override from
78# what cargo-bitbake generates.
79include cbindgen-${PV}.inc
80include cbindgen.inc
81