On Thu, Jan 30, 2014 at 12:34:12PM -0600, Chase Maupin wrote: > * Update the bbappend to the latest libav version > * New libav also enables x264 which is commercially licensed so > filter that out of the PACKAGECONFIG options > > Signed-off-by: Chase Maupin <[email protected]> > --- > .../{libav_0.8.4.bbappend => libav_0.8.8.bbappend} | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > rename meta-arago-distro/recipes-multimedia/libav/{libav_0.8.4.bbappend => > libav_0.8.8.bbappend} (92%) > > diff --git a/meta-arago-distro/recipes-multimedia/libav/libav_0.8.4.bbappend > b/meta-arago-distro/recipes-multimedia/libav/libav_0.8.8.bbappend > similarity index 92% > rename from meta-arago-distro/recipes-multimedia/libav/libav_0.8.4.bbappend > rename to meta-arago-distro/recipes-multimedia/libav/libav_0.8.8.bbappend > index f33cc54..86747f1 100644 > --- a/meta-arago-distro/recipes-multimedia/libav/libav_0.8.4.bbappend > +++ b/meta-arago-distro/recipes-multimedia/libav/libav_0.8.8.bbappend > @@ -1,4 +1,6 @@ > -PR_append = "-arago1" > +PR_append = "-arago0" > + > +PACKAGECONFIG := "${@oe_filter_out('x264','${PACKAGECONFIG}', d)}"
Can we just clear LICENSE_FLAGS here (remove commercial) and drop the next patch #7? > # Disable features that have potential commercial licensing restrictions > EXTRA_OECONF += "\ > -- > 1.7.9.5 > > _______________________________________________ > meta-arago mailing list > [email protected] > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago > _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
