[oe] [PATCH 2/2] sane-srcrevs: move SRCREVs to recipes

Martin Jansa martin.jansa at gmail.com
Thu Apr 1 16:09:51 UTC 2010


On Thu, Apr 01, 2010 at 08:43:11AM -0700, Khem Raj wrote:
> On Thu, Apr 1, 2010 at 8:11 AM, Martin Jansa <martin.jansa at gmail.com> wrote:
> > Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
> 
> Acked-by: Khem Raj <raj.khem at gmail.com>
> 
> one the following are fixed
> dri/libdrm_git.bb:SRCREV_pn-libdrm ?= "a5c8f55397377994ceeb76ed0ff148ff89eb3a1b"
> dri/libdrm_git.bb:SRCREV_pn-libdrm_shr ?=
> "b5aec2bd3df736216e86eae28e278172d3ba3362"
> mesa/mesa-dri_git.bb:SRCREV_pn-mesa-dri ?=
> "196214bf2b677a83653d49f79d03752f29df44ec"
> mesa/mesa-dri_git.bb:SRCREV_pn-mesa-dri_shr ?=
> "1ac166895fef47806c9e9286d2a6356b4db8398d"

This shouldn't be a problem, but shortend to SRCREV and SRCREV_shr, 

> linux/linux-davinci_2.6.27.bb:# or override in it local.conf like
> this: DAVINCI_SRCREV_pn-linux-davinci = "${@bb.fetch.get_srcrev(d)}"

> opkg/opkg-nogpg-nocurl_svn.bb:SRCREV = "${SRCREV_pn-opkg}"
> opkg/opkg-nogpg-nocurl-slugos_svn.bb:SRCREV = "${SRCREV_pn-opkg}"
> opkg/opkg-nogpg_svn.bb:SRCREV = "${SRCREV_pn-opkg}"

Those were removed in this patch, replaced with one rev in
opkg.inc:
SRCREV = ${OPKG_SRCREV}
PV = "0.1.6+svnr${SRCPV}"

added OPKG_SRCREV setting preferred-slugos-versions.inc instead of those
SRCREV_pn-opkg = "160" there.

> psplash/psplash-ua.inc:SRCREV = "${SRCREV_pn-psplash}

all recipes include also psplash.inc where is SRCREV = "249", so I just
dropped this line from psplash-ua.inc and it should stay the same.

Regards,




More information about the Openembedded-devel mailing list