diff options
-rw-r--r-- | meta-xfce/recipes-xfce/xfce4-dev-tools/xfce4-dev-tools/0001-Run-native-xdt-csource-on-tests.patch | 33 | ||||
-rw-r--r-- | meta-xfce/recipes-xfce/xfce4-dev-tools/xfce4-dev-tools_4.16.0.bb (renamed from meta-xfce/recipes-xfce/xfce4-dev-tools/xfce4-dev-tools_4.14.0.bb) | 6 |
2 files changed, 37 insertions, 2 deletions
diff --git a/meta-xfce/recipes-xfce/xfce4-dev-tools/xfce4-dev-tools/0001-Run-native-xdt-csource-on-tests.patch b/meta-xfce/recipes-xfce/xfce4-dev-tools/xfce4-dev-tools/0001-Run-native-xdt-csource-on-tests.patch new file mode 100644 index 0000000000..74b1679ab4 --- /dev/null +++ b/meta-xfce/recipes-xfce/xfce4-dev-tools/xfce4-dev-tools/0001-Run-native-xdt-csource-on-tests.patch | |||
@@ -0,0 +1,33 @@ | |||
1 | From b2fcd5c09ee6b4ad03f93ee5e1dd32f2f062cf07 Mon Sep 17 00:00:00 2001 | ||
2 | From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@gmail.com> | ||
3 | Date: Sun, 3 Jan 2021 15:36:07 +0100 | ||
4 | Subject: [PATCH] Run native xdt-csource on tests | ||
5 | MIME-Version: 1.0 | ||
6 | Content-Type: text/plain; charset=UTF-8 | ||
7 | Content-Transfer-Encoding: 8bit | ||
8 | |||
9 | Tests cannot be opted out so let them pass. | ||
10 | |||
11 | Upstream-Status: Inappropriate [OE specific] | ||
12 | |||
13 | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> | ||
14 | --- | ||
15 | tests/Makefile.am | 2 +- | ||
16 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
17 | |||
18 | diff --git a/tests/Makefile.am b/tests/Makefile.am | ||
19 | index fa0832c..7c46bbf 100644 | ||
20 | --- a/tests/Makefile.am | ||
21 | +++ b/tests/Makefile.am | ||
22 | @@ -26,7 +26,7 @@ DISTCLEANFILES = test-xdt-csource-data.c | ||
23 | BUILT_SOURCES = test-xdt-csource-data.c | ||
24 | |||
25 | test-xdt-csource-data.c: Makefile $(srcdir)/data/data.bin $(srcdir)/data/data.txt | ||
26 | - $(top_builddir)/xdt-csource/xdt-csource --extern --build-list data_bin $(srcdir)/data/data.bin data_txt $(srcdir)/data/data.txt > test-xdt-csource-data.c | ||
27 | + xdt-csource --extern --build-list data_bin $(srcdir)/data/data.bin data_txt $(srcdir)/data/data.txt > test-xdt-csource-data.c | ||
28 | |||
29 | clean-local: | ||
30 | rm -f *.core core core.* | ||
31 | -- | ||
32 | 2.26.2 | ||
33 | |||
diff --git a/meta-xfce/recipes-xfce/xfce4-dev-tools/xfce4-dev-tools_4.14.0.bb b/meta-xfce/recipes-xfce/xfce4-dev-tools/xfce4-dev-tools_4.16.0.bb index 0b11966192..143a0a5e7a 100644 --- a/meta-xfce/recipes-xfce/xfce4-dev-tools/xfce4-dev-tools_4.14.0.bb +++ b/meta-xfce/recipes-xfce/xfce4-dev-tools/xfce4-dev-tools_4.16.0.bb | |||
@@ -3,15 +3,17 @@ HOMEPAGE = "http://www.xfce.org" | |||
3 | SECTION = "x11/libs" | 3 | SECTION = "x11/libs" |
4 | LICENSE = "GPLv2" | 4 | LICENSE = "GPLv2" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=9ac2e7cff1ddaf48b6eab6028f23ef88" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=9ac2e7cff1ddaf48b6eab6028f23ef88" |
6 | |||
6 | DEPENDS = "glib-2.0" | 7 | DEPENDS = "glib-2.0" |
8 | DEPENDS_append_class-target = " ${BPN}-native" | ||
7 | 9 | ||
8 | inherit autotools pkgconfig | 10 | inherit autotools pkgconfig |
9 | 11 | ||
10 | BBCLASSEXTEND = "native" | 12 | BBCLASSEXTEND = "native" |
11 | 13 | ||
12 | SRC_URI = "http://archive.xfce.org/src/xfce/${BPN}/${@'${PV}'[0:4]}/${BPN}-${PV}.tar.bz2" | 14 | SRC_URI = "http://archive.xfce.org/src/xfce/${BPN}/${@'${PV}'[0:4]}/${BPN}-${PV}.tar.bz2" |
13 | SRC_URI[md5sum] = "5f8fc8af73819c08d9e4c26a3ac457e7" | 15 | SRC_URI_append_class-target = " file://0001-Run-native-xdt-csource-on-tests.patch" |
14 | SRC_URI[sha256sum] = "2c9eb8e0fe23e47dc31411a93b683fd1b7a49140e9163f0aab9e94a3d8a0b5fd" | 16 | SRC_URI[sha256sum] = "f50b3070e66f3ebdf331744dd1ec5e1af5de333965d491e15ce05545e8eb4f04" |
15 | 17 | ||
16 | do_install_append() { | 18 | do_install_append() { |
17 | install -d ${D}${datadir}/aclocal | 19 | install -d ${D}${datadir}/aclocal |