gmu-0.7.1: Move RDEPENDS to DEPENDS.
authorAlex Ferguson <thoughtmonster@gmail.com>
Fri, 12 Nov 2010 15:13:39 +0000 (17:13 +0200)
committerKristoffer Ericson <kristoffer.ericson@gmail.com>
Mon, 15 Nov 2010 16:03:11 +0000 (17:03 +0100)
Merged RDEPENDS into DEPENDS, because there is no practical difference
(I believed there was) and bitbake fails to build gmu under certain
conditions (such as building with BB_NUMBER_THREADS set) due to
half-built dependencies.

Signed-off-by: Alex Ferguson <thoughtmonster@gmail.com>
Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
recipes/gmu/gmu_0.7.1.bb

index a70a5a6..f23553e 100644 (file)
@@ -3,8 +3,7 @@ HOMEPAGE = "http://wejp.k.vu/projects/gmu/"
 LICENSE = "GPLv2"
 PR = "r0"
 
-DEPENDS = "virtual/libsdl libsdl-image libsdl-gfx"
-RDEPENDS = "tremor flac mpg123"
+DEPENDS = "virtual/libsdl libsdl-image libsdl-gfx tremor flac mpg123"
 
 SRC_URI = "http://wejp.k.vu/files/gmu-${PV}.tar.gz \
           file://nanonote-lcd-blank.patch \