Files
poky/meta/recipes-devtools/rpm/rpm-4.11.2/disable_shortcircuited.patch
Saul Wold 58d9c4e4ba rpm: add version 4.11.2
add patch to remove db3 from configure.ac
add inherit pkgconfig

(From OE-Core rev: 9a17f938e738a16a1ef9a00be6a8317d71f92573)

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-09-30 21:36:13 +01:00

24 lines
724 B
Diff

Upstream-Status: Pending
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Ronan Le Martret <ronan.lemartret@open.eurogiciel.org>
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;