From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 7013366436890411008 Date: Wed, 29 Sep 2021 07:43:41 -0700 (PDT) From: Michael Ebel To: isar-users Message-Id: <01271061-bcfd-4fa7-9c8a-1e54fa0d6817n@googlegroups.com> Subject: [PATCH] meta/classes/debianize: Create debian folder if source does not contain one MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_2988_1606497614.1632926621751" X-TUID: NnP+t50TzsUx ------=_Part_2988_1606497614.1632926621751 Content-Type: multipart/alternative; boundary="----=_Part_2989_1383700485.1632926621752" ------=_Part_2989_1383700485.1632926621752 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit >>From e4f8153bd3b3886b283ea19517b56f5190ca6b9a Mon Sep 17 00:00:00 2001 From: Michael Ebel Date: Wed, 29 Sep 2021 16:29:40 +0200 Subject: [PATCH] meta/classes/debianize: Create debian folder if source does not contain one Signed-off-by: Michael Ebel --- meta/classes/debianize.bbclass | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/meta/classes/debianize.bbclass b/meta/classes/debianize.bbclass index 4486778..338b1f5 100644 --- a/meta/classes/debianize.bbclass +++ b/meta/classes/debianize.bbclass @@ -88,6 +88,11 @@ EOF } deb_debianize() { + # create the debian folder if the source does not contain it + if [ ! -d ${S}/debian ]; then + install -v -m 755 -d ${S}/debian + fi + # create the compat-file if there is no file with that name in WORKDIR if [ -f ${WORKDIR}/compat ]; then install -v -m 644 ${WORKDIR}/compat ${S}/debian/compat -- 2.25.1 ------=_Part_2989_1383700485.1632926621752 Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: quoted-printable >>From e4f8153bd3b3886b283ea19517b56f5190ca6b9a Mon Sep 17 00:00:00 2001
F= rom: Michael Ebel <mebel@christ-es.de>
Date: Wed, 29 Sep 2021 16:2= 9:40 +0200
Subject: [PATCH] meta/classes/debianize: Create debian folder= if source does
 not contain one

Signed-off-by: Michael Ebel= <mebel@christ-es.de>
---
 meta/classes/debianize.bbclass = | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/meta= /classes/debianize.bbclass b/meta/classes/debianize.bbclass
index 448677= 8..338b1f5 100644
--- a/meta/classes/debianize.bbclass
+++ b/meta/cla= sses/debianize.bbclass
@@ -88,6 +88,11 @@ EOF
 }
 
&n= bsp;deb_debianize() {
+    # create the debian folder if = the source does not contain it
+    if [ ! -d ${S}/debian= ]; then
+        install -v -m 755 -d ${S= }/debian
+    fi
+
     # creat= e the compat-file if there is no file with that name in WORKDIR
 &n= bsp;   if [ -f ${WORKDIR}/compat ]; then
    &n= bsp;    install -v -m 644 ${WORKDIR}/compat ${S}/debian/comp= at
--
2.25.1

------=_Part_2989_1383700485.1632926621752-- ------=_Part_2988_1606497614.1632926621751--