blob: 591f15d843c2a60e18241662df4643bd366c37fb (
plain)
1
2
3
4
5
6
7
8
|
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
inherit pythonnative
DEPENDS += " python-pycrypto-native"
#Need for gcc 6.2
CFLAGS += " -fno-strict-aliasing -Wno-unused-variable -Wno-shift-negative-value"
|