From bfba97076555f1e708b4fef08fdcfa43f35d2fcb Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Fri, 23 Aug 2013 14:08:17 -0400 Subject: guilt: update to latest git version Uprev guilt to the latest guilt version from its upstream repository. As part of the uprev all of the previous changes required for the yocto kernel tools to use git to manipulate series files have been dropped. These changes were specific to circumventing parts of guilt's internal santiy checking to allow specific Yocto kernel manipluation of sub-series files. Since the kernel tools no longer need guilt, we can use an up to date and nearly pure upstream version of guilt. (From OE-Core rev: 595c4469adc36d88ba2403915fc6c1d355014a58) Signed-off-by: Bruce Ashfield Signed-off-by: Richard Purdie --- meta/recipes-devtools/guilt/files/uninstall_force.patch | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 meta/recipes-devtools/guilt/files/uninstall_force.patch (limited to 'meta/recipes-devtools/guilt/files/uninstall_force.patch') diff --git a/meta/recipes-devtools/guilt/files/uninstall_force.patch b/meta/recipes-devtools/guilt/files/uninstall_force.patch deleted file mode 100644 index 8f7cea1dec..0000000000 --- a/meta/recipes-devtools/guilt/files/uninstall_force.patch +++ /dev/null @@ -1,14 +0,0 @@ -guilt: force removal when uninstalling - -Upstream-Status: Inappropriate [oe-specific] - -Signed-off-by: Bruce Ashfield - ---- a/uninstall.orig -+++ b/uninstall -@@ -12,4 +12,4 @@ - - shift - --(cd $PRE; rm "$@") -+(cd $PRE; rm -f "$@") -- cgit v1.2.3-54-g00ecf