From 0d76535e589c7d36ad6d3d3491cfd6612010293d Mon Sep 17 00:00:00 2001 From: Simon Busch Date: Mon, 16 May 2011 22:13:44 +0200 Subject: [PATCH] fsoaudiod: package even the alsa-plugin and bump PR Signed-off-by: Simon Busch --- recipes/freesmartphone/fsoaudiod_git.bb | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/recipes/freesmartphone/fsoaudiod_git.bb b/recipes/freesmartphone/fsoaudiod_git.bb index 57540c19e2..a6f1933b92 100644 --- a/recipes/freesmartphone/fsoaudiod_git.bb +++ b/recipes/freesmartphone/fsoaudiod_git.bb @@ -14,7 +14,7 @@ DEPENDS += "alsa-lib" SRCREV = "${FSO_CORNUCOPIA_SRCREV}" PV = "0.1.0+gitr${SRCPV}" PE = "2" -PR = "${INC_PR}.2" +PR = "${INC_PR}.3" inherit update-rc.d @@ -33,3 +33,8 @@ do_install_append() { install -d ${D}${sysconfdir}/init.d/ install -m 0755 ${WORKDIR}/fsoaudiod ${D}${sysconfdir}/init.d/ } + +PACKAGES =+ "${PN}-alsa-plugins ${PN}-alsa-plugins-dbg ${PN}-alsa-plugins-dev" +FILES_${PN}-alsa-plugins = "${libdir}/alsa-lib/fsoaudio_session.so" +FILES_${PN}-alsa-plugins-dev = "${libdir}/alsa-lib/fsoaudio_session.la" +FILES_${PN}-alsa-plugins-dbg = "${libdir}/alsa-lib/.debug/fsoaudio_session.so" -- 2.11.4.GIT