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-support/mime-support | |
| 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-support/mime-support')
| -rw-r--r-- | meta-oe/recipes-support/mime-support/mime-support_3.62.bb | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/meta-oe/recipes-support/mime-support/mime-support_3.62.bb b/meta-oe/recipes-support/mime-support/mime-support_3.62.bb index 858521b65f..46def2a23c 100644 --- a/meta-oe/recipes-support/mime-support/mime-support_3.62.bb +++ b/meta-oe/recipes-support/mime-support/mime-support_3.62.bb | |||
| @@ -1,14 +1,14 @@ | |||
| 1 | SECTION = "base" | 1 | SECTION = "base" |
| 2 | SUMMARY = "MIME files 'mime.types' & 'mailcap', and support programs" | 2 | SUMMARY = "MIME files 'mime.types' & 'mailcap', and support programs" |
| 3 | LICENSE = "PD & Bellcore" | 3 | LICENSE = "PD & Bellcore" |
| 4 | LICENSE_${PN} = "PD" | 4 | LICENSE:${PN} = "PD" |
| 5 | # mailcap.man's license is Bellcore | 5 | # mailcap.man's license is Bellcore |
| 6 | LICENSE_${PN}-doc = "PD & Bellcore" | 6 | LICENSE:${PN}-doc = "PD & Bellcore" |
| 7 | LIC_FILES_CHKSUM = "file://debian/copyright;md5=53c851e31d27c3ea8a6217073a5ff01c" | 7 | LIC_FILES_CHKSUM = "file://debian/copyright;md5=53c851e31d27c3ea8a6217073a5ff01c" |
| 8 | 8 | ||
| 9 | DEPENDS = "file" | 9 | DEPENDS = "file" |
| 10 | RDEPENDS_${PN} = "perl" | 10 | RDEPENDS:${PN} = "perl" |
| 11 | RRECOMMENDS_${PN} = "file" | 11 | RRECOMMENDS:${PN} = "file" |
| 12 | 12 | ||
| 13 | SRC_URI = "${DEBIAN_MIRROR}/main/m/mime-support/mime-support_${PV}.tar.gz" | 13 | SRC_URI = "${DEBIAN_MIRROR}/main/m/mime-support/mime-support_${PV}.tar.gz" |
| 14 | SRC_URI[sha256sum] = "54e0a03e0cd63c7c9fe68a18ead0a2143fd3c327604215f989d85484d0409f4a" | 14 | SRC_URI[sha256sum] = "54e0a03e0cd63c7c9fe68a18ead0a2143fd3c327604215f989d85484d0409f4a" |
| @@ -16,9 +16,9 @@ S = "${WORKDIR}/${BPN}" | |||
| 16 | 16 | ||
| 17 | inherit update-alternatives | 17 | inherit update-alternatives |
| 18 | 18 | ||
| 19 | FILES_${PN} += " ${libdir}/mime" | 19 | FILES:${PN} += " ${libdir}/mime" |
| 20 | 20 | ||
| 21 | docdir_append = "/${BPN}" | 21 | docdir:append = "/${BPN}" |
| 22 | 22 | ||
| 23 | do_install () { | 23 | do_install () { |
| 24 | install -d ${D}${sysconfdir} | 24 | install -d ${D}${sysconfdir} |
| @@ -61,5 +61,5 @@ do_install () { | |||
| 61 | } | 61 | } |
| 62 | 62 | ||
| 63 | ALTERNATIVE_PRIORITY = "90" | 63 | ALTERNATIVE_PRIORITY = "90" |
| 64 | ALTERNATIVE_${PN} = "mime.types" | 64 | ALTERNATIVE:${PN} = "mime.types" |
| 65 | ALTERNATIVE_LINK_NAME[mime.types] = "${sysconfdir}/mime.types" | 65 | ALTERNATIVE_LINK_NAME[mime.types] = "${sysconfdir}/mime.types" |
