[OE-core] [PATCH] pseudo: Make it possible to override the append in a bbappend

Fabrice Coulon fabrice.coulon at axis.com
Mon Dec 7 09:15:29 UTC 2015



On 12/02/2015 08:05 PM, Andre McCurdy wrote:
> On Wed, Dec 2, 2015 at 5:22 AM, Fabrice Coulon <fabrice.coulon at axis.com> wrote:
>> I need this in order to avoid a conflict when used with
>> base-passwd-native.
> Doesn't something like this work from your .bbappend?
>
>    do_install_append_class-native () {
>        # Remove to avoid conflict with base-passwd-native
>        rm -f ${D}${sysconfdir}/passwd ${D}${sysconfdir}/group
>    }
>

Yes it works. I don't need to change the recipe, it's enough with this 
in a bbappend. Thanks!





More information about the Openembedded-core mailing list