diff options
author | Wolfgang Meyer <Wolfgang.Meyer@gossenmetrawatt.com> | 2022-09-16 15:44:12 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-07-03 11:34:36 -0700 |
commit | 2f863abae74183956cab9ba381946ca2a830b57e (patch) | |
tree | 01cbecd6b3cdfe25fe712af878b49b67679e0b3a /meta-oe/recipes-graphics/fbida/files/0001-Avoid-using-host-path.patch | |
parent | b0c8cb29a14b43effe2595df40a40d8a188622d2 (diff) | |
download | meta-openembedded-2f863abae74183956cab9ba381946ca2a830b57e.tar.gz |
fbida: build with meson
Add meason features options for the PACKAGECONFIG choices. Remove patches that
target the Autotools/gnumake style build.
Signed-off-by: Wolfgang Meyer <Wolfgang.Meyer@gossenmetrawatt.com>
Signed-off-by: Roland Hieber <rhi@pengutronix.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics/fbida/files/0001-Avoid-using-host-path.patch')
-rw-r--r-- | meta-oe/recipes-graphics/fbida/files/0001-Avoid-using-host-path.patch | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/meta-oe/recipes-graphics/fbida/files/0001-Avoid-using-host-path.patch b/meta-oe/recipes-graphics/fbida/files/0001-Avoid-using-host-path.patch deleted file mode 100644 index cdf2c25d37..0000000000 --- a/meta-oe/recipes-graphics/fbida/files/0001-Avoid-using-host-path.patch +++ /dev/null | |||
@@ -1,34 +0,0 @@ | |||
1 | From 8d8fa9f22d9f6a95523bac63ac3af724faf5ff92 Mon Sep 17 00:00:00 2001 | ||
2 | From: Marek Vasut <marex@denx.de> | ||
3 | Date: Fri, 7 Apr 2017 23:26:09 +0200 | ||
4 | Subject: [PATCH] Avoid using host-path | ||
5 | |||
6 | Remove the explicit reference to /usr/local/* , this is completely | ||
7 | bogus and causes trouble during cross-compilation. | ||
8 | |||
9 | Signed-off-by: Marek Vasut <marex@denx.de> | ||
10 | Upstream-Status: Inappropriate [upstream requires this] | ||
11 | --- | ||
12 | mk/Variables.mk | 6 ------ | ||
13 | 1 file changed, 6 deletions(-) | ||
14 | |||
15 | diff --git a/mk/Variables.mk b/mk/Variables.mk | ||
16 | index 99f787c..3ffd87a 100644 | ||
17 | --- a/mk/Variables.mk | ||
18 | +++ b/mk/Variables.mk | ||
19 | @@ -42,12 +42,6 @@ CFLAGS += -Wall -Wmissing-prototypes -Wstrict-prototypes \ | ||
20 | -Wpointer-arith -Wunused | ||
21 | CXXFLAGS += -Wall -Wpointer-arith -Wunused | ||
22 | |||
23 | -# add /usr/local to the search path if something is in there ... | ||
24 | -ifneq ($(wildcard /usr/local/include/*.h),) | ||
25 | - CFLAGS += -I/usr/local/include | ||
26 | - LDFLAGS += -L/usr/local/$(LIB) | ||
27 | -endif | ||
28 | - | ||
29 | # fixup include path for $(srcdir) != "." | ||
30 | ifneq ($(srcdir),.) | ||
31 | CFLAGS += -I. -I$(srcdir) | ||
32 | -- | ||
33 | 2.11.0 | ||
34 | |||