aboutsummaryrefslogtreecommitdiffstats
path: root/meta/packages/jpeg/jpeg-native_6b.bb
blob: b617f1b6c06fe88512a4bd7683680cf3b62b4d8f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
SECTION = "libs"
include jpeg_${PV}.bb
inherit native
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/jpeg-${PV}"
DEPENDS = ""

do_stage() {
        install -m 644 jconfig.h ${STAGING_INCDIR}/jconfig.h
        install -m 644 jpeglib.h ${STAGING_INCDIR}/jpeglib.h
        install -m 644 jmorecfg.h ${STAGING_INCDIR}/jmorecfg.h
        install -m 644 jerror.h ${STAGING_INCDIR}/jerror.h
        install -m 644 jpegint.h ${STAGING_INCDIR}/jpegint.h
        oe_libinstall -so libjpeg ${STAGING_LIBDIR}
}