From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6566555412143800320 X-Received: by 2002:a2e:8958:: with SMTP id b24-v6mr261760ljk.38.1528895329078; Wed, 13 Jun 2018 06:08:49 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a2e:9ed8:: with SMTP id h24-v6ls501203ljk.8.gmail; Wed, 13 Jun 2018 06:08:48 -0700 (PDT) X-Google-Smtp-Source: ADUXVKKEw+1d4xiOMaOlBRQeeCo33KH6J8EO3u7ThqeFqxRf61rz2opYdKXpGH6+87hpKzaWqCo6 X-Received: by 2002:a2e:8958:: with SMTP id b24-v6mr261754ljk.38.1528895328669; Wed, 13 Jun 2018 06:08:48 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1528895328; cv=none; d=google.com; s=arc-20160816; b=Tzth0InQNu8BhhxTs093QpuAqFsl40halDd3owIkYCyhwiHUdv7SCdDKw0i1f/gnBs h0r7vuxMRqXXjPrcL77Yfrl4u6VHGnZ4qmwa/6QOBG0BFcl3JpX8vhvbd/+e6uN2/No9 MWn6PHDdQdhuzTejTIXGMBxLOx5Ys11UN0aVN/kvqyBdlvv1gsG6EKk8DI5smoOi0NpA DKzmq73F6Fa59t72idW1fmKLI/n2XEvL0ftYkjEcZ75Hm3BcKJ4LyL5yFcxs+trzzmDz ePH27M3nxtIU4FcBjeDxCl2HIMnsHmgxtEHzSygjkSQbeZ00KGquP1kgZT1gnWLbj3/Z UDOA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=references:in-reply-to:message-id:date:subject:cc:to:from :arc-authentication-results; bh=xV+nbBh2HkHJ0JMzNyJ93h2RwcNKH/2TLcbUTSym268=; b=jLzm8TXhjaA68nnW7/5NAXFbYvhgKh069UKTSs0Izk2EFDkkTKNxeOQeGlck1+v2FN Q8Ux6s14jy4V7SbvmT7rawZSocbjNn/yOUGruq636b+9zUVUh0DmHyhwZlyKsA/n3exY C4vPEwP+bB3IOS2BGfxakAHLjtLerI9PjbfsYVAcVZVTkKMX7fFbCWaJ1kyAPrHjW82r tuQ6c2Q5Dsj2pFqsMN3VIfA9IAQPUU9cGljndTWfOKouMmoQHYFJ7DlwGjK0SGHfxJzK 9nphSlX/S4jLh/9DPK3gHzZDzffLLhDGdkAZisbPcXfLccDLRorZa6yNV19YEy0sEOtY 3NPQ== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: best guess record for domain of asmirnov@ilbers.de designates 85.214.62.211 as permitted sender) smtp.mailfrom=asmirnov@ilbers.de Return-Path: Received: from aqmola.ilbers.de (aqmola.ilbers.de. [85.214.62.211]) by gmr-mx.google.com with ESMTPS id y7-v6si86549lfd.4.2018.06.13.06.08.48 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 13 Jun 2018 06:08:48 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of asmirnov@ilbers.de designates 85.214.62.211 as permitted sender) client-ip=85.214.62.211; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: best guess record for domain of asmirnov@ilbers.de designates 85.214.62.211 as permitted sender) smtp.mailfrom=asmirnov@ilbers.de Received: from azat.i.ilbers.de (host-80-81-17-52.static.customer.m-online.net [80.81.17.52]) (authenticated bits=0) by aqmola.ilbers.de (8.14.4/8.14.4/Debian-4+deb7u1) with ESMTP id w5DD8P08030010 (version=TLSv1/SSLv3 cipher=AES128-SHA256 bits=128 verify=NOT); Wed, 13 Jun 2018 15:08:38 +0200 From: Alexander Smirnov To: isar-users@googlegroups.com Cc: Alexander Smirnov Subject: [PATCH 9/9] [FOR TESTING] libhello: Switch to cross compilation Date: Wed, 13 Jun 2018 15:08:07 +0200 Message-Id: <20180613130807.2461-10-asmirnov@ilbers.de> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20180613130807.2461-1-asmirnov@ilbers.de> References: <20180613130807.2461-1-asmirnov@ilbers.de> X-TUID: xqQK0637HyDa Signed-off-by: Alexander Smirnov --- meta-isar/recipes-app/libhello/libhello.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-isar/recipes-app/libhello/libhello.bb b/meta-isar/recipes-app/libhello/libhello.bb index 4e75f98..8727aaf 100644 --- a/meta-isar/recipes-app/libhello/libhello.bb +++ b/meta-isar/recipes-app/libhello/libhello.bb @@ -13,4 +13,4 @@ PV = "0.1-98f2e41" SRC_URI = "git://github.com/ilbers/libhello.git;protocol=https;destsuffix=${P}" SRCREV = "98f2e41e7d05ab8d19b0c5d160b104b725c8fd93" -inherit dpkg +inherit dpkg-cross -- 2.1.4