From 55e9c18a3775504798d44d267ac9fce38317bd0d Mon Sep 17 00:00:00 2001 From: Doug Goldstein Date: Wed, 30 May 2018 13:38:21 -0500 Subject: [PATCH] remove recipes-core & recipes-graphics Remove these recipes as I do not believe they are functional since the fixes for #126 were done (removing the modifications to the compiler to allow them to be used). #197 additionally points out that rand-rs has not had a valid commit hash and most of these in some way depend on that so these cannot possibly work in their current form. Removing per #102. Fixes #102. --- .../aho-corasick/aho-corasick-rs_0.2.1.bb | 22 -------------- recipes-core/bitflags/bitflags_0.8.2.bb | 26 ---------------- recipes-core/crypto/crypto-rs_0.2.31.bb | 28 ----------------- recipes-core/dbus/dbus-rs_0.1.0.bb | 20 ------------- .../debug-builders/debug-builders-rs_0.1.0.bb | 19 ------------ recipes-core/getopts/getopts-rs_0.2.11.bb | 23 -------------- recipes-core/lazy-static/lazy-static_0.2.1.bb | 23 -------------- recipes-core/libc/libc-rs_0.2.21.bb | 27 ----------------- recipes-core/log/env-logger-rs_0.3.1.bb | 6 ---- recipes-core/log/log-rs.bb | 4 --- recipes-core/log/log.inc | 22 -------------- recipes-core/memchr/memchr-rs_0.1.11.bb | 22 -------------- recipes-core/num/num-integer_0.1.34.bb | 5 ---- recipes-core/num/num-iter_0.1.34.bb | 6 ---- recipes-core/num/num-traits_0.1.34.bb | 3 -- recipes-core/num/num.inc | 22 -------------- recipes-core/num/num_0.1.34.bb | 9 ------ recipes-core/rand/rand-rs_0.3.14.bb | 23 -------------- recipes-core/regex/regex-rs.bb | 12 -------- recipes-core/regex/regex-syntax-rs.bb | 7 ----- recipes-core/regex/regex.inc | 22 -------------- .../rustc-serialize-rs_0.3.19.bb | 22 -------------- recipes-core/time/time-rs_0.1.38.bb | 23 -------------- recipes-core/udev/libudev-rs_0.1.0.bb | 20 ------------- recipes-core/udev/libudev-rs_0.1.2.bb | 22 -------------- recipes-core/udev/libudev-sys-rs_0.1.1.bb | 22 -------------- recipes-core/udev/libudev-sys-rs_0.1.3.bb | 22 -------------- .../unix-socket/unix-socket-rs_0.4.3.bb | 20 ------------- recipes-graphics/sdl2/sdl2-rs_0.21.0.bb | 12 -------- recipes-graphics/sdl2/sdl2-sys_0.21.0.bb | 8 ----- recipes-graphics/sdl2/sdl2.inc | 21 ------------- recipes-graphics/sdl2_ttf/sdl2-ttf-rs_0.21.bb | 30 ------------------- 32 files changed, 573 deletions(-) delete mode 100644 recipes-core/aho-corasick/aho-corasick-rs_0.2.1.bb delete mode 100644 recipes-core/bitflags/bitflags_0.8.2.bb delete mode 100644 recipes-core/crypto/crypto-rs_0.2.31.bb delete mode 100644 recipes-core/dbus/dbus-rs_0.1.0.bb delete mode 100644 recipes-core/debug-builders/debug-builders-rs_0.1.0.bb delete mode 100644 recipes-core/getopts/getopts-rs_0.2.11.bb delete mode 100644 recipes-core/lazy-static/lazy-static_0.2.1.bb delete mode 100644 recipes-core/libc/libc-rs_0.2.21.bb delete mode 100644 recipes-core/log/env-logger-rs_0.3.1.bb delete mode 100644 recipes-core/log/log-rs.bb delete mode 100644 recipes-core/log/log.inc delete mode 100644 recipes-core/memchr/memchr-rs_0.1.11.bb delete mode 100644 recipes-core/num/num-integer_0.1.34.bb delete mode 100644 recipes-core/num/num-iter_0.1.34.bb delete mode 100644 recipes-core/num/num-traits_0.1.34.bb delete mode 100644 recipes-core/num/num.inc delete mode 100644 recipes-core/num/num_0.1.34.bb delete mode 100644 recipes-core/rand/rand-rs_0.3.14.bb delete mode 100644 recipes-core/regex/regex-rs.bb delete mode 100644 recipes-core/regex/regex-syntax-rs.bb delete mode 100644 recipes-core/regex/regex.inc delete mode 100644 recipes-core/rustc-serialize/rustc-serialize-rs_0.3.19.bb delete mode 100644 recipes-core/time/time-rs_0.1.38.bb delete mode 100644 recipes-core/udev/libudev-rs_0.1.0.bb delete mode 100644 recipes-core/udev/libudev-rs_0.1.2.bb delete mode 100644 recipes-core/udev/libudev-sys-rs_0.1.1.bb delete mode 100644 recipes-core/udev/libudev-sys-rs_0.1.3.bb delete mode 100644 recipes-core/unix-socket/unix-socket-rs_0.4.3.bb delete mode 100644 recipes-graphics/sdl2/sdl2-rs_0.21.0.bb delete mode 100644 recipes-graphics/sdl2/sdl2-sys_0.21.0.bb delete mode 100644 recipes-graphics/sdl2/sdl2.inc delete mode 100644 recipes-graphics/sdl2_ttf/sdl2-ttf-rs_0.21.bb diff --git a/recipes-core/aho-corasick/aho-corasick-rs_0.2.1.bb b/recipes-core/aho-corasick/aho-corasick-rs_0.2.1.bb deleted file mode 100644 index 7ae8fea..0000000 --- a/recipes-core/aho-corasick/aho-corasick-rs_0.2.1.bb +++ /dev/null @@ -1,22 +0,0 @@ -DESCRIPTION = "Fast multiple substring searching with finite state machines." -HOMEPAGE = "https://github.com/BurntSushi/aho-corasick" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE-MIT;md5=8d0d0aa488af0ab9aafa3b85a7fc8e12" -DEPENDS = "memchr-rs" - -inherit rust-bin - -SRC_URI = "git://github.com/BurntSushi/aho-corasick.git;protocol=https" -SRCREV = "e1bca33dcc060d587e802320a79cbb035f37f8fa" - -S = "${WORKDIR}/git" - -do_compile () { - oe_compile_rust_lib -} - -do_install () { - oe_install_rust_lib -} - -BBCLASSEXTEND += "native" diff --git a/recipes-core/bitflags/bitflags_0.8.2.bb b/recipes-core/bitflags/bitflags_0.8.2.bb deleted file mode 100644 index 7140409..0000000 --- a/recipes-core/bitflags/bitflags_0.8.2.bb +++ /dev/null @@ -1,26 +0,0 @@ -DESCRIPTION = "A macro to generate structures which behave like bitflags." -HOMEPAGE = "https://github.com/rust-lang-nursery/bitflags" -LICENSE = "MIT | Apache-2.0" -LIC_FILES_CHKSUM = "\ - file://LICENSE-MIT;md5=362255802eb5aa87810d12ddf3cfedb4 \ - file://LICENSE-APACHE;md5=1836efb2eb779966696f473ee8540542 \ -" - -inherit rust-bin - -SRC_URI = "git://github.com/rust-lang-nursery/bitflags.git;protocol=https;nobranch=1" -SRCREV = "e30da43cac0e52fc8d0007ce99a316ec6473033e" - -S = "${WORKDIR}/git" - -LIB_SRC = "${S}/src/lib.rs" -CRATE_TYPE = "rlib" -RUSTFLAGS += "-A pub_use_of_private_extern_crate" - -do_compile () { - oe_compile_rust_lib -} - -do_install () { - oe_install_rust_lib -} diff --git a/recipes-core/crypto/crypto-rs_0.2.31.bb b/recipes-core/crypto/crypto-rs_0.2.31.bb deleted file mode 100644 index 76c7a6d..0000000 --- a/recipes-core/crypto/crypto-rs_0.2.31.bb +++ /dev/null @@ -1,28 +0,0 @@ -DESCRIPTION = "A (mostly) pure-Rust implementation of various common cryptographic algorithms." -HOMEPAGE = "https://github.com/DaGenix/rust-crypto/" -LICENSE = "MIT | Apache-2.0" -LIC_FILES_CHKSUM = "\ - file://LICENSE-MIT;md5=4311034aa04489226c1fc3f816dbfb5a \ - file://LICENSE-APACHE;md5=a02fef6dccf840318474c108a8281b77 \ -" -DEPENDS = "\ - libc-rs \ - time-rs \ - rand-rs \ - rustc-serialize-rs \ -" - -inherit rust-bin - -SRC_URI = "git://github.com/DaGenix/rust-crypto.git;protocol=https" -SRCREV = "5571cb41690b9cee12025192393ea7df0eddc21b" - -S = "${WORKDIR}/git" - -do_compile () { - oe_compile_rust_lib -} - -do_install () { - oe_install_rust_lib -} diff --git a/recipes-core/dbus/dbus-rs_0.1.0.bb b/recipes-core/dbus/dbus-rs_0.1.0.bb deleted file mode 100644 index 43c6d89..0000000 --- a/recipes-core/dbus/dbus-rs_0.1.0.bb +++ /dev/null @@ -1,20 +0,0 @@ -DESCRIPTION = "DBus binding for rust" -HOMEPAGE = "https://github.com/diwic/dbus-rs" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=d2794c0df5b907fdace235a619d80314" -DEPENDS = "libc-rs dbus" - -inherit rust-bin - -SRC_URI = "git://github.com/diwic/dbus-rs.git;protocol=https" -SRCREV = "d23c8b7fecd5a8e82131893250a5ac376799faff" - -S = "${WORKDIR}/git" - -do_compile () { - oe_compile_rust_lib -} - -do_install () { - oe_install_rust_lib -} diff --git a/recipes-core/debug-builders/debug-builders-rs_0.1.0.bb b/recipes-core/debug-builders/debug-builders-rs_0.1.0.bb deleted file mode 100644 index 7c82bc5..0000000 --- a/recipes-core/debug-builders/debug-builders-rs_0.1.0.bb +++ /dev/null @@ -1,19 +0,0 @@ -DESCRIPTION = "A copy of libstd's debug builders for use before they stabilize" -HOMEPAGE = "https://github.com/sfackler/rust-debug-builders" -LICENSE = "MIT | Apache-2.0" -LIC_FILES_CHKSUM = "file://Cargo.toml;md5=97a131dc4ae910d242387f2c9d1a2ce8" - -inherit rust-bin - -SRC_URI = "git://github.com/sfackler/rust-debug-builders.git;protocol=https" -SRCREV = "c6943b72c7808ddaa151d08b824525cc7420cb9b" - -S = "${WORKDIR}/git" - -do_compile () { - oe_compile_rust_lib -} - -do_install () { - oe_install_rust_lib -} diff --git a/recipes-core/getopts/getopts-rs_0.2.11.bb b/recipes-core/getopts/getopts-rs_0.2.11.bb deleted file mode 100644 index 8ac5546..0000000 --- a/recipes-core/getopts/getopts-rs_0.2.11.bb +++ /dev/null @@ -1,23 +0,0 @@ -DESCRIPTION = "getopts-like option parsing" -HOMEPAGE = "https://github.com/rust-lang/getopts" -LICENSE = "MIT | Apache-2.0" -LIC_FILES_CHKSUM = "\ - file://LICENSE-MIT;md5=362255802eb5aa87810d12ddf3cfedb4 \ - file://LICENSE-APACHE;md5=1836efb2eb779966696f473ee8540542 \ -" -DEPENDS = "log-rs" - -inherit rust-bin - -SRC_URI = "git://github.com/rust-lang/getopts.git;protocol=https" -SRCREV = "a13c62b7d860b6d370129ebb972bf5e0373c5be7" - -S = "${WORKDIR}/git" - -do_compile () { - oe_compile_rust_lib -} - -do_install () { - oe_install_rust_lib -} diff --git a/recipes-core/lazy-static/lazy-static_0.2.1.bb b/recipes-core/lazy-static/lazy-static_0.2.1.bb deleted file mode 100644 index dc46dc4..0000000 --- a/recipes-core/lazy-static/lazy-static_0.2.1.bb +++ /dev/null @@ -1,23 +0,0 @@ -DESCRIPTION = "A macro for declaring lazily evaluated statics in Rust." -HOMEPAGE = "https://github.com/rust-lang-nursery/lazy-static.rs" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "\ - file://LICENSE;md5=5795ddb4df1d696d439b6667081cffc9 \ -" - -inherit rust-bin - -SRC_URI = "git://github.com/rust-lang-nursery/lazy-static.rs.git;protocol=https" -SRCREV = "ffe65c818474f863945ca535c0e53f3b8b848ff7" - -S = "${WORKDIR}/git" - -LIB_SRC = "${S}/src/lib.rs" - -do_compile () { - oe_compile_rust_lib -} - -do_install () { - oe_install_rust_lib -} diff --git a/recipes-core/libc/libc-rs_0.2.21.bb b/recipes-core/libc/libc-rs_0.2.21.bb deleted file mode 100644 index dffeea0..0000000 --- a/recipes-core/libc/libc-rs_0.2.21.bb +++ /dev/null @@ -1,27 +0,0 @@ -DESCRIPTION = "A Rust library with native bindings to the types and functions commonly found on various systems, including libc." -HOMEPAGE = "https://github.com/rust-lang/libc" -LICENSE = "MIT | Apache-2.0" -LIC_FILES_CHKSUM = "\ - file://LICENSE-MIT;md5=362255802eb5aa87810d12ddf3cfedb4 \ - file://LICENSE-APACHE;md5=1836efb2eb779966696f473ee8540542 \ -" - -inherit rust-bin - -SRC_URI = "git://github.com/rust-lang/libc.git;protocol=https" -SRCREV = "05a2d197356ef253dfd985166576619ac9b6947f" - -S = "${WORKDIR}/git" - -LIB_SRC = "${S}/src/lib.rs" - -do_compile () { - oe_compile_rust_lib --cfg feature='"cargo-build"' --cfg feature='"use_std"' - -} - -do_install () { - oe_install_rust_lib -} - -BBCLASSEXTEND += "native" diff --git a/recipes-core/log/env-logger-rs_0.3.1.bb b/recipes-core/log/env-logger-rs_0.3.1.bb deleted file mode 100644 index 7b085ad..0000000 --- a/recipes-core/log/env-logger-rs_0.3.1.bb +++ /dev/null @@ -1,6 +0,0 @@ -DESCRIPTION = "An logging implementation for `log` which is configured via an environment variable" -DEPENDS = "regex-rs log-rs" - -require log.inc - -LIB_SRC = "${S}/env/src/lib.rs" diff --git a/recipes-core/log/log-rs.bb b/recipes-core/log/log-rs.bb deleted file mode 100644 index eee03e1..0000000 --- a/recipes-core/log/log-rs.bb +++ /dev/null @@ -1,4 +0,0 @@ -DESCRIPTION = "A Rust library providing a lightweight logging facade" -DEPENDS = "libc-rs" - -require log.inc diff --git a/recipes-core/log/log.inc b/recipes-core/log/log.inc deleted file mode 100644 index f743dc8..0000000 --- a/recipes-core/log/log.inc +++ /dev/null @@ -1,22 +0,0 @@ -HOMEPAGE = "https://github.com/rust-lang/log" -LICENSE = "MIT | Apache-2.0" -LIC_FILES_CHKSUM = "\ - file://LICENSE-MIT;md5=362255802eb5aa87810d12ddf3cfedb4 \ - file://LICENSE-APACHE;md5=1836efb2eb779966696f473ee8540542 \ -" - -inherit rust-bin - -SRC_URI = "git://github.com/rust-lang/log.git;protocol=https" -SRCREV = "5453e16166ec451afc9738978ca01f162127ebbe" -PV = "0.3.1" - -S = "${WORKDIR}/git" - -do_compile () { - oe_compile_rust_lib -} - -do_install () { - oe_install_rust_lib -} diff --git a/recipes-core/memchr/memchr-rs_0.1.11.bb b/recipes-core/memchr/memchr-rs_0.1.11.bb deleted file mode 100644 index 5597c96..0000000 --- a/recipes-core/memchr/memchr-rs_0.1.11.bb +++ /dev/null @@ -1,22 +0,0 @@ -DESCRIPTION = "Safe interface to memchr" -HOMEPAGE = "https://github.com/BurntSushi/rust-memchr" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE-MIT;md5=8d0d0aa488af0ab9aafa3b85a7fc8e12" -DEPENDS = "libc-rs" - -inherit rust-bin - -SRC_URI = "git://github.com/BurntSushi/rust-memchr.git;protocol=https" -SRCREV = "4f9a13f95e6e00f2847c093c56b41b9c1d58d3c4" - -S = "${WORKDIR}/git" - -do_compile () { - oe_compile_rust_lib -} - -do_install () { - oe_install_rust_lib -} - -BBCLASSEXTEND += "native" diff --git a/recipes-core/num/num-integer_0.1.34.bb b/recipes-core/num/num-integer_0.1.34.bb deleted file mode 100644 index 193e3d7..0000000 --- a/recipes-core/num/num-integer_0.1.34.bb +++ /dev/null @@ -1,5 +0,0 @@ -require num.inc - -DEPENDS += "num-traits" - -LIB_SRC = "${S}/integer/src/lib.rs" diff --git a/recipes-core/num/num-iter_0.1.34.bb b/recipes-core/num/num-iter_0.1.34.bb deleted file mode 100644 index 4373dcb..0000000 --- a/recipes-core/num/num-iter_0.1.34.bb +++ /dev/null @@ -1,6 +0,0 @@ -require num.inc - -DEPENDS += "num-traits" -DEPENDS += "num-integer" - -LIB_SRC = "${S}/iter/src/lib.rs" diff --git a/recipes-core/num/num-traits_0.1.34.bb b/recipes-core/num/num-traits_0.1.34.bb deleted file mode 100644 index 166f4a6..0000000 --- a/recipes-core/num/num-traits_0.1.34.bb +++ /dev/null @@ -1,3 +0,0 @@ -require num.inc - -LIB_SRC = "${S}/traits/src/lib.rs" diff --git a/recipes-core/num/num.inc b/recipes-core/num/num.inc deleted file mode 100644 index baccd6e..0000000 --- a/recipes-core/num/num.inc +++ /dev/null @@ -1,22 +0,0 @@ -DESCRIPTION = "A collection of numeric types and traits for Rust, including bigint, complex, rational, range iterators, generic integers, and more!" -HOMEPAGE = "https://github.com/rust-num/num" -LICENSE = "MIT | Apache-2.0" -LIC_FILES_CHKSUM = "\ - file://LICENSE-MIT;md5=362255802eb5aa87810d12ddf3cfedb4 \ - file://LICENSE-APACHE;md5=1836efb2eb779966696f473ee8540542 \ -" - -inherit rust-bin - -SRC_URI = "git://github.com/rust-num/num.git;protocol=https" -SRCREV = "d9f08cb148cc686ec407c1e42fbd4536cde6ac82" - -S = "${WORKDIR}/git" - -do_compile () { - oe_compile_rust_lib -} - -do_install () { - oe_install_rust_lib -} diff --git a/recipes-core/num/num_0.1.34.bb b/recipes-core/num/num_0.1.34.bb deleted file mode 100644 index 5871feb..0000000 --- a/recipes-core/num/num_0.1.34.bb +++ /dev/null @@ -1,9 +0,0 @@ -require num.inc - -DEPENDS += "\ - num-traits \ - num-integer \ - num-iter \ - " - -LIB_SRC = "${S}/src/lib.rs" diff --git a/recipes-core/rand/rand-rs_0.3.14.bb b/recipes-core/rand/rand-rs_0.3.14.bb deleted file mode 100644 index a8c31c7..0000000 --- a/recipes-core/rand/rand-rs_0.3.14.bb +++ /dev/null @@ -1,23 +0,0 @@ -DESCRIPTION = "Random number generators and other randomness functionality." -HOMEPAGE = "https://github.com/rust-lang/rand" -LICENSE = "MIT | Apache-2.0" -LIC_FILES_CHKSUM = "\ - file://LICENSE-MIT;md5=362255802eb5aa87810d12ddf3cfedb4 \ - file://LICENSE-APACHE;md5=1836efb2eb779966696f473ee8540542 \ -" -DEPENDS = "libc-rs" - -inherit rust-bin - -SRC_URI = "git://github.com/rust-lang/rand.git;protocol=https" -SRCREV = "f872fda5fb8fb899a837ee9eee0332076a8f5300" - -S = "${WORKDIR}/git" - -do_compile () { - oe_compile_rust_lib -} - -do_install () { - oe_install_rust_lib -} diff --git a/recipes-core/regex/regex-rs.bb b/recipes-core/regex/regex-rs.bb deleted file mode 100644 index d60fb61..0000000 --- a/recipes-core/regex/regex-rs.bb +++ /dev/null @@ -1,12 +0,0 @@ -DESCRIPTION = "An implementation of regular expressions for Rust" -DEPENDS = "\ - aho-corasick-rs \ - memchr-rs \ - regex-syntax-rs \ -" - -require regex.inc - -S = "${WORKDIR}/git" - -BBCLASSEXTEND += "native" diff --git a/recipes-core/regex/regex-syntax-rs.bb b/recipes-core/regex/regex-syntax-rs.bb deleted file mode 100644 index 113ae81..0000000 --- a/recipes-core/regex/regex-syntax-rs.bb +++ /dev/null @@ -1,7 +0,0 @@ -DESCRIPTION = "A regular expression parser" - -require regex.inc - -LIB_SRC = "${S}/regex-syntax/src/lib.rs" - -BBCLASSEXTEND += "native" diff --git a/recipes-core/regex/regex.inc b/recipes-core/regex/regex.inc deleted file mode 100644 index ae7e11a..0000000 --- a/recipes-core/regex/regex.inc +++ /dev/null @@ -1,22 +0,0 @@ -HOMEPAGE = "https://github.com/rust-lang/regex" -LICENSE = "MIT | Apache-2.0" -LIC_FILES_CHKSUM = "\ - file://LICENSE-MIT;md5=362255802eb5aa87810d12ddf3cfedb4 \ - file://LICENSE-APACHE;md5=1836efb2eb779966696f473ee8540542 \ -" - -SRC_URI = "git://github.com/rust-lang/regex.git;protocol=https" -SRCREV = "c9e6781a6845478aa2d8ebc86972755f854fdbe0" -PV = "0.1.38" - -inherit rust-bin - -S = "${WORKDIR}/git" - -do_compile () { - oe_compile_rust_lib -} - -do_install () { - oe_install_rust_lib -} diff --git a/recipes-core/rustc-serialize/rustc-serialize-rs_0.3.19.bb b/recipes-core/rustc-serialize/rustc-serialize-rs_0.3.19.bb deleted file mode 100644 index ac0813f..0000000 --- a/recipes-core/rustc-serialize/rustc-serialize-rs_0.3.19.bb +++ /dev/null @@ -1,22 +0,0 @@ -DESCRIPTION = "Generic serialization/deserialization support" -HOMEPAGE = "https://github.com/rust-lang/rustc-serialize" -LICENSE = "MIT | Apache-2.0" -LIC_FILES_CHKSUM = "\ - file://LICENSE-MIT;md5=362255802eb5aa87810d12ddf3cfedb4 \ - file://LICENSE-APACHE;md5=1836efb2eb779966696f473ee8540542 \ -" - -inherit rust-bin - -SRC_URI = "git://github.com/rust-lang/rustc-serialize.git;protocol=https" -SRCREV = "64b38a1f31a9af6eabf2894437aa5ccc3e457e68" - -S = "${WORKDIR}/git" - -do_compile () { - oe_compile_rust_lib -} - -do_install () { - oe_install_rust_lib -} diff --git a/recipes-core/time/time-rs_0.1.38.bb b/recipes-core/time/time-rs_0.1.38.bb deleted file mode 100644 index 71e9497..0000000 --- a/recipes-core/time/time-rs_0.1.38.bb +++ /dev/null @@ -1,23 +0,0 @@ -DESCRIPTION = "Utilities for working with time-related functions in Rust" -HOMEPAGE = "https://github.com/rust-lang/time" -LICENSE = "MIT | Apache-2.0" -LIC_FILES_CHKSUM = "\ - file://LICENSE-MIT;md5=362255802eb5aa87810d12ddf3cfedb4 \ - file://LICENSE-APACHE;md5=1836efb2eb779966696f473ee8540542 \ -" -DEPENDS = "libc-rs" - -inherit rust-bin - -SRC_URI = "git://github.com/rust-lang/time.git;protocol=https" -SRCREV = "d265b7cf9f50db74fbd0a01f8bec90ad7d239d48" - -S = "${WORKDIR}/git" - -do_compile () { - oe_compile_rust_lib -} - -do_install () { - oe_install_rust_lib -} diff --git a/recipes-core/udev/libudev-rs_0.1.0.bb b/recipes-core/udev/libudev-rs_0.1.0.bb deleted file mode 100644 index e40b1be..0000000 --- a/recipes-core/udev/libudev-rs_0.1.0.bb +++ /dev/null @@ -1,20 +0,0 @@ -DESCRIPTION = "FFI bindings to libudev" -HOMEPAGE = "https://github.com/dcuddeback/libudev-sys" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=bbd2acd29c4ba5d4591b03e2757c04a3" -DEPENDS = "libudev-sys-rs" - -inherit rust-bin - -SRC_URI = "git://github.com/dcuddeback/libudev-rs.git;protocol=https" -SRCREV = "d55763c626790e2e8724947503238731843a969a" - -S = "${WORKDIR}/git" - -do_compile () { - oe_compile_rust_lib -} - -do_install () { - oe_install_rust_lib -} diff --git a/recipes-core/udev/libudev-rs_0.1.2.bb b/recipes-core/udev/libudev-rs_0.1.2.bb deleted file mode 100644 index c59346e..0000000 --- a/recipes-core/udev/libudev-rs_0.1.2.bb +++ /dev/null @@ -1,22 +0,0 @@ -DESCRIPTION = "FFI bindings to libudev" -HOMEPAGE = "https://github.com/dcuddeback/libudev-sys" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=bbd2acd29c4ba5d4591b03e2757c04a3" - -DEPENDS += "libudev-sys-rs" -DEPENDS += "libc-rs" - -inherit rust-bin - -SRC_URI = "git://github.com/dcuddeback/libudev-rs.git;protocol=https" -SRCREV = "3da791245f206d0cf5a856531c574b8646b0f059" - -S = "${WORKDIR}/git" - -do_compile () { - oe_compile_rust_lib -} - -do_install () { - oe_install_rust_lib -} diff --git a/recipes-core/udev/libudev-sys-rs_0.1.1.bb b/recipes-core/udev/libudev-sys-rs_0.1.1.bb deleted file mode 100644 index e87a219..0000000 --- a/recipes-core/udev/libudev-sys-rs_0.1.1.bb +++ /dev/null @@ -1,22 +0,0 @@ -DESCRIPTION = "FFI bindings to libudev" -HOMEPAGE = "https://github.com/dcuddeback/libudev-sys" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=bbd2acd29c4ba5d4591b03e2757c04a3" -DEPENDS = "libc-rs udev" - -inherit rust-bin - -SRC_URI = "git://github.com/dcuddeback/libudev-sys.git;protocol=https" -SRCREV = "14c24afc61e3315dffddab2c7f36999a16a002d8" - -S = "${WORKDIR}/git" - -RUSTC_FLAGS += "-ludev" - -do_compile () { - oe_compile_rust_lib -} - -do_install () { - oe_install_rust_lib -} diff --git a/recipes-core/udev/libudev-sys-rs_0.1.3.bb b/recipes-core/udev/libudev-sys-rs_0.1.3.bb deleted file mode 100644 index d61fd82..0000000 --- a/recipes-core/udev/libudev-sys-rs_0.1.3.bb +++ /dev/null @@ -1,22 +0,0 @@ -DESCRIPTION = "FFI bindings to libudev" -HOMEPAGE = "https://github.com/dcuddeback/libudev-sys" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=bbd2acd29c4ba5d4591b03e2757c04a3" -DEPENDS = "libc-rs udev" - -inherit rust-bin - -SRC_URI = "git://github.com/dcuddeback/libudev-sys.git;protocol=https" -SRCREV = "c49163f87d4d109ec21bcf8f8c51db560ed31b22" - -S = "${WORKDIR}/git" - -RUSTC_FLAGS += "-ludev" - -do_compile () { - oe_compile_rust_lib -} - -do_install () { - oe_install_rust_lib -} diff --git a/recipes-core/unix-socket/unix-socket-rs_0.4.3.bb b/recipes-core/unix-socket/unix-socket-rs_0.4.3.bb deleted file mode 100644 index 3485c3f..0000000 --- a/recipes-core/unix-socket/unix-socket-rs_0.4.3.bb +++ /dev/null @@ -1,20 +0,0 @@ -DESCRIPTION = "Unix domain socket bindings for Rust" -HOMEPAGE = "https://github.com/sfackler/rust-unix-socket" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=bde86283c1fd74e84ebc3cf6dd7011d0" -DEPENDS = "libc-rs debug-builders-rs" - -inherit rust-bin - -SRC_URI = "git://github.com/sfackler/rust-unix-socket.git;protocol=https" -SRCREV = "d0f47ae888267a718072c3be5eed42ba1f637097" - -S = "${WORKDIR}/git" - -do_compile () { - oe_compile_rust_lib -} - -do_install () { - oe_install_rust_lib -} diff --git a/recipes-graphics/sdl2/sdl2-rs_0.21.0.bb b/recipes-graphics/sdl2/sdl2-rs_0.21.0.bb deleted file mode 100644 index 8578dd3..0000000 --- a/recipes-graphics/sdl2/sdl2-rs_0.21.0.bb +++ /dev/null @@ -1,12 +0,0 @@ -require sdl2.inc - -DEPENDS += "\ - libc-rs \ - lazy-static \ - bitflags \ - rand-rs \ - num \ - sdl2-sys \ - " - -LIB_SRC = "${S}/src/sdl2/lib.rs" diff --git a/recipes-graphics/sdl2/sdl2-sys_0.21.0.bb b/recipes-graphics/sdl2/sdl2-sys_0.21.0.bb deleted file mode 100644 index 8e99cce..0000000 --- a/recipes-graphics/sdl2/sdl2-sys_0.21.0.bb +++ /dev/null @@ -1,8 +0,0 @@ -require sdl2.inc - -DEPENDS += "\ - libc-rs \ - libsdl2 \ - " - -LIB_SRC = "${S}/sdl2-sys/src/lib.rs" diff --git a/recipes-graphics/sdl2/sdl2.inc b/recipes-graphics/sdl2/sdl2.inc deleted file mode 100644 index 36f4444..0000000 --- a/recipes-graphics/sdl2/sdl2.inc +++ /dev/null @@ -1,21 +0,0 @@ -DESCRIPTION = "SDL2 bindings for Rust" -HOMEPAGE = "https://github.com/AngryLawyer/rust-sdl2" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "\ - file://LICENSE;md5=efab06594070f714e6e655a25c330fcd \ -" - -inherit rust-bin - -SRC_URI = "git://github.com/AngryLawyer/rust-sdl2.git;protocol=https" -SRCREV = "ffdfe48bd90d8c141f1f8a6f38a88243ad78508f" - -S = "${WORKDIR}/git" - -do_compile () { - oe_compile_rust_lib -} - -do_install () { - oe_install_rust_lib -} diff --git a/recipes-graphics/sdl2_ttf/sdl2-ttf-rs_0.21.bb b/recipes-graphics/sdl2_ttf/sdl2-ttf-rs_0.21.bb deleted file mode 100644 index 92edda6..0000000 --- a/recipes-graphics/sdl2_ttf/sdl2-ttf-rs_0.21.bb +++ /dev/null @@ -1,30 +0,0 @@ -DESCRIPTION = "SDL2 bindings for Rust" -HOMEPAGE = "https://github.com/AngryLawyer/rust-sdl2" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "\ - file://LICENSE;md5=d8786ddfe98d69e641491528dd88fa55 \ -" - -DEPENDS += "\ - bitflags \ - sdl2-sys \ - sdl2-rs \ - libsdl2-ttf \ - " - -inherit rust-bin - -LIB_SRC = "${S}/src/sdl2_ttf/lib.rs" - -SRC_URI = "git://github.com/andelf/rust-sdl2_ttf.git;protocol=https" -SRCREV = "203a550a804aed79e6ad6c1fcc0ed9e31e9ca2f4" - -S = "${WORKDIR}/git" - -do_compile () { - oe_compile_rust_lib -} - -do_install () { - oe_install_rust_lib -}