From: Alexander Smirnov <asmirnov@ilbers.de>
To: isar-users@googlegroups.com
Cc: Alexander Smirnov <asmirnov@ilbers.de>
Subject: [RFC][PATCH 3/3] recipes-debian: Add example recipe to test Debian .dsc support
Date: Mon, 23 Apr 2018 16:21:46 +0300 [thread overview]
Message-ID: <20180423132146.14743-4-asmirnov@ilbers.de> (raw)
In-Reply-To: <20180423132146.14743-1-asmirnov@ilbers.de>
This patch adds recipe to build Debian hello package by using .dsc
backend.
To test this, the following command could be used:
$ bitbake hello
Signed-off-by: Alexander Smirnov <asmirnov@ilbers.de>
---
meta-isar/recipes-debian/hello/hello.bb | 10 ++++++++++
1 file changed, 10 insertions(+)
create mode 100644 meta-isar/recipes-debian/hello/hello.bb
diff --git a/meta-isar/recipes-debian/hello/hello.bb b/meta-isar/recipes-debian/hello/hello.bb
new file mode 100644
index 0000000..c018141
--- /dev/null
+++ b/meta-isar/recipes-debian/hello/hello.bb
@@ -0,0 +1,10 @@
+# Sample recipe for original Debian package build
+#
+# This software is a part of ISAR.
+# Copyright (c) ilbers GmbH, 2018
+#
+# SPDX-License-Identifier: MIT
+
+DSC_URI = "http://ftp.de.debian.org/debian/pool/main/h/hello/hello_2.9-2+deb8u1.dsc;md5sum=faa827e0ff1d7e76c12488ed77e8fc76"
+
+inherit debian-dsc
--
2.9.5
next prev parent reply other threads:[~2018-04-23 13:22 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-04-23 13:21 [RFC][PATCH 0/3] Experiments with .dsc backend Alexander Smirnov
2018-04-23 13:21 ` [RFC][PATCH 1/3] buildchroot: Include texinfo to base system Alexander Smirnov
2018-04-23 13:21 ` [RFC][PATCH 2/3] classes/dsc: Basic Debian .dsc backend implementation Alexander Smirnov
2018-04-23 15:04 ` Henning Schild
2018-04-23 16:11 ` Alexander Smirnov
2018-04-23 17:27 ` Henning Schild
2018-04-25 10:11 ` Jan Kiszka
2018-05-08 17:40 ` Henning Schild
2018-04-23 13:21 ` Alexander Smirnov [this message]
2018-04-23 14:36 ` [RFC][PATCH 0/3] Experiments with .dsc backend Henning Schild
2018-04-23 15:26 ` Alexander Smirnov
2018-04-23 16:03 ` Henning Schild
2018-04-27 15:46 ` Alexander Smirnov
2018-05-02 8:19 ` Henning Schild
2018-05-08 17:37 ` Henning Schild
2018-05-08 18:31 ` Alexander Smirnov
2018-05-09 7:37 ` Henning Schild
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180423132146.14743-4-asmirnov@ilbers.de \
--to=asmirnov@ilbers.de \
--cc=isar-users@googlegroups.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox