mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 16:27:27 +00:00
f8e7a3d98a
- Add a packageconfig for jpegxl. This is done because it is requested by default and do_configure fails because we dont have a recipe for it in meta-oe - Refresh patches with devtool - Remove check-GST_GL_HAVE_PLATFORM_GLX.patch. The file has been reworked and it should hopefully not be needed anymore Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
32 lines
1.3 KiB
Diff
32 lines
1.3 KiB
Diff
From 3b25aac4240d8af8bed3b0113110b36980370a98 Mon Sep 17 00:00:00 2001
|
|
From: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
Date: Thu, 27 Jul 2023 22:09:06 +0200
|
|
Subject: [PATCH] webkitgtk3: add recipe
|
|
|
|
Injection a year based on the current date isn't reproducible. Hack this
|
|
to a specific year for now for reproducibilty and to avoid autobuilder failures.
|
|
|
|
The correct fix would be to use SOURCE_DATE_EPOCH from the environment and
|
|
then this could be submitted upstream, sadly my ruby isn't up to that.
|
|
|
|
Upstream-Status: Pending [could be reworked]
|
|
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
---
|
|
Source/JavaScriptCore/generator/GeneratedFile.rb | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/Source/JavaScriptCore/generator/GeneratedFile.rb b/Source/JavaScriptCore/generator/GeneratedFile.rb
|
|
index 6ed2b6e4..86a28286 100644
|
|
--- a/Source/JavaScriptCore/generator/GeneratedFile.rb
|
|
+++ b/Source/JavaScriptCore/generator/GeneratedFile.rb
|
|
@@ -25,7 +25,7 @@ require 'date'
|
|
require 'digest'
|
|
|
|
$LICENSE = <<-EOF
|
|
-Copyright (C) #{Date.today.year} Apple Inc. All rights reserved.
|
|
+Copyright (C) 2021 Apple Inc. All rights reserved.
|
|
|
|
Redistribution and use in source and binary forms, with or without
|
|
modification, are permitted provided that the following conditions
|