aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/freesmartphone
diff options
context:
space:
mode:
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>2010-03-12 14:19:50 +0100
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>2010-03-12 14:19:50 +0100
commit578a475a6c27f8ee5daee812065d71c929c932f8 (patch)
treef109b41ac83dab343caba285584a13fef7a25d99 /recipes/freesmartphone
parent491a028063764c75c2417243b2d8d879bf19b1e9 (diff)
downloadopenembedded-578a475a6c27f8ee5daee812065d71c929c932f8.tar.gz
msmcommd: add missing dependencies
Diffstat (limited to 'recipes/freesmartphone')
-rw-r--r--recipes/freesmartphone/msmcommd_git.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/freesmartphone/msmcommd_git.bb b/recipes/freesmartphone/msmcommd_git.bb
index 084ebe2f75..1a7a8ae48b 100644
--- a/recipes/freesmartphone/msmcommd_git.bb
+++ b/recipes/freesmartphone/msmcommd_git.bb
@@ -3,9 +3,10 @@ HOMEPAGE = "http://www.freesmartphone.org"
AUTHOR = "Simon Busch <morphis@gravedo.de>"
SECTION = "console/network"
LICENSE = "GPL"
+DEPENDS = "libgee libfsotransport"
SRCREV = "c3ee57be664e480951b052cd080321b999c2ba4c"
PV = "0.1.0+gitr${SRCREV}"
-PR = "r1"
+PR = "r2"
SRC_URI = "${FREESMARTPHONE_GIT}/msmcomm.git;protocol=git;branch=master"
S = "${WORKDIR}/git"