On Mon, 2020-11-02 at 12:41 -0800, Khem Raj wrote:
> On Mon, Nov 2, 2020 at 12:19 PM Adrian Freihofer
> <adrian.freiho...@gmail.com> wrote:
> > If the reproducible build class is active the following error occurs:
> > 
> > ERROR: sdbus-c++-tools-native-0.8.1-r0 do_unpack: Error executing a python 
> > function in exec_python_func() autogenerated:
> > ...snip
> > Exception: subprocess.CalledProcessError: Command '['git', 'log', '-1', 
> > '--pretty=%ct']' returned non-zero exit status 128.
> > 
> > Remove the subpath to get git executed in the right derectory.
> > 
> 
> this looks like a problem in core metadata rather, I am fine to accept
> this as a workaround but I think you should bring this discussion to
> oe-core

Khem, you're right. Please ignore the patch. After I understood the problem in 
detail,I went through all patches for reproducible builds on the poky master 
branch.
I'm sure the problem is already solved properly with Yocto 3.2.

I will ask for cherry-picking the related patches to dunfell on the
core mailing list. Thank you for the hint.

> 
> > Signed-off-by: Adrian Freihofer <adrian.freiho...@siemens.com>
> > ---
> >  meta-oe/recipes-core/sdbus-c++/sdbus-c++-tools_0.8.3.bb | 4 ++--
> >  1 file changed, 2 insertions(+), 2 deletions(-)
> > 
> > diff --git a/meta-oe/recipes-core/sdbus-c++/sdbus-c++-tools_0.8.3.bb 
> > b/meta-oe/recipes-core/sdbus-c++/sdbus-c++-tools_0.8.3.bb
> > index 3b87c2265..ec720dc0c 100644
> > --- a/meta-oe/recipes-core/sdbus-c++/sdbus-c++-tools_0.8.3.bb
> > +++ b/meta-oe/recipes-core/sdbus-c++/sdbus-c++-tools_0.8.3.bb
> > @@ -9,8 +9,8 @@ inherit cmake
> >  DEPENDS += "expat"
> > 
> >  SRCREV = "6e8e5aadb674cccea5bdd55141db5dad887fbacd"
> > -SRC_URI = 
> > "git://github.com/Kistler-Group/sdbus-cpp.git;protocol=https;branch=master;subpath=tools"
> > +SRC_URI = 
> > "git://github.com/Kistler-Group/sdbus-cpp.git;protocol=https;branch=master"
> > 
> > -S = "${WORKDIR}/tools"
> > +S = "${WORKDIR}/git/tools"
> > 
> >  BBCLASSEXTEND = "native nativesdk"
> > --
> > 2.26.2
> > 
> > 
> > 
> > 

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#87925): 
https://lists.openembedded.org/g/openembedded-devel/message/87925
Mute This Topic: https://lists.openembedded.org/mt/77991082/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to