diff options
author | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2010-03-12 14:19:50 +0100 |
---|---|---|
committer | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2010-03-12 14:19:50 +0100 |
commit | 578a475a6c27f8ee5daee812065d71c929c932f8 (patch) | |
tree | f109b41ac83dab343caba285584a13fef7a25d99 /recipes | |
parent | 491a028063764c75c2417243b2d8d879bf19b1e9 (diff) |
msmcommd: add missing dependencies
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/freesmartphone/msmcommd_git.bb | 3 |
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" |