From 56681232c2fa360e465c79a124a531274d70b2b4 Mon Sep 17 00:00:00 2001 From: Serhii Voloshynov Date: Tue, 26 Sep 2023 12:08:51 +0300 Subject: Packages that are different by machine should have different names from each other --- recipes-core/multitech/config_2.4.bb | 4 ++-- recipes-core/multitech/overlayfs-init-jffs2_0.1.bb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'recipes-core/multitech') diff --git a/recipes-core/multitech/config_2.4.bb b/recipes-core/multitech/config_2.4.bb index 6d6956b..e3d014f 100644 --- a/recipes-core/multitech/config_2.4.bb +++ b/recipes-core/multitech/config_2.4.bb @@ -3,7 +3,7 @@ SECTION = "base" LICENSE = "MIT" RDEPENDS_${PN} += "bash" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" -PACKAGE_ARCH = "all" +PACKAGE_ARCH = "${MACHINE_ARCH}" PR = "r3" PACKAGES =+ "${PN}-mths" inherit update-rc.d @@ -79,7 +79,7 @@ pkg_postinst_${PN}-mths() { mkdir -p $X export X ( - + set -x if tar -tf $D${sysconfdir}/defaults.tar.gz | grep dnsmasq ; then : diff --git a/recipes-core/multitech/overlayfs-init-jffs2_0.1.bb b/recipes-core/multitech/overlayfs-init-jffs2_0.1.bb index b44a478..2babc4a 100644 --- a/recipes-core/multitech/overlayfs-init-jffs2_0.1.bb +++ b/recipes-core/multitech/overlayfs-init-jffs2_0.1.bb @@ -2,7 +2,7 @@ DESCRIPTION = "OverlayFS init" HOMEPAGE = "http://www.multitech.com/" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" -PACKAGE_ARCH = "all" +PACKAGE_ARCH = "${MACHINE_ARCH}" PR = "r2" RDEPENDS_${PN} += "bash" -- cgit v1.2.3