mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-02 13:59:59 +00:00
libpeas: update to 1.26.0
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
committed by
Khem Raj
parent
1d8d9330eb
commit
182621eda8
@@ -0,0 +1,21 @@
|
||||
From 3cc69f1eaa86163c3816265fa64cb660f4def364 Mon Sep 17 00:00:00 2001
|
||||
From: Christian Hergert <chergert@redhat.com>
|
||||
Date: Fri, 13 Mar 2020 10:32:21 -0700
|
||||
Subject: [PATCH] demo: add missing locale.h include
|
||||
|
||||
Fixes #39
|
||||
|
||||
Upstream-Status: backport
|
||||
|
||||
diff --git a/peas-demo/peas-demo.c b/peas-demo/peas-demo.c
|
||||
index 47ac005..466a392 100644
|
||||
--- a/peas-demo/peas-demo.c
|
||||
+++ b/peas-demo/peas-demo.c
|
||||
@@ -26,6 +26,7 @@
|
||||
#include <girepository.h>
|
||||
#include <glib/gi18n.h>
|
||||
#include <gtk/gtk.h>
|
||||
+#include <locale.h>
|
||||
|
||||
#include <libpeas/peas.h>
|
||||
#include <libpeas-gtk/peas-gtk.h>
|
||||
+6
-2
@@ -12,8 +12,12 @@ inherit gnomebase gobject-introspection gtk-doc gtk-icon-cache features_check
|
||||
|
||||
ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
|
||||
|
||||
SRC_URI[archive.md5sum] = "08bfff8f9688cf630dcb0f950617661f"
|
||||
SRC_URI[archive.sha256sum] = "1c9bbb29740c29cd6e1dd0c9964722ff08cd5e6f68f1b5c135bc391a6ce97639"
|
||||
SRC_URI += " \
|
||||
file://add_missing_locale_include.patch \
|
||||
"
|
||||
|
||||
SRC_URI[archive.md5sum] = "f7723bf8433b7984121157e1e9a629b5"
|
||||
SRC_URI[archive.sha256sum] = "a976d77e20496479a8e955e6a38fb0e5c5de89cf64d9f44e75c2213ee14f7376"
|
||||
|
||||
PACKAGECONFIG[python3] = "-Dpython3=true,-Dpython3=false,python3-pygobject"
|
||||
|
||||
Reference in New Issue
Block a user