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-devtools/distcc | |
| 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-devtools/distcc')
| -rw-r--r-- | meta/recipes-devtools/distcc/distcc_3.4.bb | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/meta/recipes-devtools/distcc/distcc_3.4.bb b/meta/recipes-devtools/distcc/distcc_3.4.bb index 3bab6d53eb..d4fc0356e6 100644 --- a/meta/recipes-devtools/distcc/distcc_3.4.bb +++ b/meta/recipes-devtools/distcc/distcc_3.4.bb | |||
| @@ -13,7 +13,7 @@ PACKAGECONFIG[gtk] = "--with-gtk,--without-gtk --without-gnome,gtk+" | |||
| 13 | # use system popt by default | 13 | # use system popt by default |
| 14 | PACKAGECONFIG[popt] = "--without-included-popt,--with-included-popt,popt" | 14 | PACKAGECONFIG[popt] = "--without-included-popt,--with-included-popt,popt" |
| 15 | 15 | ||
| 16 | RRECOMMENDS_${PN}-server = "avahi-daemon" | 16 | RRECOMMENDS:${PN}-server = "avahi-daemon" |
| 17 | 17 | ||
| 18 | SRC_URI = "git://github.com/distcc/distcc.git \ | 18 | SRC_URI = "git://github.com/distcc/distcc.git \ |
| 19 | file://default \ | 19 | file://default \ |
| @@ -33,7 +33,7 @@ EXTRA_OECONF += "--disable-Werror PYTHON='' --disable-pump-mode" | |||
| 33 | PACKAGE_BEFORE_PN = "${PN}-distmon-gnome ${PN}-server" | 33 | PACKAGE_BEFORE_PN = "${PN}-distmon-gnome ${PN}-server" |
| 34 | 34 | ||
| 35 | USERADD_PACKAGES = "${PN}-server" | 35 | USERADD_PACKAGES = "${PN}-server" |
| 36 | USERADD_PARAM_${PN}-server = "--system \ | 36 | USERADD_PARAM:${PN}-server = "--system \ |
| 37 | --home /dev/null \ | 37 | --home /dev/null \ |
| 38 | --no-create-home \ | 38 | --no-create-home \ |
| 39 | --gid nogroup \ | 39 | --gid nogroup \ |
| @@ -43,7 +43,7 @@ UPDATERCPN = "${PN}-server" | |||
| 43 | INITSCRIPT_NAME = "distcc" | 43 | INITSCRIPT_NAME = "distcc" |
| 44 | 44 | ||
| 45 | SYSTEMD_PACKAGES = "${PN}-server" | 45 | SYSTEMD_PACKAGES = "${PN}-server" |
| 46 | SYSTEMD_SERVICE_${PN}-server = "distcc.service" | 46 | SYSTEMD_SERVICE:${PN}-server = "distcc.service" |
| 47 | 47 | ||
| 48 | do_install() { | 48 | do_install() { |
| 49 | # Improve reproducibility: compress w/o timestamps | 49 | # Improve reproducibility: compress w/o timestamps |
| @@ -57,10 +57,10 @@ do_install() { | |||
| 57 | sed -i -e 's,@BINDIR@,${bindir},g' ${D}${systemd_unitdir}/system/distcc.service | 57 | sed -i -e 's,@BINDIR@,${bindir},g' ${D}${systemd_unitdir}/system/distcc.service |
| 58 | } | 58 | } |
| 59 | 59 | ||
| 60 | FILES_${PN}-server = "${sysconfdir} \ | 60 | FILES:${PN}-server = "${sysconfdir} \ |
| 61 | ${bindir}/distccd \ | 61 | ${bindir}/distccd \ |
| 62 | ${sbindir}" | 62 | ${sbindir}" |
| 63 | FILES_${PN}-distmon-gnome = "${bindir}/distccmon-gnome \ | 63 | FILES:${PN}-distmon-gnome = "${bindir}/distccmon-gnome \ |
| 64 | ${datadir}/applications \ | 64 | ${datadir}/applications \ |
| 65 | ${datadir}/pixmaps" | 65 | ${datadir}/pixmaps" |
| 66 | 66 | ||
