mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-14 06:16:04 +01:00
babl: upgrade 0.1.94 -> 0.1.96
0001-meson-Do-not-run-git-rev-parse-during-configure.patch removed since it's not available in 0.1.96 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
8be78c7a84
commit
eb60f28410
|
|
@ -1,35 +0,0 @@
|
|||
From 0e41b11b23c91293d1b39a8ec4cb80c68fb26ad7 Mon Sep 17 00:00:00 2001
|
||||
From: Khem Raj <raj.khem@gmail.com>
|
||||
Date: Thu, 28 Apr 2022 07:35:31 -0700
|
||||
Subject: [PATCH] meson: Do not run git rev-parse during configure
|
||||
|
||||
This option will try to deduce if babl is being built from git tree or
|
||||
release tarball, there should be a better way like checking for .git
|
||||
directory etc. instead of doing git operations needing network
|
||||
|
||||
see
|
||||
https://gitlab.gnome.org/GNOME/babl/-/commit/2dc7fc403fe427a889913ef0cfb71de85b4326ec#note_1439732
|
||||
|
||||
Upstream-Status: Pending
|
||||
|
||||
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
||||
---
|
||||
meson.build | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/meson.build b/meson.build
|
||||
index 7e7a935..649b456 100644
|
||||
--- a/meson.build
|
||||
+++ b/meson.build
|
||||
@@ -451,7 +451,7 @@ if git_bin.found() and run_command(
|
||||
git_bin,
|
||||
'rev-parse',
|
||||
'--is-inside-work-tree',
|
||||
- check: true,
|
||||
+ check: false,
|
||||
).returncode() == 0
|
||||
git_version_h = vcs_tag(
|
||||
input : 'git-version.h.in',
|
||||
--
|
||||
2.36.0
|
||||
|
||||
|
|
@ -14,9 +14,7 @@ DEPENDS += "lcms"
|
|||
CFLAGS:append:toolchain-clang:mipsarch = " -ffp-exception-behavior=ignore "
|
||||
CFLAGS:append:toolchain-clang:riscv64 = " -ffp-exception-behavior=ignore "
|
||||
|
||||
SRC_URI = "https://download.gimp.org/pub/${BPN}/0.1/${BP}.tar.xz \
|
||||
file://0001-meson-Do-not-run-git-rev-parse-during-configure.patch \
|
||||
"
|
||||
SRC_URI[sha256sum] = "b6a8b28f55e0c17f5031fb7959e72ffe0fbf8196d1968ad6efc98d1b492c3bbe"
|
||||
SRC_URI = "https://download.gimp.org/pub/${BPN}/0.1/${BP}.tar.xz"
|
||||
SRC_URI[sha256sum] = "33673fe459a983f411245a49f81fd7f1966af1ea8eca9b095a940c542b8545f6"
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
Loading…
Reference in New Issue
Block a user