diff options
author | Michael Lauer <mickey@vanille-media.de> | 2005-09-14 09:02:27 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-09-14 09:02:27 +0000 |
commit | d4b352bfeb515fb07f1b44c0332627de1d4fdeb0 (patch) | |
tree | 0289a6b70ef7f43c702d6fe5e448529b00a774f9 /packages/wlan-ng/files/scripts-makefile-hostcc.patch | |
parent | 341aeb300f4a29422eb989b04150a0c7c794a03a (diff) |
wlan-ng: move two patches that are used by more than one .bb to the files directory
Diffstat (limited to 'packages/wlan-ng/files/scripts-makefile-hostcc.patch')
-rw-r--r-- | packages/wlan-ng/files/scripts-makefile-hostcc.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/packages/wlan-ng/files/scripts-makefile-hostcc.patch b/packages/wlan-ng/files/scripts-makefile-hostcc.patch new file mode 100644 index 0000000000..1746b8a359 --- /dev/null +++ b/packages/wlan-ng/files/scripts-makefile-hostcc.patch @@ -0,0 +1,16 @@ + +# +# Patch managed by http://www.holgerschurig.de/patcher.html +# + +--- linux-wlan-ng-0.2.2/scripts/Makefile~scripts-makefile-hostcc ++++ linux-wlan-ng-0.2.2/scripts/Makefile +@@ -24,7 +24,7 @@ + exit 1;\ + fi + +- $(CC) -I$(KERNEL_SOURCE)/include get_version.c -o get_version ++ $(BUILD_CC) -I$(KERNEL_SOURCE)/include get_version.c -o get_version + + get_options: + $(MAKE) -f $(CURR_DIR)/Makefile.get_options -C $(KERNEL_SOURCE) get_version_target |