summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/distcc/distcc_3.4.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2021-07-28 23:28:15 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-08-02 15:44:10 +0100
commitbb6ddc3691ab04162ec5fd69a2d5e7876713fd15 (patch)
tree76e376b01253c3aace1a98a5021bcaad3c92e861 /meta/recipes-devtools/distcc/distcc_3.4.bb
parentfcc456ee4b8f619134abb4649db53c638074082c (diff)
downloadpoky-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/distcc_3.4.bb')
-rw-r--r--meta/recipes-devtools/distcc/distcc_3.4.bb10
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
14PACKAGECONFIG[popt] = "--without-included-popt,--with-included-popt,popt" 14PACKAGECONFIG[popt] = "--without-included-popt,--with-included-popt,popt"
15 15
16RRECOMMENDS_${PN}-server = "avahi-daemon" 16RRECOMMENDS:${PN}-server = "avahi-daemon"
17 17
18SRC_URI = "git://github.com/distcc/distcc.git \ 18SRC_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"
33PACKAGE_BEFORE_PN = "${PN}-distmon-gnome ${PN}-server" 33PACKAGE_BEFORE_PN = "${PN}-distmon-gnome ${PN}-server"
34 34
35USERADD_PACKAGES = "${PN}-server" 35USERADD_PACKAGES = "${PN}-server"
36USERADD_PARAM_${PN}-server = "--system \ 36USERADD_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"
43INITSCRIPT_NAME = "distcc" 43INITSCRIPT_NAME = "distcc"
44 44
45SYSTEMD_PACKAGES = "${PN}-server" 45SYSTEMD_PACKAGES = "${PN}-server"
46SYSTEMD_SERVICE_${PN}-server = "distcc.service" 46SYSTEMD_SERVICE:${PN}-server = "distcc.service"
47 47
48do_install() { 48do_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
60FILES_${PN}-server = "${sysconfdir} \ 60FILES:${PN}-server = "${sysconfdir} \
61 ${bindir}/distccd \ 61 ${bindir}/distccd \
62 ${sbindir}" 62 ${sbindir}"
63FILES_${PN}-distmon-gnome = "${bindir}/distccmon-gnome \ 63FILES:${PN}-distmon-gnome = "${bindir}/distccmon-gnome \
64 ${datadir}/applications \ 64 ${datadir}/applications \
65 ${datadir}/pixmaps" 65 ${datadir}/pixmaps"
66 66