diff options
| -rw-r--r-- | meta-oe/recipes-extended/hplip/hplip_3.19.12.bb | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/meta-oe/recipes-extended/hplip/hplip_3.19.12.bb b/meta-oe/recipes-extended/hplip/hplip_3.19.12.bb index 883a6ffe95..457a974534 100644 --- a/meta-oe/recipes-extended/hplip/hplip_3.19.12.bb +++ b/meta-oe/recipes-extended/hplip/hplip_3.19.12.bb | |||
| @@ -39,8 +39,8 @@ EXTRA_OECONF += "\ | |||
| 39 | --enable-foomatic-drv-install \ | 39 | --enable-foomatic-drv-install \ |
| 40 | --disable-foomatic-ppd-install \ | 40 | --disable-foomatic-ppd-install \ |
| 41 | --disable-foomatic-rip-hplip-install \ | 41 | --disable-foomatic-rip-hplip-install \ |
| 42 | --with-cupsbackenddir=${libdir}/cups/backend \ | 42 | --with-cupsbackenddir=${libexecdir}/cups/backend \ |
| 43 | --with-cupsfilterdir=${libdir}/cups/filter \ | 43 | --with-cupsfilterdir=${libexecdir}/cups/filter \ |
| 44 | " | 44 | " |
| 45 | 45 | ||
| 46 | EXTRA_OEMAKE = "rulessystemdir=${systemd_unitdir}/system/" | 46 | EXTRA_OEMAKE = "rulessystemdir=${systemd_unitdir}/system/" |
| @@ -52,7 +52,7 @@ do_install_append() { | |||
| 52 | sed -i -e "s|/usr/bin/python|/usr/bin/env python3|g" ${D}${datadir}/hplip/*.py | 52 | sed -i -e "s|/usr/bin/python|/usr/bin/env python3|g" ${D}${datadir}/hplip/*.py |
| 53 | } | 53 | } |
| 54 | 54 | ||
| 55 | PACKAGES += "${PN}-ppd ${PN}-cups ${PN}-backend ${PN}-filter ${PN}-hal" | 55 | PACKAGE_BEFORE_PN += "${PN}-ppd ${PN}-cups ${PN}-backend ${PN}-filter ${PN}-hal" |
| 56 | 56 | ||
| 57 | RDEPENDS_${PN} += " \ | 57 | RDEPENDS_${PN} += " \ |
| 58 | python3\ | 58 | python3\ |
| @@ -70,15 +70,15 @@ RDEPENDS_${PN}-filter += "perl" | |||
| 70 | 70 | ||
| 71 | # need to snag the debug file or OE will fail on backend package | 71 | # need to snag the debug file or OE will fail on backend package |
| 72 | FILES_${PN}-dbg += "\ | 72 | FILES_${PN}-dbg += "\ |
| 73 | ${libdir}/cups/backend/.debug \ | 73 | ${libexecdir}/cups/backend/.debug \ |
| 74 | ${PYTHON_SITEPACKAGES_DIR}/.debug \ | 74 | ${PYTHON_SITEPACKAGES_DIR}/.debug \ |
| 75 | ${libdir}/cups/filter/.debug " | 75 | ${libexecdir}/cups/filter/.debug " |
| 76 | 76 | ||
| 77 | FILES_${PN}-dev += "${PYTHON_SITEPACKAGES_DIR}/*.la" | 77 | FILES_${PN}-dev += "${PYTHON_SITEPACKAGES_DIR}/*.la" |
| 78 | FILES_${PN}-ppd = "${datadir}/ppd" | 78 | FILES_${PN}-ppd = "${datadir}/ppd" |
| 79 | FILES_${PN}-cups = "${datadir}/cups" | 79 | FILES_${PN}-cups = "${datadir}/cups" |
| 80 | FILES_${PN}-backend = "${libdir}/cups/backend" | 80 | FILES_${PN}-backend = "${libexecdir}/cups/backend" |
| 81 | FILES_${PN}-filter = "${libdir}/cups/filter" | 81 | FILES_${PN}-filter = "${libexecdir}/cups/filter" |
| 82 | FILES_${PN}-hal = "${datadir}/hal" | 82 | FILES_${PN}-hal = "${datadir}/hal" |
| 83 | 83 | ||
| 84 | FILES_${PN} += "${PYTHON_SITEPACKAGES_DIR}/*.so" | 84 | FILES_${PN} += "${PYTHON_SITEPACKAGES_DIR}/*.so" |
