diff options
author | Khem Raj <raj.khem@gmail.com> | 2010-09-15 12:04:15 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2010-09-15 12:04:15 -0700 |
commit | 24a4125d2d023c7aecdd327d2b325543dbee5865 (patch) | |
tree | 8c4045be4dcd0deeddeee9c2b5fe8126c83c76ca /recipes | |
parent | 24d7aec208e7c7c305ae0ef942799dc569169a4f (diff) |
msmcomm.inc: Fix SRCREV
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/freesmartphone/msmcomm.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/freesmartphone/msmcomm.inc b/recipes/freesmartphone/msmcomm.inc index 478b3876f3..994d95bd47 100644 --- a/recipes/freesmartphone/msmcomm.inc +++ b/recipes/freesmartphone/msmcomm.inc @@ -6,6 +6,6 @@ LICENSE = "GPL" INC_PR = "r4" PV = "Please override!" -SRC_REV = "04e1ab3ea00032b86e306b5d17f9610aa591d064" +SRCREV = "04e1ab3ea00032b86e306b5d17f9610aa591d064" SRC_URI = "${FREESMARTPHONE_GIT}/msmcomm.git;protocol=git;branch=master" |