diff options
| author | Koen Kooi <koen@dominion.thruhere.net> | 2011-06-17 16:15:38 +0200 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-06-17 19:45:42 +0200 |
| commit | 11549e58097f9dda730bb142da768c897fbbc5ae (patch) | |
| tree | 2d6c5aa32e5b32b84cc2d4202de45203abf04795 /meta-oe/recipes-connectivity/uhd/uhd_git.bb | |
| parent | e7463a7b8606fd0f514f9b477bd33ed40f4f9157 (diff) | |
| download | meta-openembedded-11549e58097f9dda730bb142da768c897fbbc5ae.tar.gz | |
uhd: fix build, update SRCREV
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-connectivity/uhd/uhd_git.bb')
| -rw-r--r-- | meta-oe/recipes-connectivity/uhd/uhd_git.bb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/meta-oe/recipes-connectivity/uhd/uhd_git.bb b/meta-oe/recipes-connectivity/uhd/uhd_git.bb index d1c936d001..68a485e7e3 100644 --- a/meta-oe/recipes-connectivity/uhd/uhd_git.bb +++ b/meta-oe/recipes-connectivity/uhd/uhd_git.bb | |||
| @@ -1,8 +1,9 @@ | |||
| 1 | require uhd.inc | 1 | require uhd.inc |
| 2 | 2 | ||
| 3 | PR = "${INC_PR}.2" | 3 | PR = "${INC_PR}.4" |
| 4 | 4 | ||
| 5 | SRC_URI = "git://ettus.sourcerepo.com/ettus/uhd.git;protocol=git" | 5 | SRC_URI = "git://ettus.sourcerepo.com/ettus/uhd.git;protocol=git \ |
| 6 | file://0001-HACK-work-around-Wl-as-needed-problems.patch" | ||
| 6 | S = "${WORKDIR}/git/host" | 7 | S = "${WORKDIR}/git/host" |
| 7 | 8 | ||
| 8 | SRCREV = "cc639e876f326e958dace8438ae41b8cd9563780" | 9 | SRCREV = "0aff497dacc9cc4eba5d800cc46343da083cfdf1" |
