mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-08 03:49:57 +00:00
xrdp: upgrade 0.9.15 -> 0.9.16
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -9,14 +9,19 @@ Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|||||||
common/arch.h | 2 +-
|
common/arch.h | 2 +-
|
||||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||||
|
|
||||||
|
diff --git a/common/arch.h b/common/arch.h
|
||||||
|
index 617feb5e..6edb39db 100644
|
||||||
--- a/common/arch.h
|
--- a/common/arch.h
|
||||||
+++ b/common/arch.h
|
+++ b/common/arch.h
|
||||||
@@ -84,7 +84,7 @@ typedef int bool_t;
|
@@ -85,7 +85,7 @@ typedef int bool_t;
|
||||||
#define NEED_ALIGN
|
#define NEED_ALIGN
|
||||||
#elif defined(__x86__) || defined(__x86_64__) || \
|
#elif defined(__x86__) || defined(__x86_64__) || \
|
||||||
defined(__AMD64__) || defined(_M_IX86) || defined (_M_AMD64) || \
|
defined(__AMD64__) || defined(_M_IX86) || defined (_M_AMD64) || \
|
||||||
- defined(__i386__) || defined(__aarch64__) || \
|
- defined(__i386__) || defined(__aarch64__) || \
|
||||||
+ defined(__i386__) || defined(__aarch64__) || defined(__powerpc64__) || \
|
+ defined(__i386__) || defined(__aarch64__) || defined(__powerpc64__) || \
|
||||||
|
defined(__PPC__) || defined(__LITTLE_ENDIAN__) || \
|
||||||
|
defined(__s390__) || defined (__s390x__) || \
|
||||||
defined(__riscv)
|
defined(__riscv)
|
||||||
#define NO_NEED_ALIGN
|
--
|
||||||
#else
|
2.31.1
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -16,7 +16,7 @@ SRC_URI = "git://github.com/neutrinolabs/xrdp.git;branch=devel \
|
|||||||
file://0001-Fix-the-compile-error.patch \
|
file://0001-Fix-the-compile-error.patch \
|
||||||
file://0001-arch-Define-NO_NEED_ALIGN-on-ppc64.patch \
|
file://0001-arch-Define-NO_NEED_ALIGN-on-ppc64.patch \
|
||||||
"
|
"
|
||||||
SRCREV = "f24b7b7988140b18202908654db3289659303772"
|
SRCREV = "a4c7ee077c049202d73f82f518b2de958d722890"
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
Reference in New Issue
Block a user