mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00

While the insane.bbclass upstream-status check hasn't been made default, users of meta-virtualization may have it enabled in their distros .. so the effect is the same. We must have this tracking tag in out patches. This is a bulk update to add the tag and silence the QA message. As packages get updated, the normal/routine process of checking the patches will continue, and the status fields may (or may not) get more useful. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
24 lines
607 B
Diff
24 lines
607 B
Diff
From 8227e720438ff0bdfe45d7307de85f660e491d49 Mon Sep 17 00:00:00 2001
|
|
From: Bogdan Purcareata <bogdan.purcareata@freescale.com>
|
|
Date: Mon, 8 Apr 2013 18:30:19 +0300
|
|
Subject: [PATCH] lxc-0.9.0-disable-udhcp-from-busybox-template
|
|
|
|
Upstream-Status: Inappropriate [embedded specific]
|
|
|
|
---
|
|
templates/lxc-busybox.in | 1 -
|
|
1 file changed, 1 deletion(-)
|
|
|
|
diff --git a/templates/lxc-busybox.in b/templates/lxc-busybox.in
|
|
index 1a8618b..8ba7cfe 100644
|
|
--- a/templates/lxc-busybox.in
|
|
+++ b/templates/lxc-busybox.in
|
|
@@ -120,7 +120,6 @@ EOF
|
|
#!/bin/sh
|
|
/bin/syslogd
|
|
/bin/mount -a
|
|
-/bin/udhcpc
|
|
EOF
|
|
|
|
# executable
|