summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2024-03-06 07:42:27 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-03-07 17:25:03 +0000
commit16aa12c8da9feedb92ff2dbd99e859ab14f4ee40 (patch)
tree880105742a684011d8032c645a88317fe30d1f80 /meta/recipes-devtools
parent1d9d6387b0139fa08180cccb1803124562cae479 (diff)
downloadpoky-16aa12c8da9feedb92ff2dbd99e859ab14f4ee40.tar.gz
vala: upgrade 0.56.13 -> 0.56.15
gobject-introspection is added as configure checks for its pkg-config file. (From OE-Core rev: 7235073a7ee2fb371931922c2d0f28ab09673102) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r--meta/recipes-devtools/vala/vala.inc2
-rw-r--r--meta/recipes-devtools/vala/vala_0.56.13.bb3
-rw-r--r--meta/recipes-devtools/vala/vala_0.56.15.bb3
3 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-devtools/vala/vala.inc b/meta/recipes-devtools/vala/vala.inc
index 162e99bb03..0177e86240 100644
--- a/meta/recipes-devtools/vala/vala.inc
+++ b/meta/recipes-devtools/vala/vala.inc
@@ -3,7 +3,7 @@ HOMEPAGE = "http://vala-project.org"
3DESCRIPTION = "Vala is a C#-like language dedicated to ease GObject programming. \ 3DESCRIPTION = "Vala is a C#-like language dedicated to ease GObject programming. \
4Vala compiles to plain C and has no runtime environment nor penalities whatsoever." 4Vala compiles to plain C and has no runtime environment nor penalities whatsoever."
5SECTION = "devel" 5SECTION = "devel"
6DEPENDS = "bison-native flex-native glib-2.0" 6DEPENDS = "bison-native flex-native glib-2.0 gobject-introspection"
7 7
8# Appending libxslt-native to dependencies has an effect 8# Appending libxslt-native to dependencies has an effect
9# of rebuilding the manual, which is very slow. Let's do this 9# of rebuilding the manual, which is very slow. Let's do this
diff --git a/meta/recipes-devtools/vala/vala_0.56.13.bb b/meta/recipes-devtools/vala/vala_0.56.13.bb
deleted file mode 100644
index 0d43ac59a0..0000000000
--- a/meta/recipes-devtools/vala/vala_0.56.13.bb
+++ /dev/null
@@ -1,3 +0,0 @@
1require ${BPN}.inc
2
3SRC_URI[sha256sum] = "4988223036c7e1e4874c476d0de8bd9cbe500ee25ef19a76e560dc0b6d56ae07"
diff --git a/meta/recipes-devtools/vala/vala_0.56.15.bb b/meta/recipes-devtools/vala/vala_0.56.15.bb
new file mode 100644
index 0000000000..dc483b12ba
--- /dev/null
+++ b/meta/recipes-devtools/vala/vala_0.56.15.bb
@@ -0,0 +1,3 @@
1require ${BPN}.inc
2
3SRC_URI[sha256sum] = "535b6452ed310fd5fb5c7dd6794b6213dac3b48e645e5bff3173741ec2cb3f2b"