diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2024-03-13 18:33:17 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-04-12 18:04:00 +0100 |
commit | d8e9b07a137191f43b8d930e4c987265690c92a8 (patch) | |
tree | e62f0bc0177739d1e8d6ca0c7d045015171f77a1 | |
parent | 77692a9e11bf579f5eb78f476f24321b20dacb9c (diff) | |
download | poky-d8e9b07a137191f43b8d930e4c987265690c92a8.tar.gz |
attr: update 2.5.1 -> 2.5.2
(From OE-Core rev: 09594747b2d537f07a232bcae46dc3e039925042)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-support/attr/attr_2.5.1.bb | 5 | ||||
-rw-r--r-- | meta/recipes-support/attr/attr_2.5.2.bb | 5 |
2 files changed, 5 insertions, 5 deletions
diff --git a/meta/recipes-support/attr/attr_2.5.1.bb b/meta/recipes-support/attr/attr_2.5.1.bb deleted file mode 100644 index 5c5f7bcffb..0000000000 --- a/meta/recipes-support/attr/attr_2.5.1.bb +++ /dev/null | |||
@@ -1,5 +0,0 @@ | |||
1 | require attr.inc | ||
2 | |||
3 | SRC_URI[sha256sum] = "bae1c6949b258a0d68001367ce0c741cebdacdd3b62965d17e5eb23cd78adaf8" | ||
4 | |||
5 | BBCLASSEXTEND = "native nativesdk" | ||
diff --git a/meta/recipes-support/attr/attr_2.5.2.bb b/meta/recipes-support/attr/attr_2.5.2.bb new file mode 100644 index 0000000000..2110c6d885 --- /dev/null +++ b/meta/recipes-support/attr/attr_2.5.2.bb | |||
@@ -0,0 +1,5 @@ | |||
1 | require attr.inc | ||
2 | |||
3 | SRC_URI[sha256sum] = "39bf67452fa41d0948c2197601053f48b3d78a029389734332a6309a680c6c87" | ||
4 | |||
5 | BBCLASSEXTEND = "native nativesdk" | ||