From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6514905122814820352 X-Received: by 10.223.154.164 with SMTP id a33mr1163591wrc.20.1516869553514; Thu, 25 Jan 2018 00:39:13 -0800 (PST) X-BeenThere: isar-users@googlegroups.com Received: by 10.28.9.70 with SMTP id 67ls2899063wmj.7.canary-gmail; Thu, 25 Jan 2018 00:39:12 -0800 (PST) X-Google-Smtp-Source: AH8x225IgIdOnALsq68k9BsdrRqGpS9zf606JWJMvhVfs0gVpL1p1XKWtIiG1qjrLeZ4oHPTOjd8 X-Received: by 10.28.245.19 with SMTP id t19mr1089782wmh.4.1516869552920; Thu, 25 Jan 2018 00:39:12 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1516869552; cv=none; d=google.com; s=arc-20160816; b=s04Yk/ybggXdJkRe+nO/6wY8OefGaNi30+IT24u0A1jC3AmK7y0ElN7n1ArvoxFcUF Spji0hlzcSgb/n6aZRAr1qFFPmDdOJxARwzlbhg2L4abi5nRPocGXSLHBNrifCLyz/87 u29QZTZh/g9318mxNsGLkEMDoL7kl7jd8/PcdxPXWsKkpH4j+AANYfaQT5JzQMNJbhRj Qmkps7Gy7954On/kwk5tvc1XpMuWFz1U7S4OaBMEzzYXZ/yW1SK4kOwn74LHkt949z5O sAXs/GnRCS92bPjRagD7V7SfygODOqsyKM60izZybwb8kXeQCrhak6Lw0EdfsehvW9Zx IBhQ== 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=JfXcdRCVQwCs8b6JRVzdNwkC5oItE9W9osTeUA6PB5M=; b=fFJ81olKSJOH62TPOgh483wnmKwY2l3xzh+A9lA3i81I5Kbt0uH3E034LrvlLsuLIK zUO/Ka106sJNKxpptNK56eEccnRWr8ocRufX/n07tv4tuHk8ApB8FfqxxCsS/kFdD+zu JR5JccvlpPCXL0q0mU//X7XPVs2EAgIz31YLffDUwR3ZC/pDoA6sG3Zg9xfDGc9Rvnbp XgbZv3Ok41dPENu6sVnQii2dtLBtbbwR9O0tlFnLwzQZx7uY6etMcS92z3EOx940q2dh imA6VkT1m7SBm4ae0cSBeMoTk2r4DR1S++KAsNpwsw+gQRcS9nqcHGcjmUGa85WHx1iC 7Dlg== 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 r70si119005wmg.2.2018.01.25.00.39.12 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 25 Jan 2018 00:39:12 -0800 (PST) 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 localhost.localdomain ([188.227.110.165]) (authenticated bits=0) by aqmola.ilbers.de (8.14.4/8.14.4/Debian-4+deb7u1) with ESMTP id w0P8cvaB019746 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Thu, 25 Jan 2018 09:39:05 +0100 From: Alexander Smirnov To: isar-users@googlegroups.com Cc: Alexander Smirnov Subject: [PATCH 3/3] libhello: Add libhello Date: Thu, 25 Jan 2018 11:38:51 +0300 Message-Id: <20180125083851.5887-4-asmirnov@ilbers.de> X-Mailer: git-send-email 2.9.5 In-Reply-To: <20180125083851.5887-1-asmirnov@ilbers.de> References: <20180125083851.5887-1-asmirnov@ilbers.de> X-TUID: c9oVdyIOMZUr 'libhello' package intended to demonstrate Isar build dependencies between recipes. Signed-off-by: Alexander Smirnov --- meta-isar/recipes-app/example-hello/example-hello.bb | 7 +++++-- meta-isar/recipes-app/libhello/libhello.bb | 18 ++++++++++++++++++ 2 files changed, 23 insertions(+), 2 deletions(-) create mode 100644 meta-isar/recipes-app/libhello/libhello.bb diff --git a/meta-isar/recipes-app/example-hello/example-hello.bb b/meta-isar/recipes-app/example-hello/example-hello.bb index 114ee85..19f9d69 100644 --- a/meta-isar/recipes-app/example-hello/example-hello.bb +++ b/meta-isar/recipes-app/example-hello/example-hello.bb @@ -8,10 +8,13 @@ DESCRIPTION = "Sample application for ISAR" LICENSE = "gpl-2.0" LIC_FILES_CHKSUM = "file://${LAYERDIR_isar}/licenses/COPYING.GPLv2;md5=751419260aa954499f7abaabaa882bbe" -PV = "0.1+g7f35942-1" +PV = "0.2" + +DEPENDS += "libhello" SRC_URI = "git://github.com/ilbers/hello.git;branch=devel;protocol=https" -SRCREV = "5c0ae73fdc97d80b6726e602a1fa0ef00c2c012a" +SRCREV = "ffca497b3f8157efe3eb6fab97a88045142591ae" + SRC_DIR = "git" diff --git a/meta-isar/recipes-app/libhello/libhello.bb b/meta-isar/recipes-app/libhello/libhello.bb new file mode 100644 index 0000000..4caaf2d --- /dev/null +++ b/meta-isar/recipes-app/libhello/libhello.bb @@ -0,0 +1,18 @@ +# Sample shared library +# +# This software is a part of ISAR. +# Copyright (C) 2017-2018 ilbers GmbH + +DESCRIPTION = "Sample shared library for ISAR" + +LICENSE = "gpl-2.0" +LIC_FILES_CHKSUM = "file://${LAYERDIR_isar}/licenses/COPYING.GPLv2;md5=751419260aa954499f7abaabaa882bbe" + +PV = "0.1" + +SRC_URI = "git://github.com/alexbluesman/libhello.git;protocol=https" +SRCREV = "1671f0287fe0bca8937f687f53a3bd05c9e2d9c2" + +SRC_DIR = "git" + +inherit dpkg -- 2.1.4