mirror of
https://git.yoctoproject.org/poky
synced 2026-04-27 03:32:12 +02:00
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>
24 lines
724 B
Diff
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;
|