Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 1 | require automake.inc |
| 2 | LICENSE = "GPLv2" |
| 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" |
| 4 | DEPENDS_class-native = "autoconf-native" |
| 5 | |
| 6 | NAMEVER = "${@oe.utils.trim_version("${PV}", 2)}" |
| 7 | |
| 8 | RDEPENDS_${PN} += "\ |
| 9 | autoconf \ |
| 10 | perl \ |
| 11 | perl-module-bytes \ |
| 12 | perl-module-data-dumper \ |
| 13 | perl-module-strict \ |
| 14 | perl-module-text-parsewords \ |
| 15 | perl-module-thread-queue \ |
| 16 | perl-module-threads \ |
| 17 | perl-module-vars " |
| 18 | |
| 19 | RDEPENDS_${PN}_class-native = "autoconf-native perl-native-runtime" |
| 20 | |
| 21 | SRC_URI += " file://python-libdir.patch \ |
| 22 | file://py-compile-compile-only-optimized-byte-code.patch \ |
| 23 | file://buildtest.patch" |
| 24 | |
| 25 | SRC_URI[md5sum] = "716946a105ca228ab545fc37a70df3a3" |
| 26 | SRC_URI[sha256sum] = "7946e945a96e28152ba5a6beb0625ca715c6e32ac55f2e353ef54def0c8ed924" |
| 27 | |
| 28 | CACHED_CONFIGUREVARS += "ac_cv_path_PERL=${USRBINPATH}/perl" |
| 29 | |
| 30 | do_install_append () { |
| 31 | install -d ${D}${datadir} |
| 32 | } |
| 33 | |
| 34 | BBCLASSEXTEND = "native nativesdk" |