mirror of
https://git.yoctoproject.org/meta-raspberrypi
synced 2026-07-27 19:36:58 +00:00
userland: Bump to latest and add ASNEEDED = ""
ASNEEDED does not work with userland libraries as noted in see https://lists.yoctoproject.org/pipermail/yocto/2014-June/019933.html Helps with running kodi using gles2 Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
From 7f52662a4d1965988ee5ada28ce3525c38ebf164 Mon Sep 17 00:00:00 2001
|
From 6ee44bd040bf8e8abf9c5a7be7f6ea4b82d5671a Mon Sep 17 00:00:00 2001
|
||||||
From: Tomeu Vizoso <tomeu.vizoso@collabora.com>
|
From: Tomeu Vizoso <tomeu.vizoso@collabora.com>
|
||||||
Date: Tue, 1 Oct 2013 13:19:20 +0200
|
Date: Tue, 1 Oct 2013 13:19:20 +0200
|
||||||
Subject: [PATCH 03/13] wayland: Add Wayland example
|
Subject: [PATCH 03/13] wayland: Add Wayland example
|
||||||
@@ -844,23 +844,23 @@ index 0000000..1a7bfc4
|
|||||||
+ ret = wl_display_dispatch(state.wl_display);
|
+ ret = wl_display_dispatch(state.wl_display);
|
||||||
+ }
|
+ }
|
||||||
+
|
+
|
||||||
+ exit_func(&state);
|
+ exit_func(&state);
|
||||||
+
|
+
|
||||||
+ return 0;
|
+ return 0;
|
||||||
+}
|
+}
|
||||||
+
|
|
||||||
+
|
+
|
||||||
diff --git a/host_applications/linux/apps/hello_pi/rebuild.sh b/host_applications/linux/apps/hello_pi/rebuild.sh
|
diff --git a/host_applications/linux/apps/hello_pi/rebuild.sh b/host_applications/linux/apps/hello_pi/rebuild.sh
|
||||||
|
index 8225dd5..0be6ce7 100755
|
||||||
--- a/host_applications/linux/apps/hello_pi/rebuild.sh
|
--- a/host_applications/linux/apps/hello_pi/rebuild.sh
|
||||||
+++ b/host_applications/linux/apps/hello_pi/rebuild.sh
|
+++ b/host_applications/linux/apps/hello_pi/rebuild.sh
|
||||||
@@ -14,6 +14,7 @@ make -C hello_videocube clean
|
@@ -14,6 +14,7 @@ make -C hello_videocube clean
|
||||||
make -C hello_teapot clean
|
make -C hello_teapot clean
|
||||||
make -C hello_teapot clean
|
make -C hello_fft clean
|
||||||
make -C hello_fft clean
|
|
||||||
make -C hello_mmal_encode clean
|
make -C hello_mmal_encode clean
|
||||||
+make -C hello_wayland clean
|
+make -C hello_wayland clean
|
||||||
|
|
||||||
make -C libs/ilclient
|
make -C libs/ilclient
|
||||||
make -C libs/vgfont
|
make -C libs/vgfont
|
||||||
@@ -31,4 +32,4 @@ make -C hello_videocube
|
@@ -31,4 +32,4 @@ make -C hello_videocube
|
||||||
make -C hello_videocube
|
make -C hello_teapot
|
||||||
make -C hello_fft
|
make -C hello_fft
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ COMPATIBLE_MACHINE = "raspberrypi"
|
|||||||
|
|
||||||
SRCBRANCH = "master"
|
SRCBRANCH = "master"
|
||||||
SRCFORK = "raspberrypi"
|
SRCFORK = "raspberrypi"
|
||||||
SRCREV = "2852d9ff5a9038021f1c22d95e8a9e3aad09893f"
|
SRCREV = "100f8bb3e74e29d04fb99857183cc34aaa712e3f"
|
||||||
|
|
||||||
SRC_URI = "\
|
SRC_URI = "\
|
||||||
git://github.com/${SRCFORK}/userland.git;protocol=git;branch=${SRCBRANCH} \
|
git://github.com/${SRCFORK}/userland.git;protocol=git;branch=${SRCBRANCH} \
|
||||||
@@ -38,6 +38,8 @@ S = "${WORKDIR}/git"
|
|||||||
|
|
||||||
inherit cmake pkgconfig
|
inherit cmake pkgconfig
|
||||||
|
|
||||||
|
ASNEEDED = ""
|
||||||
|
|
||||||
EXTRA_OECMAKE = "-DCMAKE_BUILD_TYPE=Release -DCMAKE_EXE_LINKER_FLAGS='-Wl,--no-as-needed' \
|
EXTRA_OECMAKE = "-DCMAKE_BUILD_TYPE=Release -DCMAKE_EXE_LINKER_FLAGS='-Wl,--no-as-needed' \
|
||||||
-DVMCS_INSTALL_PREFIX=${exec_prefix} \
|
-DVMCS_INSTALL_PREFIX=${exec_prefix} \
|
||||||
"
|
"
|
||||||
|
|||||||
Reference in New Issue
Block a user