diff options
| author | Philip Balister <philip@balister.org> | 2012-11-24 10:39:04 -0500 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-01-18 10:49:42 +0100 |
| commit | 6bd7221787b977e45470354b1c22b8114981b9d2 (patch) | |
| tree | b08ec7b8626d9f41c8d83bc64d0ed086c5c44dfa /meta-oe/recipes-connectivity/uhd/uhd_git.bb | |
| parent | 8e14e61272ca401e64212c99a853b3b6ccee7894 (diff) | |
| download | meta-openembedded-6bd7221787b977e45470354b1c22b8114981b9d2.tar.gz | |
uhd : Update to version 3.5.0.
This version drops the usrp E100 utilities. Also, the recipe depends on
python-cheetah-native now.
Signed-off-by: Philip Balister <philip@balister.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-connectivity/uhd/uhd_git.bb')
| -rw-r--r-- | meta-oe/recipes-connectivity/uhd/uhd_git.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-connectivity/uhd/uhd_git.bb b/meta-oe/recipes-connectivity/uhd/uhd_git.bb index e740ccde89..721182c379 100644 --- a/meta-oe/recipes-connectivity/uhd/uhd_git.bb +++ b/meta-oe/recipes-connectivity/uhd/uhd_git.bb | |||
| @@ -1,10 +1,10 @@ | |||
| 1 | require uhd.inc | 1 | require uhd.inc |
| 2 | 2 | ||
| 3 | PV = "3.4.1" | 3 | PV = "3.5.0" |
| 4 | PR = "${INC_PR}.0" | 4 | PR = "${INC_PR}.0" |
| 5 | 5 | ||
| 6 | SRC_URI = "git://ettus.sourcerepo.com/ettus/uhd.git;protocol=git \ | 6 | SRC_URI = "git://ettus.sourcerepo.com/ettus/uhd.git;branch=maint;protocol=git \ |
| 7 | " | 7 | " |
| 8 | S = "${WORKDIR}/git/host" | 8 | S = "${WORKDIR}/git/host" |
| 9 | 9 | ||
| 10 | SRCREV = "3fb067567b0c799b3c707938491eb8489d85fefa" | 10 | SRCREV = "5cb9779da40491b06157596b06422f704a58c7d0" |
