[Buildroot] [PATCH 1/2] librtas: new package

Sam Bobroff sam.bobroff at au1.ibm.com
Sun May 10 23:58:06 UTC 2015


On 08/05/15 17:42, Peter Korsgaard wrote:
>>>>>> "Baruch" == Baruch Siach <baruch at tkos.co.il> writes:
> 
> Hi,
> 
>  >> diff --git a/package/librtas/missing-librtas.so.1.patch b/package/librtas/missing-librtas.so.1.patch
>  >> new file mode 100644
>  >> index 0000000..de21d66
>  >> --- /dev/null
>  >> +++ b/package/librtas/missing-librtas.so.1.patch
>  >> @@ -0,0 +1,11 @@
> 
>  > Please add your Sign-off here.
> 
> And a description. Why is it needed, has the patch been sent upstream?
> What is the status?

OK, I'll add all that to the patch.

Thanks,

Sam.

>  >> +diff -purN librtas-1.3.12.orig/librtas_src/Makefile librtas-1.3.12/librtas_src/Makefile
>  >> +--- librtas-1.3.12.orig/librtas_src/Makefile	2015-04-09 10:45:19.772381633 +1000
>  >> ++++ librtas-1.3.12/librtas_src/Makefile	2015-04-09 10:45:57.968604762 +1000
>  >> +@@ -33,6 +33,7 @@ install:
>  >> + 	@$(call install_lib,$(LIBRTAS),$(DESTDIR))
>  >> + 	@$(call install_inc,$(HEADERS),$(DESTDIR))
>  >> + 	@ln -sf $(LIBRTAS) $(DESTDIR)/$(LIB_DIR)$(call is_lib64,$(LIBRTAS))/$(LIBRTAS_SONAME)
>  >> ++	@ln -sf $(LIBRTAS) $(DESTDIR)/$(LIB_DIR)$(call is_lib64,$(LIBRTAS))/$(LIBRTAS_SONAME).1
>  >> + 
>  >> + uninstall:
>  >> + 	@$(call uninstall_lib,$(LIBRTAS),$(DESTDIR))
> 
> 



More information about the buildroot mailing list