From 00eb88d1ce5c53d02b5a9a70af09f2e714e5234e Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 11 Aug 2018 14:53:59 -0700 Subject: eject: Fix build with glibc 2.28+ Signed-off-by: Khem Raj --- ...t-Include-sys-sysmacros.h-for-major-minor.patch | 27 ++++++++++++++++++++++ meta-oe/recipes-support/eject/eject_2.1.5.bb | 3 ++- 2 files changed, 29 insertions(+), 1 deletion(-) create mode 100644 meta-oe/recipes-support/eject/eject/0001-eject-Include-sys-sysmacros.h-for-major-minor.patch (limited to 'meta-oe') diff --git a/meta-oe/recipes-support/eject/eject/0001-eject-Include-sys-sysmacros.h-for-major-minor.patch b/meta-oe/recipes-support/eject/eject/0001-eject-Include-sys-sysmacros.h-for-major-minor.patch new file mode 100644 index 0000000000..055128706c --- /dev/null +++ b/meta-oe/recipes-support/eject/eject/0001-eject-Include-sys-sysmacros.h-for-major-minor.patch @@ -0,0 +1,27 @@ +From 433ffb21119a0f39e882dd3fea4742e64aadcc40 Mon Sep 17 00:00:00 2001 +From: Khem Raj +Date: Sat, 11 Aug 2018 09:56:40 -0700 +Subject: [PATCH] eject: Include sys/sysmacros.h for major/minor + +Fixes +arm-bec-linux-gnueabi/gcc/arm-bec-linux-gnueabi/8.2.0/ld: eject.o: in function `GetMajorMinor': +/usr/src/debug/eject/2.1.5-r1/eject-2.1.5/../../../../../../../workspace/sources/eject/eject.c:866: undefined reference to `major' + +Upstream-Status: Pending +Signed-off-by: Khem Raj +--- + eject.c | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/eject.c b/eject.c +index 47e09fe..b171218 100644 +--- a/eject.c ++++ b/eject.c +@@ -54,6 +54,7 @@ + #include + #include + #include ++#include + + #if defined(__linux__) + #include diff --git a/meta-oe/recipes-support/eject/eject_2.1.5.bb b/meta-oe/recipes-support/eject/eject_2.1.5.bb index 49a3d74f6f..dec2e7ab4c 100644 --- a/meta-oe/recipes-support/eject/eject_2.1.5.bb +++ b/meta-oe/recipes-support/eject/eject_2.1.5.bb @@ -10,7 +10,8 @@ SRC_URI = "http://sources.openembedded.org/${BP}.tar.gz \ file://eject-2.1.1-verbose.patch \ file://eject-2.1.5-spaces.patch \ file://eject-timeout.patch \ -" + file://0001-eject-Include-sys-sysmacros.h-for-major-minor.patch \ + " SRC_URI[md5sum] = "b96a6d4263122f1711db12701d79f738" SRC_URI[sha256sum] = "ef9f7906484cfde4ba223b2682a37058f9a3c7d3bb1adda7a34a67402e2ffe55" -- cgit v1.2.3-54-g00ecf