On Mon, Oct 31, 2016 at 02:23:55PM +0000, g...@git.openembedded.org wrote: > rpurdie pushed a commit to branch master-next > in repository openembedded-core. > > commit 97fff54efe6b03798ad1c5e39155eaeab0a33300 > Author: Andreas Müller <schnitzelt...@googlemail.com> > AuthorDate: Thu Oct 27 22:07:19 2016 +0200 > > libsdl2: update to 2.0.5 > > * 0001-src-video-make-it-compatible-with-wayland-1.10.patch is removed > because > the problem has been resolved upstream > * Add 0001-prepend-our-sysroot-path-so-that-make-finds-our-wayl.patch > so that WAYLAND_PROTOCOLS_SYSROOT_DIR is substituted in a way similar > to gtk3 > > Signed-off-by: Andreas Müller <schnitzelt...@googlemail.com> > Signed-off-by: Ross Burton <ross.bur...@intel.com> > --- > ...-sysroot-path-so-that-make-finds-our-wayl.patch | 32 ++++++++++++ > ...ideo-make-it-compatible-with-wayland-1.10.patch | 57 > ---------------------- > .../libsdl2/{libsdl2_2.0.4.bb => libsdl2_2.0.5.bb} | 14 +++--- > 3 files changed, 40 insertions(+), 63 deletions(-) > > diff --git > a/meta/recipes-graphics/libsdl2/libsdl2/0001-prepend-our-sysroot-path-so-that-make-finds-our-wayl.patch > > b/meta/recipes-graphics/libsdl2/libsdl2/0001-prepend-our-sysroot-path-so-that-make-finds-our-wayl.patch > new file mode 100644 > index 0000000..d042430 > --- /dev/null > +++ > b/meta/recipes-graphics/libsdl2/libsdl2/0001-prepend-our-sysroot-path-so-that-make-finds-our-wayl.patch > @@ -0,0 +1,32 @@ > +From b44808e43130dcd13b43e5b978b9b24aeb4c134c Mon Sep 17 00:00:00 2001 > +From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzelt...@googlemail.com> > +Date: Thu, 20 Oct 2016 14:57:51 +0200 > +Subject: [PATCH] prepend our sysroot path so that make finds our > + wayland-protocol files > +MIME-Version: 1.0 > +Content-Type: text/plain; charset=UTF-8 > +Content-Transfer-Encoding: 8bit > + > +Upstream-Status: Inappropriate [embedded specific] > + > +Signed-off-by: Andreas Müller <schnitzelt...@googlemail.com> > +--- > + configure.in | 2 +- > + 1 file changed, 1 insertion(+), 1 deletion(-) > + > +diff --git a/configure.in b/configure.in > +index 726ded3..3376600 100644 > +--- a/configure.in > ++++ b/configure.in > +@@ -1206,7 +1206,7 @@ AC_HELP_STRING([--enable-video-wayland-qt-touch], > [QtWayland server support for > + WAYLAND_LIBS=`$PKG_CONFIG --libs wayland-client wayland-egl > wayland-cursor xkbcommon` > + WAYLAND_SCANNER=`$PKG_CONFIG --variable=wayland_scanner > wayland-scanner` > + WAYLAND_CORE_PROTOCOL_DIR=`$PKG_CONFIG > --variable=pkgdatadir wayland-client` > +- WAYLAND_PROTOCOLS_DIR=`$PKG_CONFIG --variable=pkgdatadir > wayland-protocols` > ++ > WAYLAND_PROTOCOLS_DIR=${WAYLAND_PROTOCOLS_SYSROOT_DIR}`$PKG_CONFIG > --variable=pkgdatadir wayland-protocols` > + video_wayland=yes > + fi > + fi > +-- > +2.5.5 > + > diff --git > a/meta/recipes-graphics/libsdl2/libsdl2/0001-src-video-make-it-compatible-with-wayland-1.10.patch > > b/meta/recipes-graphics/libsdl2/libsdl2/0001-src-video-make-it-compatible-with-wayland-1.10.patch > deleted file mode 100644 > index 44e6d4d..0000000 > --- > a/meta/recipes-graphics/libsdl2/libsdl2/0001-src-video-make-it-compatible-with-wayland-1.10.patch > +++ /dev/null > @@ -1,57 +0,0 @@ > -From b1ed3533433501ec52c8289a5b3a294e57e7f798 Mon Sep 17 00:00:00 2001 > -From: Martin Jansa <martin.ja...@gmail.com> > -Date: Thu, 26 May 2016 11:31:52 +0000 > -Subject: [PATCH] src/video: make it compatible with wayland 1.10 > - > -| build/.libs/SDL_waylandevents.o: In function `wl_registry_bind': > -| /usr/include/wayland-client-protocol.h:305: undefined reference to > `wl_proxy_marshal_constructor_versioned' > -| /usr/include/wayland-client-protocol.h:305: undefined reference to > `wl_proxy_marshal_constructor_versioned' > -| build/.libs/SDL_waylandkeyboard.o: In function `wl_registry_bind': > -| /usr/include/wayland-client-protocol.h:305: undefined reference to > `wl_proxy_marshal_constructor_versioned' > -| /usr/include/wayland-client-protocol.h:305: undefined reference to > `wl_proxy_marshal_constructor_versioned' > -| build/.libs/SDL_waylandvideo.o: In function `wl_registry_bind': > -| /usr/include/wayland-client-protocol.h:305: undefined reference to > `wl_proxy_marshal_constructor_versioned' > -| collect2: error: ld returned 1 exit status > -| make: *** [build/libSDL2.la] Error 1 > -| ERROR: oe_runmake failed > - > -Upstream-Status: Pending > -Signed-off-by: Martin Jansa <martin.ja...@gmail.com> > - > ---- > - src/video/wayland/SDL_waylanddyn.h | 1 + > - src/video/wayland/SDL_waylandsym.h | 4 ++++ > - src/video/webos/SDL_waylanddyn.h | 1 + > - src/video/webos/SDL_waylandsym.h | 4 ++++ > - 4 files changed, 10 insertions(+) > - > -diff --git a/src/video/wayland/SDL_waylanddyn.h > b/src/video/wayland/SDL_waylanddyn.h > -index 8d9313a..c7b0157 100644 > ---- a/src/video/wayland/SDL_waylanddyn.h > -+++ b/src/video/wayland/SDL_waylanddyn.h > -@@ -79,6 +79,7 @@ void SDL_WAYLAND_UnloadSymbols(void); > - #define wl_proxy_get_user_data (*WAYLAND_wl_proxy_get_user_data) > - #define wl_proxy_add_listener (*WAYLAND_wl_proxy_add_listener) > - #define wl_proxy_marshal_constructor (*WAYLAND_wl_proxy_marshal_constructor) > -+#define wl_proxy_marshal_constructor_versioned > (*WAYLAND_wl_proxy_marshal_constructor_versioned) > - > - #define wl_seat_interface (*WAYLAND_wl_seat_interface) > - #define wl_surface_interface (*WAYLAND_wl_surface_interface) > -diff --git a/src/video/wayland/SDL_waylandsym.h > b/src/video/wayland/SDL_waylandsym.h > -index c3b4fa5..b9a0d97 100644 > ---- a/src/video/wayland/SDL_waylandsym.h > -+++ b/src/video/wayland/SDL_waylandsym.h > -@@ -55,6 +55,10 @@ SDL_WAYLAND_SYM(void, wl_list_insert_list, (struct > wl_list *, struct wl_list *)) > - SDL_WAYLAND_MODULE(WAYLAND_CLIENT_1_4) > - SDL_WAYLAND_SYM(struct wl_proxy *, wl_proxy_marshal_constructor, (struct > wl_proxy *, uint32_t opcode, const struct wl_interface *interface, ...)) > - > -+/* These functions are available in Wayland >= 1.10 */ > -+SDL_WAYLAND_MODULE(WAYLAND_CLIENT_1_10) > -+SDL_WAYLAND_SYM(struct wl_proxy *, wl_proxy_marshal_constructor_versioned, > (struct wl_proxy *proxy, uint32_t opcode, const struct wl_interface > *interface, uint32_t version, ...)) > -+ > - SDL_WAYLAND_INTERFACE(wl_seat_interface) > - SDL_WAYLAND_INTERFACE(wl_surface_interface) > - SDL_WAYLAND_INTERFACE(wl_shm_pool_interface) > --- > -1.9.1 > - > diff --git a/meta/recipes-graphics/libsdl2/libsdl2_2.0.4.bb > b/meta/recipes-graphics/libsdl2/libsdl2_2.0.5.bb > similarity index 86% > rename from meta/recipes-graphics/libsdl2/libsdl2_2.0.4.bb > rename to meta/recipes-graphics/libsdl2/libsdl2_2.0.5.bb > index 844ff33..ac7312b 100644 > --- a/meta/recipes-graphics/libsdl2/libsdl2_2.0.4.bb > +++ b/meta/recipes-graphics/libsdl2/libsdl2_2.0.5.bb > @@ -14,15 +14,16 @@ PROVIDES = "virtual/libsdl2" > > DEPENDS_class-nativesdk = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', > 'virtual/nativesdk-libx11 nativesdk-libxrandr nativesdk-libxrender > nativesdk-libxext', '', d)}" > > -SRC_URI = "http://www.libsdl.org/release/SDL2-${PV}.tar.gz \ > - file://linkage.patch \ > - file://0001-src-video-make-it-compatible-with-wayland-1.10.patch \ > +SRC_URI = " \ > + http://www.libsdl.org/release/SDL2-${PV}.tar.gz \ > + file://linkage.patch \ > + file://0001-prepend-our-sysroot-path-so-that-make-finds-our-wayl.patch \ > " > > S = "${WORKDIR}/SDL2-${PV}" > > -SRC_URI[md5sum] = "44fc4a023349933e7f5d7a582f7b886e" > -SRC_URI[sha256sum] = > "da55e540bf6331824153805d58b590a29c39d2d506c6d02fa409aedeab21174b" > +SRC_URI[md5sum] = "d4055424d556b4a908aa76fad63abd3c" > +SRC_URI[sha256sum] = > "442038cf55965969f2ff06d976031813de643af9c9edc9e331bd761c242e8785" > > inherit autotools lib_package binconfig pkgconfig > > @@ -31,7 +32,8 @@ EXTRA_OECONF = "--disable-oss --disable-esd --disable-arts \ > --disable-video-dummy \ > --enable-pthreads \ > --enable-sdl-dlopen \ > - --disable-rpath" > + --disable-rpath \ > + WAYLAND_PROTOCOLS_SYSROOT_DIR=${STAGING_DIR}/${MACHINE}"
This makes libsdl2 (and everything which depends on libsdl2) effectively MACHINE_ARCH because of MACHINE variable dependency here :/ Causing following errors in sstate-diff-machines.sh: === Comparing signatures for task do_configure.sigdata between qemux86copy and qemux86 === ERROR: libsdl2 different signature for task do_configure.sigdata between qemux86copy and qemux86 basehash changed from ae22843ed7e59c7323c53451def0a83f to e223ad424c562edfeb8f41d378160fee Variable MACHINE value changed from 'qemux86copy' to 'qemux86' ERROR: libsdl2-image different signature for task do_configure.sigdata between qemux86copy and qemux86 runtaskdeps changed from ['autoconfautoconf_2.69.bb.do_populate_sysroot:virtual:native', 'automakeautomake_1.15.bb.do_populate_sysroot:virtual:native', 'gccgcc-cross_6.2.bb.do_populate_sysroot', 'gccgcc-runtime_6.2.bb.do_populate_sysroot', 'glibcglibc_2.24.bb.do_populate_sysroot', 'gnu-configgnu-config_git.bb.do_populate_sysroot:virtual:native', 'jpeglibjpeg-turbo_1.5.1.bb.do_populate_sysroot', 'libpnglibpng_1.6.26.bb.do_populate_sysroot', 'libsdl-imagelibsdl2-image_2.0.1.bb.do_patch', 'libsdl2libsdl2_2.0.5.bb.do_populate_sysroot', 'libtifftiff_4.0.6.bb.do_populate_sysroot', 'libtoollibtool-cross_2.4.6.bb.do_populate_sysroot', 'libtoollibtool-native_2.4.6.bb.do_populate_sysroot', 'pkgconfigpkgconfig_git.bb.do_populate_sysroot:virtual:native', 'webplibwebp_0.5.1.bb.do_populate_sysroot', 'zlibzlib_1.2.8.bb.do_populate_sysroot'] to ['autoconfautoconf_2.69.bb.do_populate_sysroot:virtual:native', 'automakeautomake_1.15.bb.do_populate_sysroot:virtual:native', 'gccgcc-cross_6.2.bb.do_populate_sysroot', 'gccgcc-runtime_6.2.bb.do_populate_sysroot', 'glibcglibc_2.24.bb.do_populate_sysroot', 'gnu-configgnu-config_git.bb.do_populate_sysroot:virtual:native', 'jpeglibjpeg-turbo_1.5.1.bb.do_populate_sysroot', 'libpnglibpng_1.6.26.bb.do_populate_sysroot', 'libsdl-imagelibsdl2-image_2.0.1.bb.do_patch', 'libsdl2libsdl2_2.0.5.bb.do_populate_sysroot', 'libtifftiff_4.0.6.bb.do_populate_sysroot', 'libtoollibtool-cross_2.4.6.bb.do_populate_sysroot', 'libtoollibtool-native_2.4.6.bb.do_populate_sysroot', 'pkgconfigpkgconfig_git.bb.do_populate_sysroot:virtual:native', 'webplibwebp_0.5.1.bb.do_populate_sysroot', 'zlibzlib_1.2.8.bb.do_populate_sysroot'] /home/jenkins/oe/world/shr-core/openembedded-core/meta/recipes-graphics/libsdl2/libsdl2_2.0.5.bb.do_populate_sysroot with hash 1d06351fd7d8b49b409bd04d1da33a4e changed to /home/jenkins/oe/world/shr-core/openembedded-core/meta/recipes-graphics/libsdl2/libsdl2_2.0.5.bb.do_populate_sysroot with hash 48c1a2c250f06b79314bb38ac797489d Hash for dependent task libsdl2libsdl2_2.0.5.bb.do_populate_sysroot changed from 1d06351fd7d8b49b409bd04d1da33a4e to 48c1a2c250f06b79314bb38ac797489d ERROR: libsdl2-mixer different signature for task do_configure.sigdata between qemux86copy and qemux86 runtaskdeps changed from ['autoconfautoconf_2.69.bb.do_populate_sysroot:virtual:native', 'automakeautomake_1.15.bb.do_populate_sysroot:virtual:native', 'flacflac_1.3.1.bb.do_populate_sysroot', 'gccgcc-cross_6.2.bb.do_populate_sysroot', 'gccgcc-runtime_6.2.bb.do_populate_sysroot', 'glibcglibc_2.24.bb.do_populate_sysroot', 'gnu-configgnu-config_git.bb.do_populate_sysroot:virtual:native', 'libsdl-mixerlibsdl2-mixer_2.0.1.bb.do_patch', 'libsdl2libsdl2_2.0.5.bb.do_populate_sysroot', 'libtoollibtool-cross_2.4.6.bb.do_populate_sysroot', 'libtoollibtool-native_2.4.6.bb.do_populate_sysroot', 'libvorbislibvorbis_1.3.5.bb.do_populate_sysroot', 'mikmodlibmikmod_3.3.6.bb.do_populate_sysroot'] to ['autoconfautoconf_2.69.bb.do_populate_sysroot:virtual:native', 'automakeautomake_1.15.bb.do_populate_sysroot:virtual:native', 'flacflac_1.3.1.bb.do_populate_sysroot', 'gccgcc-cross_6.2.bb.do_populate_sysroot', 'gccgcc-runtime_6.2.bb.do_populate_sysroot', 'glibcglibc_2.24.bb.do_populate_sysroot', 'gnu-configgnu-config_git.bb.do_populate_sysroot:virtual:native', 'libsdl-mixerlibsdl2-mixer_2.0.1.bb.do_patch', 'libsdl2libsdl2_2.0.5.bb.do_populate_sysroot', 'libtoollibtool-cross_2.4.6.bb.do_populate_sysroot', 'libtoollibtool-native_2.4.6.bb.do_populate_sysroot', 'libvorbislibvorbis_1.3.5.bb.do_populate_sysroot', 'mikmodlibmikmod_3.3.6.bb.do_populate_sysroot'] /home/jenkins/oe/world/shr-core/openembedded-core/meta/recipes-graphics/libsdl2/libsdl2_2.0.5.bb.do_populate_sysroot with hash 1d06351fd7d8b49b409bd04d1da33a4e changed to /home/jenkins/oe/world/shr-core/openembedded-core/meta/recipes-graphics/libsdl2/libsdl2_2.0.5.bb.do_populate_sysroot with hash 48c1a2c250f06b79314bb38ac797489d Hash for dependent task libsdl2libsdl2_2.0.5.bb.do_populate_sysroot changed from 1d06351fd7d8b49b409bd04d1da33a4e to 48c1a2c250f06b79314bb38ac797489d ERROR: libsdl2-ttf different signature for task do_configure.sigdata between qemux86copy and qemux86 runtaskdeps changed from ['autoconfautoconf_2.69.bb.do_populate_sysroot:virtual:native', 'automakeautomake_1.15.bb.do_populate_sysroot:virtual:native', 'freetypefreetype_2.7.bb.do_populate_sysroot', 'gccgcc-cross_6.2.bb.do_populate_sysroot', 'gccgcc-runtime_6.2.bb.do_populate_sysroot', 'glibcglibc_2.24.bb.do_populate_sysroot', 'gnu-configgnu-config_git.bb.do_populate_sysroot:virtual:native', 'libsdl-ttflibsdl2-ttf_2.0.14.bb.do_patch', 'libsdl2libsdl2_2.0.5.bb.do_populate_sysroot', 'libtoollibtool-cross_2.4.6.bb.do_populate_sysroot', 'libtoollibtool-native_2.4.6.bb.do_populate_sysroot'] to ['autoconfautoconf_2.69.bb.do_populate_sysroot:virtual:native', 'automakeautomake_1.15.bb.do_populate_sysroot:virtual:native', 'freetypefreetype_2.7.bb.do_populate_sysroot', 'gccgcc-cross_6.2.bb.do_populate_sysroot', 'gccgcc-runtime_6.2.bb.do_populate_sysroot', 'glibcglibc_2.24.bb.do_populate_sysroot', 'gnu-configgnu-config_git.bb.do_populate_sysroot:virtual:native', 'libsdl-ttflibsdl2-ttf_2.0.14.bb.do_patch', 'libsdl2libsdl2_2.0.5.bb.do_populate_sysroot', 'libtoollibtool-cross_2.4.6.bb.do_populate_sysroot', 'libtoollibtool-native_2.4.6.bb.do_populate_sysroot'] /home/jenkins/oe/world/shr-core/openembedded-core/meta/recipes-graphics/libsdl2/libsdl2_2.0.5.bb.do_populate_sysroot with hash 1d06351fd7d8b49b409bd04d1da33a4e changed to /home/jenkins/oe/world/shr-core/openembedded-core/meta/recipes-graphics/libsdl2/libsdl2_2.0.5.bb.do_populate_sysroot with hash 48c1a2c250f06b79314bb38ac797489d Hash for dependent task libsdl2libsdl2_2.0.5.bb.do_populate_sysroot changed from 1d06351fd7d8b49b409bd04d1da33a4e to 48c1a2c250f06b79314bb38ac797489d ERROR: 4 errors found in /home/jenkins/oe/world/shr-core/tmp-glibc/sstate-diff/1480468604/signatures.qemux86.do_configure.sigdata.log === Comparing signatures for task do_populate_sysroot.sigdata between qemux86copy and qemux86 === ERROR: libsdl2 different signature for task do_populate_sysroot.sigdata between qemux86copy and qemux86 runtaskdeps changed from ['libsdl2libsdl2_2.0.5.bb.do_install'] to ['libsdl2libsdl2_2.0.5.bb.do_install'] /home/jenkins/oe/world/shr-core/openembedded-core/meta/recipes-graphics/libsdl2/libsdl2_2.0.5.bb.do_install with hash 90e8395dfac628621ea1f98df4bca17c changed to /home/jenkins/oe/world/shr-core/openembedded-core/meta/recipes-graphics/libsdl2/libsdl2_2.0.5.bb.do_install with hash e081c57a1fd9f27e84386bbebbdd9e20 Hash for dependent task libsdl2libsdl2_2.0.5.bb.do_install changed from 90e8395dfac628621ea1f98df4bca17c to e081c57a1fd9f27e84386bbebbdd9e20 ERROR: libsdl2-image different signature for task do_populate_sysroot.sigdata between qemux86copy and qemux86 runtaskdeps changed from ['libsdl-imagelibsdl2-image_2.0.1.bb.do_install'] to ['libsdl-imagelibsdl2-image_2.0.1.bb.do_install'] /home/jenkins/oe/world/shr-core/meta-openembedded/meta-oe/recipes-multimedia/libsdl-image/libsdl2-image_2.0.1.bb.do_install with hash 3f8719a5261e78e9ea7f9b4237db0584 changed to /home/jenkins/oe/world/shr-core/meta-openembedded/meta-oe/recipes-multimedia/libsdl-image/libsdl2-image_2.0.1.bb.do_install with hash 191379773af72224225a3c7cc3a14ca9 Hash for dependent task libsdl-imagelibsdl2-image_2.0.1.bb.do_install changed from 3f8719a5261e78e9ea7f9b4237db0584 to 191379773af72224225a3c7cc3a14ca9 ERROR: libsdl2-mixer different signature for task do_populate_sysroot.sigdata between qemux86copy and qemux86 runtaskdeps changed from ['libsdl-mixerlibsdl2-mixer_2.0.1.bb.do_install'] to ['libsdl-mixerlibsdl2-mixer_2.0.1.bb.do_install'] /home/jenkins/oe/world/shr-core/meta-openembedded/meta-oe/recipes-multimedia/libsdl-mixer/libsdl2-mixer_2.0.1.bb.do_install with hash 16c251552600d8dae3b4f72abd5a53ff changed to /home/jenkins/oe/world/shr-core/meta-openembedded/meta-oe/recipes-multimedia/libsdl-mixer/libsdl2-mixer_2.0.1.bb.do_install with hash abcc9d98c9f2fc0843a7c042591552f6 Hash for dependent task libsdl-mixerlibsdl2-mixer_2.0.1.bb.do_install changed from 16c251552600d8dae3b4f72abd5a53ff to abcc9d98c9f2fc0843a7c042591552f6 ERROR: libsdl2-ttf different signature for task do_populate_sysroot.sigdata between qemux86copy and qemux86 runtaskdeps changed from ['libsdl-ttflibsdl2-ttf_2.0.14.bb.do_install'] to ['libsdl-ttflibsdl2-ttf_2.0.14.bb.do_install'] /home/jenkins/oe/world/shr-core/meta-openembedded/meta-oe/recipes-support/libsdl-ttf/libsdl2-ttf_2.0.14.bb.do_install with hash 456957de750f96360f66cd18cd9890d7 changed to /home/jenkins/oe/world/shr-core/meta-openembedded/meta-oe/recipes-support/libsdl-ttf/libsdl2-ttf_2.0.14.bb.do_install with hash 05b5f818e53714e27c83c904317fd652 Hash for dependent task libsdl-ttflibsdl2-ttf_2.0.14.bb.do_install changed from 456957de750f96360f66cd18cd9890d7 to 05b5f818e53714e27c83c904317fd652 ERROR: 4 errors found in /home/jenkins/oe/world/shr-core/tmp-glibc/sstate-diff/1480468604/signatures.qemux86.do_populate_sysroot.sigdata.log === Comparing signatures for task do_package_write_ipk.sigdata between qemux86copy and qemux86 === ERROR: libsdl2 different signature for task do_package_write_ipk.sigdata between qemux86copy and qemux86 runtaskdeps changed from ['libsdl2libsdl2_2.0.5.bb.do_package', 'libsdl2libsdl2_2.0.5.bb.do_packagedata', 'opkg-utilsopkg-utils_git.bb.do_populate_sysroot:virtual:native', 'pseudopseudo_1.8.1.bb.do_populate_sysroot:virtual:native'] to ['libsdl2libsdl2_2.0.5.bb.do_package', 'libsdl2libsdl2_2.0.5.bb.do_packagedata', 'opkg-utilsopkg-utils_git.bb.do_populate_sysroot:virtual:native', 'pseudopseudo_1.8.1.bb.do_populate_sysroot:virtual:native'] /home/jenkins/oe/world/shr-core/openembedded-core/meta/recipes-graphics/libsdl2/libsdl2_2.0.5.bb.do_package with hash eb6ccb082bc5413d85bdbf14fe88858c changed to /home/jenkins/oe/world/shr-core/openembedded-core/meta/recipes-graphics/libsdl2/libsdl2_2.0.5.bb.do_package with hash 0c2b956baa0042b411ad34b470a28032 /home/jenkins/oe/world/shr-core/openembedded-core/meta/recipes-graphics/libsdl2/libsdl2_2.0.5.bb.do_packagedata with hash 2943b532f9b6eff573f2f6c8612a8718 changed to /home/jenkins/oe/world/shr-core/openembedded-core/meta/recipes-graphics/libsdl2/libsdl2_2.0.5.bb.do_packagedata with hash ec4269cc0c02d7a589aff791522f7803 Hash for dependent task libsdl2libsdl2_2.0.5.bb.do_packagedata changed from 2943b532f9b6eff573f2f6c8612a8718 to ec4269cc0c02d7a589aff791522f7803 Hash for dependent task libsdl2libsdl2_2.0.5.bb.do_package changed from eb6ccb082bc5413d85bdbf14fe88858c to 0c2b956baa0042b411ad34b470a28032 ERROR: libsdl2-image different signature for task do_package_write_ipk.sigdata between qemux86copy and qemux86 runtaskdeps changed from ['libsdl-imagelibsdl2-image_2.0.1.bb.do_package', 'libsdl-imagelibsdl2-image_2.0.1.bb.do_packagedata', 'opkg-utilsopkg-utils_git.bb.do_populate_sysroot:virtual:native', 'pseudopseudo_1.8.1.bb.do_populate_sysroot:virtual:native'] to ['libsdl-imagelibsdl2-image_2.0.1.bb.do_package', 'libsdl-imagelibsdl2-image_2.0.1.bb.do_packagedata', 'opkg-utilsopkg-utils_git.bb.do_populate_sysroot:virtual:native', 'pseudopseudo_1.8.1.bb.do_populate_sysroot:virtual:native'] /home/jenkins/oe/world/shr-core/meta-openembedded/meta-oe/recipes-multimedia/libsdl-image/libsdl2-image_2.0.1.bb.do_package with hash 55a54e811424e9b38ca6e29a2e549c13 changed to /home/jenkins/oe/world/shr-core/meta-openembedded/meta-oe/recipes-multimedia/libsdl-image/libsdl2-image_2.0.1.bb.do_package with hash f2b732ca24f53434db6204272ce0247d /home/jenkins/oe/world/shr-core/meta-openembedded/meta-oe/recipes-multimedia/libsdl-image/libsdl2-image_2.0.1.bb.do_packagedata with hash 58fb2e9fcdd482303dade154e2d35246 changed to /home/jenkins/oe/world/shr-core/meta-openembedded/meta-oe/recipes-multimedia/libsdl-image/libsdl2-image_2.0.1.bb.do_packagedata with hash 08f393d5d3671bbb9fb843e6cfed1c8a Hash for dependent task libsdl-imagelibsdl2-image_2.0.1.bb.do_packagedata changed from 58fb2e9fcdd482303dade154e2d35246 to 08f393d5d3671bbb9fb843e6cfed1c8a Hash for dependent task libsdl-imagelibsdl2-image_2.0.1.bb.do_package changed from 55a54e811424e9b38ca6e29a2e549c13 to f2b732ca24f53434db6204272ce0247d ERROR: libsdl2-mixer different signature for task do_package_write_ipk.sigdata between qemux86copy and qemux86 runtaskdeps changed from ['libsdl-mixerlibsdl2-mixer_2.0.1.bb.do_package', 'libsdl-mixerlibsdl2-mixer_2.0.1.bb.do_packagedata', 'opkg-utilsopkg-utils_git.bb.do_populate_sysroot:virtual:native', 'pseudopseudo_1.8.1.bb.do_populate_sysroot:virtual:native'] to ['libsdl-mixerlibsdl2-mixer_2.0.1.bb.do_package', 'libsdl-mixerlibsdl2-mixer_2.0.1.bb.do_packagedata', 'opkg-utilsopkg-utils_git.bb.do_populate_sysroot:virtual:native', 'pseudopseudo_1.8.1.bb.do_populate_sysroot:virtual:native'] /home/jenkins/oe/world/shr-core/meta-openembedded/meta-oe/recipes-multimedia/libsdl-mixer/libsdl2-mixer_2.0.1.bb.do_package with hash def8b4574c0f2cf9f3b36b1236de17c2 changed to /home/jenkins/oe/world/shr-core/meta-openembedded/meta-oe/recipes-multimedia/libsdl-mixer/libsdl2-mixer_2.0.1.bb.do_package with hash de207cd8f60bf6718fb2b62281cac734 /home/jenkins/oe/world/shr-core/meta-openembedded/meta-oe/recipes-multimedia/libsdl-mixer/libsdl2-mixer_2.0.1.bb.do_packagedata with hash 10f1a98e9e080e50750dec9ad48e8102 changed to /home/jenkins/oe/world/shr-core/meta-openembedded/meta-oe/recipes-multimedia/libsdl-mixer/libsdl2-mixer_2.0.1.bb.do_packagedata with hash fd269e63c155a2f10a09374b9e598f0e Hash for dependent task libsdl-mixerlibsdl2-mixer_2.0.1.bb.do_packagedata changed from 10f1a98e9e080e50750dec9ad48e8102 to fd269e63c155a2f10a09374b9e598f0e Hash for dependent task libsdl-mixerlibsdl2-mixer_2.0.1.bb.do_package changed from def8b4574c0f2cf9f3b36b1236de17c2 to de207cd8f60bf6718fb2b62281cac734 ERROR: libsdl2-ttf different signature for task do_package_write_ipk.sigdata between qemux86copy and qemux86 runtaskdeps changed from ['libsdl-ttflibsdl2-ttf_2.0.14.bb.do_package', 'libsdl-ttflibsdl2-ttf_2.0.14.bb.do_packagedata', 'opkg-utilsopkg-utils_git.bb.do_populate_sysroot:virtual:native', 'pseudopseudo_1.8.1.bb.do_populate_sysroot:virtual:native'] to ['libsdl-ttflibsdl2-ttf_2.0.14.bb.do_package', 'libsdl-ttflibsdl2-ttf_2.0.14.bb.do_packagedata', 'opkg-utilsopkg-utils_git.bb.do_populate_sysroot:virtual:native', 'pseudopseudo_1.8.1.bb.do_populate_sysroot:virtual:native'] /home/jenkins/oe/world/shr-core/meta-openembedded/meta-oe/recipes-support/libsdl-ttf/libsdl2-ttf_2.0.14.bb.do_package with hash 46bba6e61e7df0c5b37f76a315116a7b changed to /home/jenkins/oe/world/shr-core/meta-openembedded/meta-oe/recipes-support/libsdl-ttf/libsdl2-ttf_2.0.14.bb.do_package with hash e011c608a72fa9f5abe52ae9fec79ed4 /home/jenkins/oe/world/shr-core/meta-openembedded/meta-oe/recipes-support/libsdl-ttf/libsdl2-ttf_2.0.14.bb.do_packagedata with hash 693d461c00a824471697be5b12f9aa90 changed to /home/jenkins/oe/world/shr-core/meta-openembedded/meta-oe/recipes-support/libsdl-ttf/libsdl2-ttf_2.0.14.bb.do_packagedata with hash e3c76bfb20e841d73be46a02220b971f Hash for dependent task libsdl-ttflibsdl2-ttf_2.0.14.bb.do_packagedata changed from 693d461c00a824471697be5b12f9aa90 to e3c76bfb20e841d73be46a02220b971f Hash for dependent task libsdl-ttflibsdl2-ttf_2.0.14.bb.do_package changed from 46bba6e61e7df0c5b37f76a315116a7b to e011c608a72fa9f5abe52ae9fec79ed4 ERROR: 4 errors found in /home/jenkins/oe/world/shr-core/tmp-glibc/sstate-diff/1480468604/signatures.qemux86.do_package_write_ipk.sigdata.log > > # opengl packageconfig factored out to make it easy for distros > # and BSP layers to pick either (desktop) opengl, gles2, or no GL > > -- > To stop receiving notification emails like this one, please contact > the administrator of this repository. > -- > _______________________________________________ > Openembedded-commits mailing list > openembedded-comm...@lists.openembedded.org > http://lists.openembedded.org/mailman/listinfo/openembedded-commits -- Martin 'JaMa' Jansa jabber: martin.ja...@gmail.com
signature.asc
Description: Digital signature
-- _______________________________________________ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core