summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-extended/isomd5sum/isomd5sum_1.2.3.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-oe/recipes-extended/isomd5sum/isomd5sum_1.2.3.bb b/meta-oe/recipes-extended/isomd5sum/isomd5sum_1.2.3.bb
index 83e838580..b7899a11b 100644
--- a/meta-oe/recipes-extended/isomd5sum/isomd5sum_1.2.3.bb
+++ b/meta-oe/recipes-extended/isomd5sum/isomd5sum_1.2.3.bb
@@ -2,7 +2,7 @@ SUMMARY = "Tools for taking the MD5 sum of ISO images"
2DESCRIPTION = "Tools for taking the MD5 sum of ISO images" 2DESCRIPTION = "Tools for taking the MD5 sum of ISO images"
3 3
4DEPENDS = "popt python3 openssl curl popt-native" 4DEPENDS = "popt python3 openssl curl popt-native"
5RDEPENDS_${PN} = "openssl curl" 5RDEPENDS_${BPN} = "openssl curl"
6 6
7LICENSE = "GPLv2" 7LICENSE = "GPLv2"
8LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b" 8LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b"
@@ -25,11 +25,11 @@ do_install () {
25 oe_runmake install 25 oe_runmake install
26} 26}
27 27
28PACKAGES += "${PYTHON_PN}-${PN}" 28PACKAGES += "${PYTHON_PN}-${BPN}"
29 29
30RPROVIDES_${PN}-dbg += "${PYTHON_PN}-${PN}-dbg" 30RPROVIDES_${BPN}-dbg += "${PYTHON_PN}-${BPN}-dbg"
31 31
32FILES_${PYTHON_PN}-${PN} = "${PYTHON_SITEPACKAGES_DIR}/pyisomd5sum.so" 32FILES_${PYTHON_PN}-${BPN} = "${PYTHON_SITEPACKAGES_DIR}/pyisomd5sum.so"
33 33
34SRCREV = "7860901f726f5d92689cb67243cc7f981f21f74b" 34SRCREV = "7860901f726f5d92689cb67243cc7f981f21f74b"
35 35