public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [PATCH] isar-image-base: Remove apt listing in IMAGE_PREINSTALL
@ 2018-08-22 19:55 Jan Kiszka
  2018-08-26  6:19 ` chombourger
  2018-08-27 22:11 ` Maxim Yu. Osipov
  0 siblings, 2 replies; 3+ messages in thread
From: Jan Kiszka @ 2018-08-22 19:55 UTC (permalink / raw)
  To: isar-users

debootstrap does that for us anyway.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
---
 meta-isar/recipes-core/images/isar-image-base.bb | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/meta-isar/recipes-core/images/isar-image-base.bb b/meta-isar/recipes-core/images/isar-image-base.bb
index a24aa3e..84001fd 100644
--- a/meta-isar/recipes-core/images/isar-image-base.bb
+++ b/meta-isar/recipes-core/images/isar-image-base.bb
@@ -18,8 +18,7 @@ inherit isar-bootstrap-helper
 
 DEPENDS += "${IMAGE_INSTALL} ${IMAGE_TRANSIENT_PACKAGES}"
 
-IMAGE_PREINSTALL += "apt \
-                     dbus"
+IMAGE_PREINSTALL += "dbus"
 IMAGE_TRANSIENT_PACKAGES += "isar-cfg-localepurge"
 
 WORKDIR = "${TMPDIR}/work/${DISTRO}-${DISTRO_ARCH}/${PN}"
-- 
2.16.4

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-08-27 22:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-22 19:55 [PATCH] isar-image-base: Remove apt listing in IMAGE_PREINSTALL Jan Kiszka
2018-08-26  6:19 ` chombourger
2018-08-27 22:11 ` Maxim Yu. Osipov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox