aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gmu
diff options
context:
space:
mode:
authorAlex Ferguson <thoughtmonster@gmail.com>2010-11-12 17:13:39 +0200
committerKristoffer Ericson <kristoffer.ericson@gmail.com>2010-11-15 17:03:11 +0100
commit624ddf456ad0ccc67f1b6aefd66c2278afaf794a (patch)
treea52948c383e2499c219b5c8e9211752707b93242 /recipes/gmu
parent2dfc5b7c9e0d32c3f61ff02aca2b08d22def56fc (diff)
downloadopenembedded-624ddf456ad0ccc67f1b6aefd66c2278afaf794a.tar.gz
gmu-0.7.1: Move RDEPENDS to DEPENDS.
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>
Diffstat (limited to 'recipes/gmu')
-rw-r--r--recipes/gmu/gmu_0.7.1.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/recipes/gmu/gmu_0.7.1.bb b/recipes/gmu/gmu_0.7.1.bb
index a70a5a61e1..f23553eaa8 100644
--- a/recipes/gmu/gmu_0.7.1.bb
+++ b/recipes/gmu/gmu_0.7.1.bb
@@ -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 \