diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-06-18 10:34:47 +0200 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-06-19 20:41:25 +0200 |
commit | cfeab3fb1e5ca3213f8e49b5034abda08a80656d (patch) | |
tree | c01a39156aabc26db6ced8aa4df2f323a9a998c0 | |
parent | 634e471d47824688ee9b958977137aca0e1528eb (diff) | |
download | meta-openembedded-cfeab3fb1e5ca3213f8e49b5034abda08a80656d.tar.gz |
uhd: fix striplevel of patch
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
-rw-r--r-- | meta-oe/recipes-connectivity/uhd/uhd_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-connectivity/uhd/uhd_git.bb b/meta-oe/recipes-connectivity/uhd/uhd_git.bb index 68a485e7e3..ad3385ae47 100644 --- a/meta-oe/recipes-connectivity/uhd/uhd_git.bb +++ b/meta-oe/recipes-connectivity/uhd/uhd_git.bb | |||
@@ -3,7 +3,7 @@ require uhd.inc | |||
3 | PR = "${INC_PR}.4" | 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 | file://0001-HACK-work-around-Wl-as-needed-problems.patch;striplevel=2" |
7 | S = "${WORKDIR}/git/host" | 7 | S = "${WORKDIR}/git/host" |
8 | 8 | ||
9 | SRCREV = "0aff497dacc9cc4eba5d800cc46343da083cfdf1" | 9 | SRCREV = "0aff497dacc9cc4eba5d800cc46343da083cfdf1" |