diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-xmodem_0.4.7.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-xmodem_0.4.7.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-python/recipes-devtools/python/python3-xmodem_0.4.7.bb b/meta-python/recipes-devtools/python/python3-xmodem_0.4.7.bb index 482f0c641b..e41afb56c0 100644 --- a/meta-python/recipes-devtools/python/python3-xmodem_0.4.7.bb +++ b/meta-python/recipes-devtools/python/python3-xmodem_0.4.7.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | DESCRIPTION = "XMODEM protocol implementation" | 1 | DESCRIPTION = "XMODEM protocol implementation" |
2 | 2 | ||
3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
4 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=90bc9522130d68de0dcbf33707bbf124" |
5 | 5 | ||
6 | SRC_URI[sha256sum] = "2f1068aa8676f0d1d112498b5786c4f8ea4f89d8f25d07d3a0f293cd21db1c35" | 6 | SRC_URI[sha256sum] = "2f1068aa8676f0d1d112498b5786c4f8ea4f89d8f25d07d3a0f293cd21db1c35" |
7 | 7 | ||
@@ -9,8 +9,8 @@ inherit pypi setuptools3 | |||
9 | 9 | ||
10 | do_install:append() { | 10 | do_install:append() { |
11 | install -d ${D}${docdir}/${PN} | 11 | install -d ${D}${docdir}/${PN} |
12 | mv ${D}/usr/doc/* ${D}${docdir}/${PN}/ | 12 | mv ${D}${prefix}/doc/* ${D}${docdir}/${PN}/ |
13 | rmdir ${D}/usr/doc | 13 | rmdir ${D}${prefix}/doc |
14 | } | 14 | } |
15 | 15 | ||
16 | RDEPENDS:${PN} += " \ | 16 | RDEPENDS:${PN} += " \ |