mirror of
https://git.yoctoproject.org/meta-security
synced 2026-07-27 19:37:12 +00:00
python-pycrypto: fix build error
| DEBUG: Executing shell function do_compile | make: *** No targets specified and no makefile found. Stop. add null do_compile Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
@@ -14,7 +14,7 @@ SRC_URI[sha256sum] = "f2ce1e989b272cfcb677616763e0a2e7ec659effa67a88aa92b3a65528
|
|||||||
|
|
||||||
S = "${WORKDIR}/${SRCNAME}-${PV}"
|
S = "${WORKDIR}/${SRCNAME}-${PV}"
|
||||||
|
|
||||||
inherit distutils
|
inherit setuptools
|
||||||
|
|
||||||
export STAGING_INCDIR
|
export STAGING_INCDIR
|
||||||
export STAGING_LIBDIR
|
export STAGING_LIBDIR
|
||||||
@@ -25,6 +25,8 @@ inherit autotools autotools-brokensep distutils
|
|||||||
|
|
||||||
DEPENDS += " gmp"
|
DEPENDS += " gmp"
|
||||||
|
|
||||||
|
do_compile[noexec] = "1"
|
||||||
|
|
||||||
# We explicitly call distutils_do_install, since we want it to run, but
|
# We explicitly call distutils_do_install, since we want it to run, but
|
||||||
# *don't* want the autotools install to run, since this package doesn't
|
# *don't* want the autotools install to run, since this package doesn't
|
||||||
# provide a "make install" target.
|
# provide a "make install" target.
|
||||||
|
|||||||
Reference in New Issue
Block a user