• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/efibootmgr/0002-Allow-build-with-uClibc.patch
Thomas PetazzoniThomas Petazzoni committed 57180155ca802 Jul 2017
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
From bbfcc60497c326576bb23cb01d90115ef3cf6947 Mon Sep 17 00:00:00 2001
2
From: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
3
Date: Fri, 25 Nov 2016 20:26:52 +0200
4
Subject: [PATCH] Remove unneeded <uchar.h> include
5
​
6
This fixes the build with uClibc.
7
​
8
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
9
---
10
 src/efibootdump.c | 1 -
11
 src/eficonman.c   | 1 -
12
 2 files changed, 2 deletions(-)
13
​
14
diff --git a/src/efibootdump.c b/src/efibootdump.c
15
index 6ff8360..7c5a1c5 100644
16
--- a/src/efibootdump.c
17
+++ b/src/efibootdump.c
18
@@ -19,7 +19,6 @@
19
 #include <stdint.h>
20
 #include <stdio.h>
21
 #include <stdlib.h>
22
-#include <uchar.h>
23
 #include <unistd.h>
24
 
25
 #include "error.h"
26
diff --git a/src/eficonman.c b/src/eficonman.c
27
index 2c2be38..9bfae79 100644
28
--- a/src/eficonman.c
29
+++ b/src/eficonman.c
30
@@ -17,7 +17,6 @@
31
 #include <stdint.h>
32
 #include <stdio.h>
33
 #include <stdlib.h>
34
-#include <uchar.h>
35
 #include <unistd.h>
36
 
37
 #define  _(String) gettext (String)
38
-- 
39
2.10.2
40
​
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.