On Thu, Jun 8, 2017 at 6:39 PM, Fan Xin <[email protected]> wrote: > 1. Upgrade flex from 2.6.0 to 2.6.4 > > 2. Change the SRC_URI > Change SRC_URI from sourceforge to github due to the flex on sourceforge > has not been updated more than one year. >
how has it been tested ? I think it needs to be tested with meta-oe before it gets into OE-core. > Signed-off-by: Fan Xin <[email protected]> > --- > meta/recipes-devtools/flex/{flex_2.6.0.bb => flex_2.6.4.bb} | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > rename meta/recipes-devtools/flex/{flex_2.6.0.bb => flex_2.6.4.bb} (90%) > > diff --git a/meta/recipes-devtools/flex/flex_2.6.0.bb > b/meta/recipes-devtools/flex/flex_2.6.4.bb > similarity index 90% > rename from meta/recipes-devtools/flex/flex_2.6.0.bb > rename to meta/recipes-devtools/flex/flex_2.6.4.bb > index ab35b09..038aa37 100644 > --- a/meta/recipes-devtools/flex/flex_2.6.0.bb > +++ b/meta/recipes-devtools/flex/flex_2.6.4.bb > @@ -10,7 +10,7 @@ BBCLASSEXTEND = "native nativesdk" > > LIC_FILES_CHKSUM = "file://COPYING;md5=e4742cf92e89040b39486a6219b68067" > > -SRC_URI = "${SOURCEFORGE_MIRROR}/flex/flex-${PV}.tar.bz2 \ > +SRC_URI = "https://github.com/westes/flex/files/981163/${PN}-${PV}.tar.gz \ > file://run-ptest \ > file://do_not_create_pdf_doc.patch \ > > file://0001-tests-add-a-target-for-building-tests-without-runnin.patch \ > @@ -19,8 +19,8 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/flex/flex-${PV}.tar.bz2 \ > ${@bb.utils.contains('PTEST_ENABLED', '1', '', > 'file://disable-tests.patch', d)} \ > " > > -SRC_URI[md5sum] = "266270f13c48ed043d95648075084d59" > -SRC_URI[sha256sum] = > "24e611ef5a4703a191012f80c1027dc9d12555183ce0ecd46f3636e587e9b8e9" > +SRC_URI[md5sum] = "2882e3179748cc9f9c23ec593d6adc8d" > +SRC_URI[sha256sum] = > "e87aae032bf07c26f85ac0ed3250998c37621d95f8bd748b31f15b33c45ee995" > > # Flex has moved to github from 2.6.1 onwards > UPSTREAM_CHECK_URI = "https://github.com/westes/flex/releases" > -- > 1.9.1 > > -- > _______________________________________________ > Openembedded-core mailing list > [email protected] > http://lists.openembedded.org/mailman/listinfo/openembedded-core -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
