mirror of
https://git.yoctoproject.org/poky
synced 2026-04-18 12:32:12 +02:00
beagleboard-audio: fix RDEPENDS on alsa-utils-amixer
Use RDEPENDS_${PN} instead of RDEPENDS.
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
9d1db6cc92
commit
b0403ff4cb
@@ -4,11 +4,11 @@ SECTION = "base"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"
|
||||
|
||||
PR = "r4"
|
||||
PR = "r5"
|
||||
|
||||
inherit update-rc.d
|
||||
|
||||
RDEPENDS = "alsa-utils-amixer"
|
||||
RDEPENDS_${PN} = "alsa-utils-amixer"
|
||||
|
||||
SRC_URI = "file://beagleboard-audio"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user