diff options
Diffstat (limited to 'meta-python/recipes-devtools')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-asgiref_3.11.0.bb (renamed from meta-python/recipes-devtools/python/python3-asgiref_3.10.0.bb) | 2 | ||||
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-asyncinotify_4.3.2.bb (renamed from meta-python/recipes-devtools/python/python3-asyncinotify_4.2.1.bb) | 2 | ||||
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-bandit_1.9.2.bb (renamed from meta-python/recipes-devtools/python/python3-bandit_1.8.6.bb) | 2 | ||||
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-bleak_2.0.0.bb (renamed from meta-python/recipes-devtools/python/python3-bleak_1.1.1.bb) | 2 | ||||
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-cfgv_3.5.0.bb (renamed from meta-python/recipes-devtools/python/python3-cfgv_3.4.0.bb) | 2 | ||||
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-cmake_4.2.0.bb (renamed from meta-python/recipes-devtools/python/python3-cmake_4.1.2.bb) | 2 | ||||
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-coverage_7.12.0.bb (renamed from meta-python/recipes-devtools/python/python3-coverage_7.11.3.bb) | 2 | ||||
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-dirty-equals_0.11.bb (renamed from meta-python/recipes-devtools/python/python3-dirty-equals_0.10.0.bb) | 2 | ||||
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-moteus_0.3.96.bb (renamed from meta-python/recipes-devtools/python/python3-moteus_0.3.95.bb) | 2 | ||||
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-pytest-httpx_0.35.0.bb | 24 | ||||
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-pytest-mock/0001-Add-asyncio-fixture-to-test_instance_async_method_sp.patch | 32 | ||||
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-pytest-mock_3.15.1.bb (renamed from meta-python/recipes-devtools/python/python3-pytest-mock_3.14.1.bb) | 3 | ||||
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-rich-argparse_1.7.2.bb (renamed from meta-python/recipes-devtools/python/python3-rich-argparse_1.7.1.bb) | 2 | ||||
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-stevedore_5.6.0.bb (renamed from meta-python/recipes-devtools/python/python3-stevedore_5.5.0.bb) | 2 | ||||
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-types-psutil_7.1.1.20251122.bb (renamed from meta-python/recipes-devtools/python/python3-types-psutil_7.0.0.20250601.bb) | 2 |
15 files changed, 37 insertions, 46 deletions
diff --git a/meta-python/recipes-devtools/python/python3-asgiref_3.10.0.bb b/meta-python/recipes-devtools/python/python3-asgiref_3.11.0.bb index 7be6156c76..6cf2e73e7a 100644 --- a/meta-python/recipes-devtools/python/python3-asgiref_3.10.0.bb +++ b/meta-python/recipes-devtools/python/python3-asgiref_3.11.0.bb | |||
| @@ -4,7 +4,7 @@ SECTION = "devel/python" | |||
| 4 | LICENSE = "BSD-3-Clause" | 4 | LICENSE = "BSD-3-Clause" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=f09eb47206614a4954c51db8a94840fa" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=f09eb47206614a4954c51db8a94840fa" |
| 6 | 6 | ||
| 7 | SRC_URI[sha256sum] = "d89f2d8cd8b56dada7d52fa7dc8075baa08fb836560710d38c292a7a3f78c04e" | 7 | SRC_URI[sha256sum] = "13acff32519542a1736223fb79a715acdebe24286d98e8b164a73085f40da2c4" |
| 8 | 8 | ||
| 9 | export BUILD_SYS | 9 | export BUILD_SYS |
| 10 | export HOST_SYS | 10 | export HOST_SYS |
diff --git a/meta-python/recipes-devtools/python/python3-asyncinotify_4.2.1.bb b/meta-python/recipes-devtools/python/python3-asyncinotify_4.3.2.bb index f95dadff90..810a142fac 100644 --- a/meta-python/recipes-devtools/python/python3-asyncinotify_4.2.1.bb +++ b/meta-python/recipes-devtools/python/python3-asyncinotify_4.3.2.bb | |||
| @@ -3,7 +3,7 @@ HOMEPAGE = "https://gitlab.com/Taywee/asyncinotify" | |||
| 3 | LICENSE = "MPL-2.0" | 3 | LICENSE = "MPL-2.0" |
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=f75d2927d3c1ed2414ef72048f5ad640" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=f75d2927d3c1ed2414ef72048f5ad640" |
| 5 | 5 | ||
| 6 | SRC_URI[sha256sum] = "8078b0b0d81c19043141ab0fc5654e89a4d3023dc3e4486aaa245b1ff5f5ddc9" | 6 | SRC_URI[sha256sum] = "3321deedc443c8402229a423623d3ae2fc17c433b9b9bfe170828ee0c7ea3871" |
| 7 | 7 | ||
| 8 | inherit pypi python_setuptools_build_meta | 8 | inherit pypi python_setuptools_build_meta |
| 9 | 9 | ||
diff --git a/meta-python/recipes-devtools/python/python3-bandit_1.8.6.bb b/meta-python/recipes-devtools/python/python3-bandit_1.9.2.bb index 211d579869..55f911bd3f 100644 --- a/meta-python/recipes-devtools/python/python3-bandit_1.8.6.bb +++ b/meta-python/recipes-devtools/python/python3-bandit_1.9.2.bb | |||
| @@ -2,7 +2,7 @@ SUMMARY = "Security oriented static analyser for python code." | |||
| 2 | LICENSE = "Apache-2.0" | 2 | LICENSE = "Apache-2.0" |
| 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" | 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" |
| 4 | 4 | ||
| 5 | SRC_URI[sha256sum] = "dbfe9c25fc6961c2078593de55fd19f2559f9e45b99f1272341f5b95dea4e56b" | 5 | SRC_URI[sha256sum] = "32410415cd93bf9c8b91972159d5cf1e7f063a9146d70345641cd3877de348ce" |
| 6 | 6 | ||
| 7 | DEPENDS = "python3-pbr-native python3-git python3-pbr python3-pyyaml python3-six python3-stevedore" | 7 | DEPENDS = "python3-pbr-native python3-git python3-pbr python3-pyyaml python3-six python3-stevedore" |
| 8 | 8 | ||
diff --git a/meta-python/recipes-devtools/python/python3-bleak_1.1.1.bb b/meta-python/recipes-devtools/python/python3-bleak_2.0.0.bb index a532a520e7..161b21b88c 100644 --- a/meta-python/recipes-devtools/python/python3-bleak_1.1.1.bb +++ b/meta-python/recipes-devtools/python/python3-bleak_2.0.0.bb | |||
| @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/hbldh/bleak" | |||
| 3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=bcbc2069a86cba1b5e47253679f66ed7" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=bcbc2069a86cba1b5e47253679f66ed7" |
| 5 | 5 | ||
| 6 | SRCREV = "2564f9162c46f451db8067930637f30487315f7a" | 6 | SRCREV = "718e5d76cd051910a9d5266266af632c2529c03c" |
| 7 | PYPI_SRC_URI = "git://github.com/hbldh/bleak.git;protocol=https;branch=develop;destsuffix=${S}" | 7 | PYPI_SRC_URI = "git://github.com/hbldh/bleak.git;protocol=https;branch=develop;destsuffix=${S}" |
| 8 | 8 | ||
| 9 | inherit pypi python_poetry_core ptest-python-pytest | 9 | inherit pypi python_poetry_core ptest-python-pytest |
diff --git a/meta-python/recipes-devtools/python/python3-cfgv_3.4.0.bb b/meta-python/recipes-devtools/python/python3-cfgv_3.5.0.bb index 73d5d2567a..5f27cee388 100644 --- a/meta-python/recipes-devtools/python/python3-cfgv_3.4.0.bb +++ b/meta-python/recipes-devtools/python/python3-cfgv_3.5.0.bb | |||
| @@ -5,4 +5,4 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=92844452d544a48a78abc3a862fbd8a4" | |||
| 5 | PYPI_PACKAGE = "cfgv" | 5 | PYPI_PACKAGE = "cfgv" |
| 6 | 6 | ||
| 7 | inherit pypi setuptools3 | 7 | inherit pypi setuptools3 |
| 8 | SRC_URI[sha256sum] = "e52591d4c5f5dead8e0f673fb16db7949d2cfb3f7da4582893288f0ded8fe560" | 8 | SRC_URI[sha256sum] = "d5b1034354820651caa73ede66a6294d6e95c1b00acc5e9b098e917404669132" |
diff --git a/meta-python/recipes-devtools/python/python3-cmake_4.1.2.bb b/meta-python/recipes-devtools/python/python3-cmake_4.2.0.bb index ec7b8fe491..5782be0023 100644 --- a/meta-python/recipes-devtools/python/python3-cmake_4.1.2.bb +++ b/meta-python/recipes-devtools/python/python3-cmake_4.2.0.bb | |||
| @@ -11,7 +11,7 @@ PYPI_PACKAGE = "cmake" | |||
| 11 | PYPI_ARCHIVE_NAME_PREFIX = "pypi-" | 11 | PYPI_ARCHIVE_NAME_PREFIX = "pypi-" |
| 12 | 12 | ||
| 13 | inherit pypi python_setuptools_build_meta | 13 | inherit pypi python_setuptools_build_meta |
| 14 | SRC_URI[sha256sum] = "bee98458447b3a3b937b72849489e6e37ba0076d46df2fbb3af26739e1a3ed10" | 14 | SRC_URI[sha256sum] = "7744c20e4a23e68dea276d819767d2bdbb45442cc342560b03ff693b755cd181" |
| 15 | 15 | ||
| 16 | SRC_URI += " \ | 16 | SRC_URI += " \ |
| 17 | file://CMakeLists.txt \ | 17 | file://CMakeLists.txt \ |
diff --git a/meta-python/recipes-devtools/python/python3-coverage_7.11.3.bb b/meta-python/recipes-devtools/python/python3-coverage_7.12.0.bb index 25f606c8f7..b3a3a4e7ef 100644 --- a/meta-python/recipes-devtools/python/python3-coverage_7.11.3.bb +++ b/meta-python/recipes-devtools/python/python3-coverage_7.12.0.bb | |||
| @@ -3,7 +3,7 @@ HOMEPAGE = "https://coverage.readthedocs.io" | |||
| 3 | LICENSE = "Apache-2.0" | 3 | LICENSE = "Apache-2.0" |
| 4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2ee41112a44fe7014dce33e26468ba93" | 4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2ee41112a44fe7014dce33e26468ba93" |
| 5 | 5 | ||
| 6 | SRC_URI[sha256sum] = "0f59387f5e6edbbffec2281affb71cdc85e0776c1745150a3ab9b6c1d016106b" | 6 | SRC_URI[sha256sum] = "fc11e0a4e372cb5f282f16ef90d4a585034050ccda536451901abfb19a57f40c" |
| 7 | 7 | ||
| 8 | inherit pypi python_setuptools_build_meta | 8 | inherit pypi python_setuptools_build_meta |
| 9 | 9 | ||
diff --git a/meta-python/recipes-devtools/python/python3-dirty-equals_0.10.0.bb b/meta-python/recipes-devtools/python/python3-dirty-equals_0.11.bb index 6aa4d53cdc..098c8ae0e6 100644 --- a/meta-python/recipes-devtools/python/python3-dirty-equals_0.10.0.bb +++ b/meta-python/recipes-devtools/python/python3-dirty-equals_0.11.bb | |||
| @@ -10,7 +10,7 @@ HOMEPAGE = "https://github.com/samuelcolvin/dirty-equals" | |||
| 10 | LICENSE = "MIT" | 10 | LICENSE = "MIT" |
| 11 | LIC_FILES_CHKSUM = "file://LICENSE;md5=aa97bb3778992892e226b4504b83b60c" | 11 | LIC_FILES_CHKSUM = "file://LICENSE;md5=aa97bb3778992892e226b4504b83b60c" |
| 12 | 12 | ||
| 13 | SRC_URI[sha256sum] = "623d7a07c5ba437f1a834c6246d1e3eb97238ca70331c61a499d9aabd757b899" | 13 | SRC_URI[sha256sum] = "f4ac74ee88f2d11e2fa0f65eb30ee4f07105c5f86f4dc92b09eb1138775027c3" |
| 14 | 14 | ||
| 15 | S = "${UNPACKDIR}/dirty_equals-${PV}" | 15 | S = "${UNPACKDIR}/dirty_equals-${PV}" |
| 16 | 16 | ||
diff --git a/meta-python/recipes-devtools/python/python3-moteus_0.3.95.bb b/meta-python/recipes-devtools/python/python3-moteus_0.3.96.bb index 27dd6ef82b..99d36791e1 100644 --- a/meta-python/recipes-devtools/python/python3-moteus_0.3.95.bb +++ b/meta-python/recipes-devtools/python/python3-moteus_0.3.96.bb | |||
| @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://setup.py;beginline=3;endline=9;md5=24025d3c660abfc62a | |||
| 5 | 5 | ||
| 6 | inherit pypi setuptools3 | 6 | inherit pypi setuptools3 |
| 7 | 7 | ||
| 8 | SRC_URI[sha256sum] = "8607d7c841345ba88fafacc98b820129176e877f5b13176fe5acb4805cc22281" | 8 | SRC_URI[sha256sum] = "b30d63a38bfc834e0bf8154d2f8cead81fbeaee38f14fff0ef2a40f620ed11eb" |
| 9 | 9 | ||
| 10 | S = "${UNPACKDIR}/moteus-${PV}" | 10 | S = "${UNPACKDIR}/moteus-${PV}" |
| 11 | 11 | ||
diff --git a/meta-python/recipes-devtools/python/python3-pytest-httpx_0.35.0.bb b/meta-python/recipes-devtools/python/python3-pytest-httpx_0.35.0.bb new file mode 100644 index 0000000000..a419f8841e --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pytest-httpx_0.35.0.bb | |||
| @@ -0,0 +1,24 @@ | |||
| 1 | SUMMARY = "Send responses to httpx." | ||
| 2 | HOMEPAGE = "https://github.com/Colin-b/pytest_httpx" | ||
| 3 | LICENSE = "MIT" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=80d06bde9296c367ea063b11e9518842" | ||
| 5 | RECIPE_MAINTAINER = "Tom Geelen <t.f.g.geelen@gmail.com>" | ||
| 6 | |||
| 7 | SRC_URI[sha256sum] = "d619ad5d2e67734abfbb224c3d9025d64795d4b8711116b1a13f72a251ae511f" | ||
| 8 | |||
| 9 | inherit pypi python_setuptools_build_meta ptest-python-pytest | ||
| 10 | |||
| 11 | DEPENDS += "python3-setuptools-scm-native" | ||
| 12 | |||
| 13 | RDEPENDS:${PN} += "\ | ||
| 14 | python3-httpx (>=0.28) \ | ||
| 15 | python3-pytest (>=8) \ | ||
| 16 | " | ||
| 17 | |||
| 18 | RDEPENDS:${PN}-ptest += "\ | ||
| 19 | python3-pytest-cov \ | ||
| 20 | python3-pytest-asyncio \ | ||
| 21 | " | ||
| 22 | |||
| 23 | PYPI_PACKAGE = "pytest_httpx" | ||
| 24 | UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" | ||
diff --git a/meta-python/recipes-devtools/python/python3-pytest-mock/0001-Add-asyncio-fixture-to-test_instance_async_method_sp.patch b/meta-python/recipes-devtools/python/python3-pytest-mock/0001-Add-asyncio-fixture-to-test_instance_async_method_sp.patch deleted file mode 100644 index d57c51f880..0000000000 --- a/meta-python/recipes-devtools/python/python3-pytest-mock/0001-Add-asyncio-fixture-to-test_instance_async_method_sp.patch +++ /dev/null | |||
| @@ -1,32 +0,0 @@ | |||
| 1 | From 17850cde66d52a851a8a15a61f5c97311d30a296 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Khem Raj <raj.khem@gmail.com> | ||
| 3 | Date: Sat, 26 Jul 2025 16:03:03 -0700 | ||
| 4 | Subject: [PATCH] Add asyncio fixture to test_instance_async_method_spy | ||
| 5 | |||
| 6 | This ensures that this test executes and passes | ||
| 7 | with pytest-8.4+ | ||
| 8 | |||
| 9 | pytest now throws errors for such functions [1] | ||
| 10 | which were skipped in older versions | ||
| 11 | |||
| 12 | [1] https://github.com/pytest-dev/pytest/issues/11372 | ||
| 13 | |||
| 14 | Upstream-Status: Submitted [https://github.com/pytest-dev/pytest-mock/pull/516] | ||
| 15 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||
| 16 | --- | ||
| 17 | tests/test_pytest_mock.py | 2 +- | ||
| 18 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
| 19 | |||
| 20 | diff --git a/tests/test_pytest_mock.py b/tests/test_pytest_mock.py | ||
| 21 | index 1a51636..b158d97 100644 | ||
| 22 | --- a/tests/test_pytest_mock.py | ||
| 23 | +++ b/tests/test_pytest_mock.py | ||
| 24 | @@ -523,7 +523,7 @@ def test_callable_like_spy(testdir: Any, mocker: MockerFixture) -> None: | ||
| 25 | assert spy.spy_return == 20 | ||
| 26 | assert spy.spy_return_list == [20] | ||
| 27 | |||
| 28 | - | ||
| 29 | +@pytest.mark.asyncio | ||
| 30 | async def test_instance_async_method_spy(mocker: MockerFixture) -> None: | ||
| 31 | class Foo: | ||
| 32 | async def bar(self, arg): | ||
diff --git a/meta-python/recipes-devtools/python/python3-pytest-mock_3.14.1.bb b/meta-python/recipes-devtools/python/python3-pytest-mock_3.15.1.bb index 07e2c60f54..835ff0ab3a 100644 --- a/meta-python/recipes-devtools/python/python3-pytest-mock_3.14.1.bb +++ b/meta-python/recipes-devtools/python/python3-pytest-mock_3.15.1.bb | |||
| @@ -6,10 +6,9 @@ LIC_FILES_CHKSUM = " \ | |||
| 6 | " | 6 | " |
| 7 | 7 | ||
| 8 | SRC_URI += " \ | 8 | SRC_URI += " \ |
| 9 | file://0001-Add-asyncio-fixture-to-test_instance_async_method_sp.patch \ | ||
| 10 | file://run-ptest \ | 9 | file://run-ptest \ |
| 11 | " | 10 | " |
| 12 | SRC_URI[sha256sum] = "159e9edac4c451ce77a5cdb9fc5d1100708d2dd4ba3c3df572f14097351af80e" | 11 | SRC_URI[sha256sum] = "1849a238f6f396da19762269de72cb1814ab44416fa73a8686deac10b0d87a0f" |
| 13 | 12 | ||
| 14 | inherit pypi python_setuptools_build_meta ptest | 13 | inherit pypi python_setuptools_build_meta ptest |
| 15 | 14 | ||
diff --git a/meta-python/recipes-devtools/python/python3-rich-argparse_1.7.1.bb b/meta-python/recipes-devtools/python/python3-rich-argparse_1.7.2.bb index 8228a509a3..1d0d6ecba5 100644 --- a/meta-python/recipes-devtools/python/python3-rich-argparse_1.7.1.bb +++ b/meta-python/recipes-devtools/python/python3-rich-argparse_1.7.2.bb | |||
| @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=06f5c372171ce02f7e6a18f5f57f0b69" | |||
| 6 | PYPI_PACKAGE = "rich_argparse" | 6 | PYPI_PACKAGE = "rich_argparse" |
| 7 | UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" | 7 | UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" |
| 8 | 8 | ||
| 9 | SRC_URI[sha256sum] = "d7a493cde94043e41ea68fb43a74405fa178de981bf7b800f7a3bd02ac5c27be" | 9 | SRC_URI[sha256sum] = "64fd2e948fc96e8a1a06e0e72c111c2ce7f3af74126d75c0f5f63926e7289cd1" |
| 10 | 10 | ||
| 11 | inherit pypi python_hatchling | 11 | inherit pypi python_hatchling |
| 12 | 12 | ||
diff --git a/meta-python/recipes-devtools/python/python3-stevedore_5.5.0.bb b/meta-python/recipes-devtools/python/python3-stevedore_5.6.0.bb index 5f63f6b128..634df7db37 100644 --- a/meta-python/recipes-devtools/python/python3-stevedore_5.5.0.bb +++ b/meta-python/recipes-devtools/python/python3-stevedore_5.6.0.bb | |||
| @@ -3,7 +3,7 @@ HOMEPAGE = "https://docs.openstack.org/stevedore/latest/" | |||
| 3 | LICENSE = "Apache-2.0" | 3 | LICENSE = "Apache-2.0" |
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" |
| 5 | 5 | ||
| 6 | SRC_URI[sha256sum] = "d31496a4f4df9825e1a1e4f1f74d19abb0154aff311c3b376fcc89dae8fccd73" | 6 | SRC_URI[sha256sum] = "f22d15c6ead40c5bbfa9ca54aa7e7b4a07d59b36ae03ed12ced1a54cf0b51945" |
| 7 | 7 | ||
| 8 | DEPENDS += "python3-pbr-native" | 8 | DEPENDS += "python3-pbr-native" |
| 9 | 9 | ||
diff --git a/meta-python/recipes-devtools/python/python3-types-psutil_7.0.0.20250601.bb b/meta-python/recipes-devtools/python/python3-types-psutil_7.1.1.20251122.bb index fedc14f9df..a771e7b897 100644 --- a/meta-python/recipes-devtools/python/python3-types-psutil_7.0.0.20250601.bb +++ b/meta-python/recipes-devtools/python/python3-types-psutil_7.1.1.20251122.bb | |||
| @@ -8,7 +8,7 @@ UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" | |||
| 8 | 8 | ||
| 9 | inherit pypi python_setuptools_build_meta | 9 | inherit pypi python_setuptools_build_meta |
| 10 | 10 | ||
| 11 | SRC_URI[sha256sum] = "71fe9c4477a7e3d4f1233862f0877af87bff057ff398f04f4e5c0ca60aded197" | 11 | SRC_URI[sha256sum] = "cdb39c30a81ce6e433aa672922d59b78c4c6a9c64cd9936f1f6894d26c82ae0f" |
| 12 | 12 | ||
| 13 | BBCLASSEXTEND = "native" | 13 | BBCLASSEXTEND = "native" |
| 14 | 14 | ||
