meta-arago.lists.yoctoproject.org archive mirror
 help / color / mirror / Atom feed
From: Chirag Shilwant <c-shilwant@ti.com>
To: Denys Dmytriyenko <denis@denix.org>, Ryan Eatmon <reatmon@ti.com>,
	<meta-arago@lists.yoctoproject.org>
Cc: Gyan Gupta <g-gupta@ti.com>
Subject: [meta-arago][master/scarthgap][PATCH] recipes-containers: docker: Remove redundant bbappend
Date: Mon, 15 Apr 2024 10:53:56 +0530	[thread overview]
Message-ID: <20240415052356.3348993-1-c-shilwant@ti.com> (raw)

The changes in this bbappend has been fixed upstream [1].
Hence, remove this bbappend.

[1]: https://git.yoctoproject.org/meta-virtualization/plain/recipes-containers/docker/docker.inc?h=scarthgap

Signed-off-by: Chirag Shilwant <c-shilwant@ti.com>
---
 .../recipes-containers/docker/docker%.bbappend            | 8 --------
 1 file changed, 8 deletions(-)
 delete mode 100644 meta-arago-distro/recipes-containers/docker/docker%.bbappend

diff --git a/meta-arago-distro/recipes-containers/docker/docker%.bbappend b/meta-arago-distro/recipes-containers/docker/docker%.bbappend
deleted file mode 100644
index 1d3c37ba..00000000
--- a/meta-arago-distro/recipes-containers/docker/docker%.bbappend
+++ /dev/null
@@ -1,8 +0,0 @@
-PR:append = ".arago0"
-
-do_install:append() {
-	if ${@bb.utils.contains('DISTRO_FEATURES','sysvinit','true','false',d)}; then
-		install -d ${D}${sysconfdir}/init.d
-		install -m 0755 ${WORKDIR}/docker.init ${D}${sysconfdir}/init.d/docker.init
-	fi
-}
-- 
2.34.1



                 reply	other threads:[~2024-04-15  5:24 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20240415052356.3348993-1-c-shilwant@ti.com \
    --to=c-shilwant@ti.com \
    --cc=denis@denix.org \
    --cc=g-gupta@ti.com \
    --cc=meta-arago@lists.yoctoproject.org \
    --cc=reatmon@ti.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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).