diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2014-01-01 13:16:49 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-01-01 22:34:36 +0100 |
commit | cb10aa2e64eaa2e939c9938eee6ce18953053f94 (patch) | |
tree | 589bef43a4ebeccd3c9a3d7172f1140551d06417 /meta-oe | |
parent | 6df498dd5b56ebbc530def20e50a8c53c2911c2b (diff) | |
download | meta-openembedded-cb10aa2e64eaa2e939c9938eee6ce18953053f94.tar.gz |
qtserialport-e: Fix branch param
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-qt/qtserialport/qtserialport-e_5.1.0.bb | 1 | ||||
-rw-r--r-- | meta-oe/recipes-qt/qtserialport/qtserialport.inc | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/meta-oe/recipes-qt/qtserialport/qtserialport-e_5.1.0.bb b/meta-oe/recipes-qt/qtserialport/qtserialport-e_5.1.0.bb index dcaac2096..c466562bb 100644 --- a/meta-oe/recipes-qt/qtserialport/qtserialport-e_5.1.0.bb +++ b/meta-oe/recipes-qt/qtserialport/qtserialport-e_5.1.0.bb | |||
@@ -3,4 +3,3 @@ inherit qt4e | |||
3 | require qtserialport.inc | 3 | require qtserialport.inc |
4 | 4 | ||
5 | SRCREV = "22e45f0b0f956c025339d72ad53dca57ef684858" | 5 | SRCREV = "22e45f0b0f956c025339d72ad53dca57ef684858" |
6 | |||
diff --git a/meta-oe/recipes-qt/qtserialport/qtserialport.inc b/meta-oe/recipes-qt/qtserialport/qtserialport.inc index fc2020d49..dde49a5ce 100644 --- a/meta-oe/recipes-qt/qtserialport/qtserialport.inc +++ b/meta-oe/recipes-qt/qtserialport/qtserialport.inc | |||
@@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = " \ | |||
12 | inherit pkgconfig | 12 | inherit pkgconfig |
13 | 13 | ||
14 | SRC_URI = " \ | 14 | SRC_URI = " \ |
15 | git://gitorious.org/qt/qtserialport.git \ | 15 | git://gitorious.org/qt/qtserialport.git;branch=stable \ |
16 | " | 16 | " |
17 | 17 | ||
18 | S = "${WORKDIR}/git" | 18 | S = "${WORKDIR}/git" |