mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-10 04:30:00 +00:00
gnome-photos: add a meson 0.61 patch
Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
committed by
Khem Raj
parent
137ebc79d5
commit
7bbd43a783
+31
@@ -0,0 +1,31 @@
|
|||||||
|
From a112e8a089851035945b6848849149bb36787906 Mon Sep 17 00:00:00 2001
|
||||||
|
From: rvalue <i@rvalue.moe>
|
||||||
|
Date: Fri, 21 Jan 2022 12:36:02 +0000
|
||||||
|
Subject: [PATCH] meson: remove incorrect args for i18n.merge_file
|
||||||
|
|
||||||
|
Upstream-Status: Backport
|
||||||
|
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
|
||||||
|
---
|
||||||
|
data/meson.build | 2 --
|
||||||
|
1 file changed, 2 deletions(-)
|
||||||
|
|
||||||
|
diff --git a/data/meson.build b/data/meson.build
|
||||||
|
index 6e7192e..94271de 100644
|
||||||
|
--- a/data/meson.build
|
||||||
|
+++ b/data/meson.build
|
||||||
|
@@ -3,7 +3,6 @@ subdir('icons')
|
||||||
|
appdata = photos_namespace + '.appdata.xml'
|
||||||
|
|
||||||
|
i18n.merge_file(
|
||||||
|
- appdata,
|
||||||
|
input: appdata + '.in',
|
||||||
|
output: appdata,
|
||||||
|
po_dir: po_dir,
|
||||||
|
@@ -23,7 +22,6 @@ desktop_in = configure_file(
|
||||||
|
)
|
||||||
|
|
||||||
|
i18n.merge_file(
|
||||||
|
- desktop,
|
||||||
|
type: 'desktop',
|
||||||
|
input: desktop_in,
|
||||||
|
output: desktop,
|
||||||
@@ -30,6 +30,7 @@ def gnome_verdir(v):
|
|||||||
|
|
||||||
REQUIRED_DISTRO_FEATURES = "x11"
|
REQUIRED_DISTRO_FEATURES = "x11"
|
||||||
|
|
||||||
|
SRC_URI += " file://0001-meson-remove-incorrect-args-for-i18n.merge_file.patch"
|
||||||
SRC_URI[archive.sha256sum] = "e02d73e138af8b2868b5cad7faa1bdd278aeade3b6c3c92836511a4e6f3af1af"
|
SRC_URI[archive.sha256sum] = "e02d73e138af8b2868b5cad7faa1bdd278aeade3b6c3c92836511a4e6f3af1af"
|
||||||
|
|
||||||
do_install:append() {
|
do_install:append() {
|
||||||
|
|||||||
Reference in New Issue
Block a user