mirror of
https://git.yoctoproject.org/meta-security
synced 2026-05-07 16:59:28 +00:00
7654815dbf
[YOCTO #3867] Renames existing patches and removes some changes. Curses-and-IOLoader-changes.patch is renamed to call_output_config.patch. The new patch omits the removal of the pruning step in Load_Questions but retains the replacement of a call to a non-existant function with a call to an appropriate implemented function. yocto-standard-patch.patch is renamed to fixed_defined_warnings.patch. The new patch omits the definition of a yocto distro but includes the defined warnings fix. The recipe file is changed to include the new patches and also to omit a related action in the do_install script. Signed-off-by: mulhern <mulhern@yoctoproject.org>
20 lines
539 B
Diff
20 lines
539 B
Diff
Upstream Status: Inappropriate [No upstream maintenance]
|
|
|
|
Signed-off-by: Anne Mulhern <mulhern@yoctoproject.org>
|
|
|
|
---
|
|
|
|
Index: Bastille/Bastille_Curses.pm
|
|
===================================================================
|
|
--- Bastille.orig/Bastille_Curses.pm 2013-08-21 08:58:53.899950000 -0400
|
|
+++ Bastille/Bastille_Curses.pm 2013-08-21 09:20:20.295950005 -0400
|
|
@@ -84,7 +84,7 @@
|
|
}
|
|
|
|
# Output answers to the script and display
|
|
- &checkAndSaveConfig(&getGlobal('BFILE', "config"));
|
|
+ &outputConfig;
|
|
|
|
# Run Bastille
|
|
|