Skip to content
This repository has been archived by the owner on May 9, 2022. It is now read-only.

Commit

Permalink
pyelftools: switch to using setuptools class
Browse files Browse the repository at this point in the history
Building pyelftools fails, because python can't find setuptools module.
Switch to using setuptools class (instead of distutils) to fix build
failure.

Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
  • Loading branch information
lumag authored and flihp committed Mar 13, 2019
1 parent 7588fae commit 8d471d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes-devtools/pyelftools/pyelftools_git.bb
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ SRC_URI += " \
"
SRCREV = "master"

inherit distutils
inherit setuptools

BBCLASSEXTEND = "native"

0 comments on commit 8d471d4

Please sign in to comment.