diff options
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-path_17.0.0.bb (renamed from meta-python/recipes-devtools/python/python3-path_16.14.0.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python3-path_16.14.0.bb b/meta-python/recipes-devtools/python/python3-path_17.0.0.bb index b4d290a230..e809952079 100644 --- a/meta-python/recipes-devtools/python/python3-path_16.14.0.bb +++ b/meta-python/recipes-devtools/python/python3-path_17.0.0.bb | |||
@@ -2,7 +2,7 @@ SUMMARY = "A module wrapper for os.path" | |||
2 | LICENSE = "MIT" | 2 | LICENSE = "MIT" |
3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=141643e11c48898150daa83802dbc65f" | 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=141643e11c48898150daa83802dbc65f" |
4 | 4 | ||
5 | SRC_URI[sha256sum] = "dbaaa7efd4602fd6ba8d82890dc7823d69e5de740a6e842d9919b0faaf2b6a8e" | 5 | SRC_URI[sha256sum] = "e1540261d22df1416fb1b498b3b1ed5353a371a48fe197d66611bb01e7fab2d5" |
6 | 6 | ||
7 | SRC_URI += "\ | 7 | SRC_URI += "\ |
8 | file://run-ptest \ | 8 | file://run-ptest \ |
@@ -28,7 +28,7 @@ BBCLASSEXTEND = "nativesdk native" | |||
28 | 28 | ||
29 | do_install_ptest() { | 29 | do_install_ptest() { |
30 | install -d ${D}${PTEST_PATH}/test | 30 | install -d ${D}${PTEST_PATH}/test |
31 | cp -rf ${S}/test_* ${D}${PTEST_PATH}/test/ | 31 | cp -rf ${S}/tests/test_* ${D}${PTEST_PATH}/test/ |
32 | install -d ${D}${PTEST_PATH}/path | 32 | install -d ${D}${PTEST_PATH}/path |
33 | cp -rf ${S}/path/* ${D}${PTEST_PATH}/path/ | 33 | cp -rf ${S}/path/* ${D}${PTEST_PATH}/path/ |
34 | } | 34 | } |