diff options
Diffstat (limited to 'meta-oe/recipes-extended/hplip/hplip_3.22.10.bb')
-rw-r--r-- | meta-oe/recipes-extended/hplip/hplip_3.22.10.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/hplip/hplip_3.22.10.bb b/meta-oe/recipes-extended/hplip/hplip_3.22.10.bb index be420b483..c54b2e0d8 100644 --- a/meta-oe/recipes-extended/hplip/hplip_3.22.10.bb +++ b/meta-oe/recipes-extended/hplip/hplip_3.22.10.bb | |||
@@ -19,6 +19,8 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BP}.tar.gz \ | |||
19 | file://0001-Drop-using-register-storage-classifier.patch" | 19 | file://0001-Drop-using-register-storage-classifier.patch" |
20 | SRC_URI[sha256sum] = "533c3f2f6b53e4163ded4fd81d1f11ae6162a0f6451bd5e62a8382d0c1366624" | 20 | SRC_URI[sha256sum] = "533c3f2f6b53e4163ded4fd81d1f11ae6162a0f6451bd5e62a8382d0c1366624" |
21 | 21 | ||
22 | UPSTREAM_CHECK_URI = "https://sourceforge.net/p/hplip/activity" | ||
23 | |||
22 | DEPENDS += "cups python3 libusb1 python3-setuptools-native" | 24 | DEPENDS += "cups python3 libusb1 python3-setuptools-native" |
23 | 25 | ||
24 | inherit autotools-brokensep python3-dir python3native python3targetconfig pkgconfig systemd | 26 | inherit autotools-brokensep python3-dir python3native python3targetconfig pkgconfig systemd |
@@ -49,7 +51,7 @@ EXTRA_OECONF += "\ | |||
49 | --with-cupsfilterdir=${libexecdir}/cups/filter \ | 51 | --with-cupsfilterdir=${libexecdir}/cups/filter \ |
50 | " | 52 | " |
51 | 53 | ||
52 | EXTRA_OEMAKE = "rulessystemdir=${systemd_unitdir}/system/" | 54 | EXTRA_OEMAKE = "CPPFLAGS='${CFLAGS}' rulessystemdir=${systemd_unitdir}/system/" |
53 | 55 | ||
54 | do_install:append() { | 56 | do_install:append() { |
55 | rm -rf ${D}${datadir}/hplip/upgrade.py | 57 | rm -rf ${D}${datadir}/hplip/upgrade.py |