[Buildroot] AUTOTARGETS is not working correctly when applying x11r7 patches, was ( X11R7 packages available )

Ivan Kuten ivan.kuten at promwad.com
Sat Aug 11 20:30:14 UTC 2007


>> Any feedback is welcome... once this is tested I think it would be a good
>> idea to add the whole thing to Buildroot.
> 
> Fantastic.  I've merged your patches with very minor changes.
> It doesnt quite build for me, but hopefully we can get that
> sorted out soon.  This was clearly a huge undertaking and a
> true labor of love.  Thanks!
> 

Hello,

$(eval $(call AUTOTARGETS,xlib_liblbxutil)) is not working correctly when applying patches:

 >>> xlib_liblbxutil 1.0.1 Patching

(if test -d package/xlib_liblbxutil ; then \
   if test "" ; then \
     toolchain/patch-kernel.sh /root/buildroot/build_arm/xlib_liblbxutil-1.0.1 package/xlib_liblbxutil xlib_liblbxutil-1.0.1\*.patch || exit 1 ; \
   else \
     toolchain/patch-kernel.sh /root/buildroot/build_arm/xlib_liblbxutil-1.0.1 package/xlib_liblbxutil xlib_liblbxutil\*.patch || exit 1 ; \
     if test -d package/xlib_liblbxutil/xlib_liblbxutil-1.0.1 ; then \
       toolchain/patch-kernel.sh /root/buildroot/build_arm/xlib_liblbxutil-1.0.1 package/xlib_liblbxutil/xlib_liblbxutil-1.0.1 \*.patch || exit 1 ; \
     fi; \
   fi; \
fi)

should be package/x11r7/xlib_liblbxutil

Best regards,
Ivan










More information about the buildroot mailing list