From 1e9de52ca0d3765ca47ec18fc9e71172257ff3c1 Mon Sep 17 00:00:00 2001 From: Joshua Lock Date: Fri, 11 Mar 2016 14:07:29 +0000 Subject: rpm: remove RPM 4 RPM4 support is buggy and incomplete. As we don't have the resources or interest to maintain it this patch removes it. (From OE-Core rev: a6e7a86f1635be9a688c56c25e9d215ea4d2cc84) Signed-off-by: Joshua Lock Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- .../rpm/rpm-4.11.2/disable_shortcircuited.patch | 23 ---------------------- 1 file changed, 23 deletions(-) delete mode 100644 meta/recipes-devtools/rpm/rpm-4.11.2/disable_shortcircuited.patch (limited to 'meta/recipes-devtools/rpm/rpm-4.11.2/disable_shortcircuited.patch') diff --git a/meta/recipes-devtools/rpm/rpm-4.11.2/disable_shortcircuited.patch b/meta/recipes-devtools/rpm/rpm-4.11.2/disable_shortcircuited.patch deleted file mode 100644 index 7a646de373..0000000000 --- a/meta/recipes-devtools/rpm/rpm-4.11.2/disable_shortcircuited.patch +++ /dev/null @@ -1,23 +0,0 @@ -Upstream-Status: Pending - -Signed-off-by: Saul Wold -Signed-off-by: Ronan Le Martret - - -Index: rpm-4.11.2/build/pack.c -=================================================================== ---- rpm-4.11.2.orig/build/pack.c -+++ rpm-4.11.2/build/pack.c -@@ -571,9 +571,9 @@ rpmRC packageBinaries(rpmSpec spec, cons - headerPutBin(pkg->header, RPMTAG_SOURCEPKGID, spec->sourcePkgId,16); - } - -- if (cheating) { -- (void) rpmlibNeedsFeature(pkg, "ShortCircuited", "4.9.0-1"); -- } -+// if (cheating) { -+// (void) rpmlibNeedsFeature(pkg, "ShortCircuited", "4.9.0-1"); -+// } - - { char *binFormat = rpmGetPath("%{_rpmfilename}", NULL); - char *binRpm, *binDir; -- cgit v1.2.3-54-g00ecf