diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2021-03-19 09:43:53 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-03-20 18:54:56 +0000 |
commit | e0f94da010b195e7fae8c25e459020101068ab46 (patch) | |
tree | 23d52bef4e465ca15d0cda1f9704a763c0f32778 | |
parent | 99438a57a9d90ff2b172589b691d2704be178788 (diff) | |
download | poky-e0f94da010b195e7fae8c25e459020101068ab46.tar.gz |
attr: update 2.4.48 -> 2.5.1
(From OE-Core rev: b3c4efe648805fc903be8a51a149c8a5a787e7e0)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-support/attr/attr_2.4.48.bb | 6 | ||||
-rw-r--r-- | meta/recipes-support/attr/attr_2.5.1.bb | 5 |
2 files changed, 5 insertions, 6 deletions
diff --git a/meta/recipes-support/attr/attr_2.4.48.bb b/meta/recipes-support/attr/attr_2.4.48.bb deleted file mode 100644 index 530d4e4883..0000000000 --- a/meta/recipes-support/attr/attr_2.4.48.bb +++ /dev/null | |||
@@ -1,6 +0,0 @@ | |||
1 | require attr.inc | ||
2 | |||
3 | SRC_URI[md5sum] = "bc1e5cb5c96d99b24886f1f527d3bb3d" | ||
4 | SRC_URI[sha256sum] = "5ead72b358ec709ed00bbf7a9eaef1654baad937c001c044fe8b74c57f5324e7" | ||
5 | |||
6 | BBCLASSEXTEND = "native nativesdk" | ||
diff --git a/meta/recipes-support/attr/attr_2.5.1.bb b/meta/recipes-support/attr/attr_2.5.1.bb new file mode 100644 index 0000000000..5c5f7bcffb --- /dev/null +++ b/meta/recipes-support/attr/attr_2.5.1.bb | |||
@@ -0,0 +1,5 @@ | |||
1 | require attr.inc | ||
2 | |||
3 | SRC_URI[sha256sum] = "bae1c6949b258a0d68001367ce0c741cebdacdd3b62965d17e5eb23cd78adaf8" | ||
4 | |||
5 | BBCLASSEXTEND = "native nativesdk" | ||