In each of these cases allarch is used where the package in question has a
dependency on things which are not allach and change when MACHINE is changed.
This leads to a rebuild of the package each time MACHINE is switched and
the sstate checksum changes. The dependencies in question are not suited
be being marked as ABISAFE.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
-inherit allarch
-
PR = "r8"
SRC_URI = " \
PACKAGES = "${PN}"
RDEPENDS_${PN} = "dbus rsync"
-inherit allarch
-
}
RDEPENDS_${PN} = "distcc"
-
-inherit allarch
}
RDEPENDS_${PN} = "packagegroup-core-nfs-server"
-
-inherit allarch
PR = "r4"
PE = "1"
-inherit allarch fontcache
+inherit fontcache
FONT_PACKAGES = "${PN}"
PR = "r7"
RDEPENDS_${PN} = "fontconfig-utils"
-inherit allarch fontcache
+inherit fontcache
FONT_PACKAGES = "${PN}"
S = "${WORKDIR}"
-inherit allarch
-
do_install() {
cp -R ${S}/etc ${D}${sysconfdir}
chmod -R 755 ${D}${sysconfdir}