java-native.bbclass: remove do_stage function, because of NATIVE_INSTALL_WORKS =...
[openembedded.git] / recipes / jpeg / jasper_1.900.1.bb
blob94b83b953bb65f116fc23aa2f133fe20f867c110
1 DESCRIPTION = "Jpeg 2000 implementation"
2 LICENSE = "MIT"
3 do_unpack[depends] += "unzip-native:do_populate_sysroot"
5 SRC_URI = "http://www.ece.uvic.ca/~mdadams/jasper/software/jasper-${PV}.zip"
7 inherit autotools lib_package
9 EXTRA_OECONF = "--enable-shared"
11 AUTOTOOLS_STAGE_PKGCONFIG = "1"
12 do_stage() {
13 autotools_stage_all
16 SRC_URI[md5sum] = "a342b2b4495b3e1394e161eb5d85d754"
17 SRC_URI[sha256sum] = "6b905a9c2aca2e275544212666eefc4eb44d95d0a57e4305457b407fe63f9494"