diff options
author | Philip Balister <philip@opensdr.com> | 2012-04-11 23:11:29 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-04-12 09:01:10 +0200 |
commit | 8ddf0dc41aade09aeaec02268cf70cc72bc7b43a (patch) | |
tree | 050ef5bab4c85215a82ed94b324de3ae038661f5 /meta-oe | |
parent | 41ac017f6c365a41ddeec886c0b62f3ff66cc5dd (diff) | |
download | meta-openembedded-8ddf0dc41aade09aeaec02268cf70cc72bc7b43a.tar.gz |
uhd : Update to version 3.4.1.
Signed-off-by: Philip Balister <philip@opensdr.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-connectivity/uhd/uhd.inc | 2 | ||||
-rw-r--r-- | meta-oe/recipes-connectivity/uhd/uhd_git.bb | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/meta-oe/recipes-connectivity/uhd/uhd.inc b/meta-oe/recipes-connectivity/uhd/uhd.inc index 466a19c8a..5e2e32914 100644 --- a/meta-oe/recipes-connectivity/uhd/uhd.inc +++ b/meta-oe/recipes-connectivity/uhd/uhd.inc | |||
@@ -3,7 +3,7 @@ HOMEPAGE = "http://www.ettus.com" | |||
3 | LICENSE = "GPLV3+" | 3 | LICENSE = "GPLV3+" |
4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=51b35d652c070d136bf20244494be2d3" | 4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=51b35d652c070d136bf20244494be2d3" |
5 | 5 | ||
6 | DEPENDS = "git-native python-cheetah-native boost libusb1 uhd-firmware orc-native" | 6 | DEPENDS = "git-native boost libusb1 uhd-firmware orc-native" |
7 | RDEPENDS_${PN} += "uhd-firmware" | 7 | RDEPENDS_${PN} += "uhd-firmware" |
8 | 8 | ||
9 | PE = "1" | 9 | PE = "1" |
diff --git a/meta-oe/recipes-connectivity/uhd/uhd_git.bb b/meta-oe/recipes-connectivity/uhd/uhd_git.bb index cd9c554ff..e740ccde8 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.3.1" | 3 | PV = "3.4.1" |
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;protocol=git \ |
7 | file://0001-HACK-work-around-Wl-as-needed-problems.patch;striplevel=2" | 7 | " |
8 | S = "${WORKDIR}/git/host" | 8 | S = "${WORKDIR}/git/host" |
9 | 9 | ||
10 | SRCREV = "f8d66fcfb14062283cdb0d0cbe4f77e2964ceb82" | 10 | SRCREV = "3fb067567b0c799b3c707938491eb8489d85fefa" |