diff options
author | Florian Boor <florian.boor@kernelconcepts.de> | 2005-07-01 20:47:55 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-07-01 20:47:55 +0000 |
commit | c0c13ed4c933845dc25fdb387774da8f476875aa (patch) | |
tree | 98313fa216cb720245d054a6692839d081bfc21b /packages/maemo/osso-dsp-headers_0.1.bb | |
parent | 49f3db13f5b0ce0db3f9e0f6430d947471f65751 (diff) |
Add a set of packages for sound support in maemo images.
Diffstat (limited to 'packages/maemo/osso-dsp-headers_0.1.bb')
-rw-r--r-- | packages/maemo/osso-dsp-headers_0.1.bb | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/packages/maemo/osso-dsp-headers_0.1.bb b/packages/maemo/osso-dsp-headers_0.1.bb new file mode 100644 index 0000000000..41e4fe87ea --- /dev/null +++ b/packages/maemo/osso-dsp-headers_0.1.bb @@ -0,0 +1,21 @@ +PR = "r0" +LICENSE = "GPL" +MAINTAINER = "Florian Boor <florian@kernelconcepts.de>" + +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 +}
\ No newline at end of file |