diff options
author | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2010-03-12 14:15:24 +0100 |
---|---|---|
committer | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2010-03-12 14:15:24 +0100 |
commit | 03ffd91b16aa445190359dc21711c1b2a9d33ae0 (patch) | |
tree | 21664087a78e8bc4ee05fa1705257ef5c27c6b49 /recipes/freesmartphone | |
parent | 82311ec3960366b2f9e31c69f9eaa09cd0d12891 (diff) |
msmcommd: add sane srcrev
Diffstat (limited to 'recipes/freesmartphone')
-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 a9676c4870..084ebe2f75 100644 --- a/recipes/freesmartphone/msmcommd_git.bb +++ b/recipes/freesmartphone/msmcommd_git.bb @@ -3,8 +3,9 @@ HOMEPAGE = "http://www.freesmartphone.org" AUTHOR = "Simon Busch <morphis@gravedo.de>" SECTION = "console/network" LICENSE = "GPL" +SRCREV = "c3ee57be664e480951b052cd080321b999c2ba4c" PV = "0.1.0+gitr${SRCREV}" -PR = "r0" +PR = "r1" SRC_URI = "${FREESMARTPHONE_GIT}/msmcomm.git;protocol=git;branch=master" S = "${WORKDIR}/git" |