diff options
| author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2011-09-30 16:57:10 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-09-30 17:33:39 +0100 |
| commit | b0403ff4cbcc6d472c69d44106dff551374076b6 (patch) | |
| tree | 5f71f8365cfb19445307cb453cbedccdc5740607 | |
| parent | 9d1db6cc928199f8ac4960e8d4648563ef141427 (diff) | |
| download | poky-b0403ff4cbcc6d472c69d44106dff551374076b6.tar.gz | |
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>
| -rw-r--r-- | meta-yocto/recipes-bsp/beagleboard-audio/beagleboard-audio.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-yocto/recipes-bsp/beagleboard-audio/beagleboard-audio.bb b/meta-yocto/recipes-bsp/beagleboard-audio/beagleboard-audio.bb index ee8571564d..0bfd7dc5a2 100644 --- a/meta-yocto/recipes-bsp/beagleboard-audio/beagleboard-audio.bb +++ b/meta-yocto/recipes-bsp/beagleboard-audio/beagleboard-audio.bb | |||
| @@ -4,11 +4,11 @@ SECTION = "base" | |||
| 4 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
| 5 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58" | 5 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58" |
| 6 | 6 | ||
| 7 | PR = "r4" | 7 | PR = "r5" |
| 8 | 8 | ||
| 9 | inherit update-rc.d | 9 | inherit update-rc.d |
| 10 | 10 | ||
| 11 | RDEPENDS = "alsa-utils-amixer" | 11 | RDEPENDS_${PN} = "alsa-utils-amixer" |
| 12 | 12 | ||
| 13 | SRC_URI = "file://beagleboard-audio" | 13 | SRC_URI = "file://beagleboard-audio" |
| 14 | 14 | ||
