diff options
author | Cristian Iorga <cristian.iorga@intel.com> | 2013-07-31 17:49:19 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-08-03 10:33:09 +0100 |
commit | 4813e2d56585d276c7c8ddd2c13d3b41feb231a6 (patch) | |
tree | 98205f67cebae85db273b1822eee0ce1de8f1fa9 /meta/recipes-multimedia/alsa/alsa-utils-alsaconf_1.0.27.2.bb | |
parent | 6d5d0c41a7cc52e429bfd69ea0ec9215f8150b51 (diff) | |
download | poky-4813e2d56585d276c7c8ddd2c13d3b41feb231a6.tar.gz |
alsa-utils: upgrade to 1.0.27.2
obsolete_automake_macros.patch,
uclibc-exp10-replacement.patch patches removed;
included in upstream.
(From OE-Core rev: f74b10cbbecdabcbef695bbdfd26ca4c35c7d369)
Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/alsa/alsa-utils-alsaconf_1.0.27.2.bb')
-rw-r--r-- | meta/recipes-multimedia/alsa/alsa-utils-alsaconf_1.0.27.2.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/alsa/alsa-utils-alsaconf_1.0.27.2.bb b/meta/recipes-multimedia/alsa/alsa-utils-alsaconf_1.0.27.2.bb new file mode 100644 index 0000000000..a3fa1d076b --- /dev/null +++ b/meta/recipes-multimedia/alsa/alsa-utils-alsaconf_1.0.27.2.bb | |||
@@ -0,0 +1,17 @@ | |||
1 | require alsa-utils_${PV}.bb | ||
2 | |||
3 | THISDIR := "${@os.path.dirname(bb.data.getVar('FILE', d, True))}" | ||
4 | FILESPATH =. "${@base_set_filespath(["${THISDIR}/alsa-utils"], d)}:" | ||
5 | |||
6 | PACKAGES = "${PN}" | ||
7 | RDEPENDS_${PN} += "bash" | ||
8 | |||
9 | DESCRIPTION_${PN} = "a bash script that creates ALSA configuration files" | ||
10 | FILES_${PN} = "${sbindir}/alsaconf" | ||
11 | |||
12 | S = "${WORKDIR}/alsa-utils-${PV}" | ||
13 | |||
14 | do_install() { | ||
15 | install -d ${D}${sbindir} | ||
16 | install -m 0755 ${S}/alsaconf/alsaconf ${D}${sbindir}/ | ||
17 | } | ||