diff options
Diffstat (limited to 'meta-yocto/recipes-bsp')
-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 | ||