diff options
author | 2021-11-17 16:35:19 +0100 | |
---|---|---|
committer | 2021-11-21 11:05:02 +0000 | |
commit | 8625310c8a966e62313af5148d67688d47ea331f (patch) | |
tree | 52091386ef519912b529c47376e1d030d90b345f /meta/recipes-example/rust-hello-world | |
parent | bb5fb6bc6d23d5492adfddf729b271cb72923b2f (diff) | |
download | poky-8625310c8a966e62313af5148d67688d47ea331f.tar.gz poky-8625310c8a966e62313af5148d67688d47ea331f.tar.bz2 poky-8625310c8a966e62313af5148d67688d47ea331f.zip |
rust-hello-world: add missing Upstream-Status to a patch
(From OE-Core rev: 582d379ac389b365df640e81310d5e322f30c13a)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-example/rust-hello-world')
-rw-r--r-- | meta/recipes-example/rust-hello-world/rust-hello-world/0001-enable-LTO.patch | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-example/rust-hello-world/rust-hello-world/0001-enable-LTO.patch b/meta/recipes-example/rust-hello-world/rust-hello-world/0001-enable-LTO.patch index 56ef9e73e6..f319545ee1 100644 --- a/meta/recipes-example/rust-hello-world/rust-hello-world/0001-enable-LTO.patch +++ b/meta/recipes-example/rust-hello-world/rust-hello-world/0001-enable-LTO.patch @@ -3,6 +3,7 @@ From: Dan Callaghan <dan.callaghan@opengear.com> Date: Fri, 5 Feb 2021 08:56:34 +1000 Subject: [PATCH] enable LTO +Upstream-Status: Pending --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) |