added my Recipes
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
From 9deaed70221a12e26f968be26233b75fa5669476 Mon Sep 17 00:00:00 2001
|
||||
From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@gmail.com>
|
||||
Date: Sat, 15 May 2021 23:25:09 +0200
|
||||
Subject: [PATCH] Avoid running trackertestutils
|
||||
MIME-Version: 1.0
|
||||
Content-Type: text/plain; charset=UTF-8
|
||||
Content-Transfer-Encoding: 8bit
|
||||
|
||||
It breaks configuration:
|
||||
| ../grilo-plugins-0.3.13/tests/tracker3/meson.build:5:0: ERROR: Program '/usr/lib/tracker-3.0/trackertestutils/tracker-sandbox' not found
|
||||
|
||||
Upstream-Status: Inappropriate [OE-Specific]
|
||||
|
||||
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
|
||||
---
|
||||
meson.build | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/meson.build b/meson.build
|
||||
index 6a03778..17ef1e1 100644
|
||||
--- a/meson.build
|
||||
+++ b/meson.build
|
||||
@@ -78,7 +78,7 @@ totem_plparser_dep = dependency('totem-plparser', version: '>= 3.4.1', required:
|
||||
totem_plparser_mini_dep = dependency('totem-plparser-mini', version: '>= 3.4.1', required: false)
|
||||
tracker_sparql_dep = dependency('tracker-sparql-2.0', version: '>= 2.3.0', required: false)
|
||||
tracker3_dep = dependency('tracker-sparql-3.0', required: false)
|
||||
-tracker3_testutils_dep = dependency('tracker-testutils-3.0', required: false)
|
||||
+tracker3_testutils_dep = dependency('tracker-testutils-3.0-avoid-find', required: false)
|
||||
|
||||
lua_dep = dependency('lua', version: '>= 5.3.0', required: false)
|
||||
if not lua_dep.found()
|
||||
--
|
||||
2.31.1
|
||||
|
||||
@@ -0,0 +1,22 @@
|
||||
SUMMARY = "Grilo is a framework forsearching media content from various sources"
|
||||
LICENSE = "LGPL-2.1-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24"
|
||||
|
||||
DEPENDS = " \
|
||||
glib-2.0-native \
|
||||
gperf-native \
|
||||
itstool-native \
|
||||
grilo \
|
||||
tracker \
|
||||
lua \
|
||||
liboauth \
|
||||
"
|
||||
|
||||
GNOMEBASEBUILDCLASS = "meson"
|
||||
|
||||
inherit gnomebase gnome-help vala
|
||||
|
||||
SRC_URI += "file://0001-Avoid-running-trackertestutils.patch"
|
||||
SRC_URI[archive.sha256sum] = "8518c3d954f93095d955624a044ce16a7345532f811d299dbfa1e114cfebab33"
|
||||
|
||||
FILES:${PN} += "${libdir}/grilo-0.3"
|
||||
@@ -0,0 +1,28 @@
|
||||
SUMMARY = "Grilo is a framework forsearching media content from various sources"
|
||||
LICENSE = "LGPL-2.1-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24"
|
||||
|
||||
DEPENDS = " \
|
||||
libxml2 \
|
||||
glib-2.0 \
|
||||
"
|
||||
|
||||
GNOMEBASEBUILDCLASS = "meson"
|
||||
|
||||
inherit gnomebase gobject-introspection gtk-doc gettext vala
|
||||
|
||||
SRC_URI[archive.sha256sum] = "f352acf73665669934270636fede66b52da6801fe20f638c4048ab2678577b2d"
|
||||
|
||||
GIR_MESON_OPTION = "enable-introspection"
|
||||
GTKDOC_MESON_OPTION = "enable-gtk-doc"
|
||||
|
||||
# Note: removing 'net' from PACKAGECONFIG causes
|
||||
# | bindings/vala/meson.build:15:0: ERROR: Unknown variable "grlnet_gir".
|
||||
PACKAGECONFIG ??= "net"
|
||||
|
||||
PACKAGECONFIG[net] = "-Denable-grl-net=true, -Denable-grl-net=false, libsoup-3.0"
|
||||
PACKAGECONFIG[test-ui] = "-Denable-test-ui=true, -Denable-test-ui=false, gtk+3 liboauth"
|
||||
|
||||
# Once we have a recipe for 'totem-plparser' this can turn into a PACKAGECONFIG
|
||||
EXTRA_OEMESON = "-Denable-grl-pls=false"
|
||||
|
||||
Reference in New Issue
Block a user