diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2021-07-29 17:04:53 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-08-03 10:21:25 -0700 |
| commit | c61dc077bbd81260e4f167fa2251643ba0ba6974 (patch) | |
| tree | 66c3243f8f64ae60f66f70a16e8128c247254a65 /meta-oe/recipes-printing/cups | |
| parent | c5f7cfb8db54cfa4257797db5bd87828dea43296 (diff) | |
| download | meta-openembedded-c61dc077bbd81260e4f167fa2251643ba0ba6974.tar.gz | |
Convert to new override syntax
This is the result of automated script (0.9.1) conversion:
oe-core/scripts/contrib/convert-overrides.py .
converting the metadata to use ":" as the override character instead of "_".
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-printing/cups')
| -rw-r--r-- | meta-oe/recipes-printing/cups/cups-filters.inc | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/meta-oe/recipes-printing/cups/cups-filters.inc b/meta-oe/recipes-printing/cups/cups-filters.inc index 589bb90e6e..c01e2cd49f 100644 --- a/meta-oe/recipes-printing/cups/cups-filters.inc +++ b/meta-oe/recipes-printing/cups/cups-filters.inc | |||
| @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=516215fd57564996d70327db19b368ff" | |||
| 7 | SECTION = "console/utils" | 7 | SECTION = "console/utils" |
| 8 | 8 | ||
| 9 | DEPENDS = "cups glib-2.0 glib-2.0-native dbus dbus-glib lcms ghostscript poppler qpdf libpng" | 9 | DEPENDS = "cups glib-2.0 glib-2.0-native dbus dbus-glib lcms ghostscript poppler qpdf libpng" |
| 10 | DEPENDS_class-native = "poppler-native glib-2.0-native dbus-native pkgconfig-native gettext-native libpng-native" | 10 | DEPENDS:class-native = "poppler-native glib-2.0-native dbus-native pkgconfig-native gettext-native libpng-native" |
| 11 | 11 | ||
| 12 | SRC_URI = "http://openprinting.org/download/cups-filters/cups-filters-${PV}.tar.gz" | 12 | SRC_URI = "http://openprinting.org/download/cups-filters/cups-filters-${PV}.tar.gz" |
| 13 | 13 | ||
| @@ -23,7 +23,7 @@ EXTRA_OECONF += " --enable-ghostscript --disable-ldap \ | |||
| 23 | --with-rcdir=no \ | 23 | --with-rcdir=no \ |
| 24 | --without-php" | 24 | --without-php" |
| 25 | 25 | ||
| 26 | EXTRA_OECONF_class-native += " --with-pdftops=pdftops \ | 26 | EXTRA_OECONF:class-native += " --with-pdftops=pdftops \ |
| 27 | --disable-avahi --disable-ghostscript \ | 27 | --disable-avahi --disable-ghostscript \ |
| 28 | --disable-ldap \ | 28 | --disable-ldap \ |
| 29 | --with-png --without-jpeg --without-tiff" | 29 | --with-png --without-jpeg --without-tiff" |
| @@ -46,21 +46,21 @@ PACKAGES =+ "\ | |||
| 46 | ${PN}-data \ | 46 | ${PN}-data \ |
| 47 | " | 47 | " |
| 48 | 48 | ||
| 49 | FILES_${PN}-gst = "\ | 49 | FILES:${PN}-gst = "\ |
| 50 | ${libexecdir}/cups/filter/gsto* \ | 50 | ${libexecdir}/cups/filter/gsto* \ |
| 51 | " | 51 | " |
| 52 | 52 | ||
| 53 | FILES_${PN}-data = "\ | 53 | FILES:${PN}-data = "\ |
| 54 | ${datadir}/cups/data \ | 54 | ${datadir}/cups/data \ |
| 55 | " | 55 | " |
| 56 | 56 | ||
| 57 | FILES_${PN}-dbg += "\ | 57 | FILES:${PN}-dbg += "\ |
| 58 | ${libexecdir}/cups/backend/.debug \ | 58 | ${libexecdir}/cups/backend/.debug \ |
| 59 | ${libexecdir}/cups/driver/.debug \ | 59 | ${libexecdir}/cups/driver/.debug \ |
| 60 | ${libexecdir}/cups/filter/.debug \ | 60 | ${libexecdir}/cups/filter/.debug \ |
| 61 | " | 61 | " |
| 62 | 62 | ||
| 63 | FILES_${PN} += "\ | 63 | FILES:${PN} += "\ |
| 64 | ${libexecdir}/cups \ | 64 | ${libexecdir}/cups \ |
| 65 | ${datadir}/ppd/ \ | 65 | ${datadir}/ppd/ \ |
| 66 | ${datadir}/cups/charsets \ | 66 | ${datadir}/cups/charsets \ |
| @@ -70,7 +70,7 @@ FILES_${PN} += "\ | |||
| 70 | ${datadir}/cups/banners \ | 70 | ${datadir}/cups/banners \ |
| 71 | " | 71 | " |
| 72 | 72 | ||
| 73 | do_install_append() { | 73 | do_install:append() { |
| 74 | # remove braille dir | 74 | # remove braille dir |
| 75 | rm -rf ${D}${datadir}/cups/braille | 75 | rm -rf ${D}${datadir}/cups/braille |
| 76 | 76 | ||
| @@ -78,4 +78,4 @@ do_install_append() { | |||
| 78 | sed -i -e 's:${STAGING_DIR_TARGET}::' ${D}/${libdir}/pkgconfig/libcupsfilters.pc | 78 | sed -i -e 's:${STAGING_DIR_TARGET}::' ${D}/${libdir}/pkgconfig/libcupsfilters.pc |
| 79 | } | 79 | } |
| 80 | 80 | ||
| 81 | RDEPENDS_${PN} += "bash" | 81 | RDEPENDS:${PN} += "bash" |
