Re: [yocto] Patching from .bbappend

2013-04-22 Thread Rudolf Streif
You got it figured out? Simply add FILESEXTRAPATHS_prepend := "${THISDIR}/${P}:" SRC_URI += "mypatch.patch" PRINC := "${@int(PRINC) + 1}" to your bbappend and put your patch in a subdirectory - relative to the recipe. :rjs ___ yocto mailing list yocto

Re: [yocto] Patching from .bbappend

2013-04-22 Thread Saridakis, Dean (US SSA)
Does anyone have an example of how to apply a patch from an append file? (even better if the base recipe inherits autotools) Nevermind - thanks all. Dean ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] Patching from .bbappend

2013-04-22 Thread Saridakis, Dean (US SSA)
Does anyone have an example of how to apply a patch from an append file? (even better if the base recipe inherits autotools) Dean ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto