aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/maemo/osso-dsp-headers_0.1.bb
blob: 7a31872087d20a0ef34cc21ebb5286a1e2b044cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
PR         = "r0"
LICENSE    = "GPL"

DEPENDS = ""

SRC_URI = "http://repository.maemo.org/pool/maemo/ossw/source/o/${PN}/${PN}_${PV}.orig.tar.gz"

inherit autotools pkgconfig

headers = "a_igeq.h amrnb_socket_node.h audio_socket_node.h  pcm_socket_node.h \
           a_imumdrc.h amrwb_socket_node.h interface_common.h video_socket_node.h \
           aac_socket_node.h audio_pp_socket_node.h mp3_socket_node.h"

do_stage () {

	install -d ${STAGING_INCDIR}/dsp
	for h in ${headers}; do
                install -m 0644 ${S}/include/dsp/$h ${STAGING_INCDIR}/dsp/$h
        done
}
SRC_URI[md5sum] = "ebf60b7d98260aeefec24d4dc22a3c2b"
SRC_URI[sha256sum] = "53704f6b0aace1b2f24b5366530f6df51bf4ffea7209055e9eadee541c2c221f"