mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
xfce4-battery-plugin: fix build on arm64
Backport patch to fix build on arm64. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
29939f4555
commit
4272ccb80a
|
|
@ -0,0 +1,34 @@
|
|||
Upstream-Status: Backport from
|
||||
|
||||
http://git.xfce.org/panel-plugins/xfce4-battery-plugin/commit/?id=0f6926479728ca784a20b63d7c146a91e37d98fb
|
||||
|
||||
Signed-off-by: Kai Kang <kai.kang@windriver.com>
|
||||
---
|
||||
From 0f6926479728ca784a20b63d7c146a91e37d98fb Mon Sep 17 00:00:00 2001
|
||||
From: Landry Breuil <landry@xfce.org>
|
||||
Date: Thu, 19 Mar 2015 20:42:24 +0100
|
||||
Subject: Fix build on aarch64 (bug #11724)
|
||||
|
||||
|
||||
diff --git a/panel-plugin/libacpi.c b/panel-plugin/libacpi.c
|
||||
index 530194d..efb5c9c 100644
|
||||
--- a/panel-plugin/libacpi.c
|
||||
+++ b/panel-plugin/libacpi.c
|
||||
@@ -29,6 +29,7 @@
|
||||
#include <sys/types.h>
|
||||
#include <dirent.h>
|
||||
#include <glob.h>
|
||||
+#include <unistd.h>
|
||||
|
||||
#ifdef __FreeBSD__
|
||||
#include <fcntl.h>
|
||||
@@ -52,7 +53,6 @@ static int acpifd;
|
||||
#include <sys/sysctl.h>
|
||||
#include <err.h>
|
||||
#include <errno.h>
|
||||
-#include <unistd.h>
|
||||
|
||||
#endif
|
||||
|
||||
--
|
||||
cgit v0.10.1
|
||||
|
|
@ -5,5 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
|
|||
|
||||
inherit xfce-panel-plugin
|
||||
|
||||
SRC_URI += "file://fix-build-on-aarch64.patch"
|
||||
|
||||
SRC_URI[md5sum] = "ca2d394e411a20442a519efa0d14f8ec"
|
||||
SRC_URI[sha256sum] = "f659b1af40ab72c93448affaa693ab551827a5600ce9b97a799b7c2419bdeb11"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user