From 9497c977021d7cf76b129f5baeac0ea0b9f10e22 Mon Sep 17 00:00:00 2001 From: Tom Zanussi Date: Thu, 3 Mar 2011 15:39:53 -0600 Subject: meta-n450: compile fixes - changed RDPENDS from amixer to alsa-utils-amixer - fix typo in LIC_FILES_CHECKSUM - fix audiofix init.d ln Signed-off-by: Tom Zanussi --- meta-n450/recipes-bsp/audiofix/audiofix.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'meta-n450/recipes-bsp') diff --git a/meta-n450/recipes-bsp/audiofix/audiofix.bb b/meta-n450/recipes-bsp/audiofix/audiofix.bb index 846d59ee..3b1d2723 100644 --- a/meta-n450/recipes-bsp/audiofix/audiofix.bb +++ b/meta-n450/recipes-bsp/audiofix/audiofix.bb @@ -2,10 +2,10 @@ SUMMARY = "Provide a basic init script to enable audio" DESCRIPTION = "This package provides an init script which enables the audio on startup via the amixer command. It address a problem with the development board that has the audio muted on power on." SECTION = "base" LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://${POKYBASE}/LICENSE;md5=md5=3f40d7994397109285ec7b81fdeb3b58" +LIC_FILES_CHKSUM = "file://${POKYBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58" PR = "r2" -RDEPENDS = "amixer" +RDEPENDS = "alsa-utils-amixer" SRC_URI = "file://n450_audiofix" @@ -13,5 +13,5 @@ do_install () { install -d ${D}${sysconfdir}/init.d install -d ${D}${sysconfdir}/rc5.d install -m 0755 ${WORKDIR}/n450_audiofix ${D}${sysconfdir}/init.d - ln -sf ../init.d/n450_audiofix ${D}/sysconfdir/rc5.d/S91n450_audiofix + ln -sf ${D}${sysconfdir}/init.d/n450_audiofix ${D}/${sysconfdir}/rc5.d/S91n450_audiofix } -- cgit v1.2.3-54-g00ecf