diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-07-28 23:28:15 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-08-02 15:44:10 +0100 |
| commit | bb6ddc3691ab04162ec5fd69a2d5e7876713fd15 (patch) | |
| tree | 76e376b01253c3aace1a98a5021bcaad3c92e861 /meta/recipes-extended/psmisc | |
| parent | fcc456ee4b8f619134abb4649db53c638074082c (diff) | |
| download | poky-bb6ddc3691ab04162ec5fd69a2d5e7876713fd15.tar.gz | |
Convert to new override syntax
This is the result of automated script conversion:
scripts/contrib/convert-overrides.py <oe-core directory>
converting the metadata to use ":" as the override character instead of "_".
(From OE-Core rev: 42344347be29f0997cc2f7636d9603b1fe1875ae)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/psmisc')
| -rw-r--r-- | meta/recipes-extended/psmisc/psmisc.inc | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/meta/recipes-extended/psmisc/psmisc.inc b/meta/recipes-extended/psmisc/psmisc.inc index 6ab1288152..ad6263ed94 100644 --- a/meta/recipes-extended/psmisc/psmisc.inc +++ b/meta/recipes-extended/psmisc/psmisc.inc | |||
| @@ -19,7 +19,7 @@ inherit autotools gettext | |||
| 19 | # Upstream has a custom autogen.sh which invokes po/update-potfiles as they | 19 | # Upstream has a custom autogen.sh which invokes po/update-potfiles as they |
| 20 | # don't ship a po/POTFILES.in (which is silly). Without that file gettext | 20 | # don't ship a po/POTFILES.in (which is silly). Without that file gettext |
| 21 | # doesn't believe po/ is a gettext directory and won't generate po/Makefile. | 21 | # doesn't believe po/ is a gettext directory and won't generate po/Makefile. |
| 22 | do_configure_prepend() { | 22 | do_configure:prepend() { |
| 23 | ( cd ${S} && po/update-potfiles ) | 23 | ( cd ${S} && po/update-potfiles ) |
| 24 | } | 24 | } |
| 25 | 25 | ||
| @@ -27,30 +27,30 @@ do_configure_prepend() { | |||
| 27 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}" | 27 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}" |
| 28 | PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6," | 28 | PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6," |
| 29 | 29 | ||
| 30 | ALLOW_EMPTY_${PN} = "1" | 30 | ALLOW_EMPTY:${PN} = "1" |
| 31 | 31 | ||
| 32 | PACKAGES =+ "fuser fuser-doc killall killall-doc pstree pstree-doc" | 32 | PACKAGES =+ "fuser fuser-doc killall killall-doc pstree pstree-doc" |
| 33 | PACKAGES += "psmisc-extras" | 33 | PACKAGES += "psmisc-extras" |
| 34 | 34 | ||
| 35 | FILES_${PN} = "" | 35 | FILES:${PN} = "" |
| 36 | RDEPENDS_${PN} = "fuser killall pstree" | 36 | RDEPENDS:${PN} = "fuser killall pstree" |
| 37 | 37 | ||
| 38 | FILES_fuser = "${bindir}/fuser.${BPN}" | 38 | FILES:fuser = "${bindir}/fuser.${BPN}" |
| 39 | FILES_fuser-doc = "${mandir}/man1/fuser*" | 39 | FILES:fuser-doc = "${mandir}/man1/fuser*" |
| 40 | 40 | ||
| 41 | FILES_killall = "${bindir}/killall.${BPN}" | 41 | FILES:killall = "${bindir}/killall.${BPN}" |
| 42 | FILES_killall-doc = "${mandir}/man1/killall*" | 42 | FILES:killall-doc = "${mandir}/man1/killall*" |
| 43 | 43 | ||
| 44 | FILES_pstree = "${bindir}/pstree" | 44 | FILES:pstree = "${bindir}/pstree" |
| 45 | FILES_pstree-doc = "${mandir}/man1/pstree*" | 45 | FILES:pstree-doc = "${mandir}/man1/pstree*" |
| 46 | 46 | ||
| 47 | FILES_psmisc-extras = "${bindir}" | 47 | FILES:psmisc-extras = "${bindir}" |
| 48 | FILES_psmisc-extras-doc = "${mandir}" | 48 | FILES:psmisc-extras-doc = "${mandir}" |
| 49 | 49 | ||
| 50 | inherit update-alternatives | 50 | inherit update-alternatives |
| 51 | 51 | ||
| 52 | ALTERNATIVE_PRIORITY = "90" | 52 | ALTERNATIVE_PRIORITY = "90" |
| 53 | 53 | ||
| 54 | ALTERNATIVE_killall = "killall" | 54 | ALTERNATIVE:killall = "killall" |
| 55 | 55 | ||
| 56 | ALTERNATIVE_fuser = "fuser" | 56 | ALTERNATIVE:fuser = "fuser" |
