diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2014-08-04 09:07:34 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-08-10 16:07:17 +0200 |
commit | 6576cddf6b66c34e9ea550d8dd0819c559237b5a (patch) | |
tree | 61fb10fe9fa2ea601ade2d9529023ece0629a497 /meta-oe/recipes-support/libusbg/libusbg_git.bb | |
parent | 2d2e49e79318889268f6e3293c2127c13be5cd6b (diff) | |
download | meta-openembedded-6576cddf6b66c34e9ea550d8dd0819c559237b5a.tar.gz |
libusbg: update to latest git and fix S!=B
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/libusbg/libusbg_git.bb')
-rw-r--r-- | meta-oe/recipes-support/libusbg/libusbg_git.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-oe/recipes-support/libusbg/libusbg_git.bb b/meta-oe/recipes-support/libusbg/libusbg_git.bb index 280983b1f..97d60a6a8 100644 --- a/meta-oe/recipes-support/libusbg/libusbg_git.bb +++ b/meta-oe/recipes-support/libusbg/libusbg_git.bb | |||
@@ -6,11 +6,11 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ | |||
6 | 6 | ||
7 | inherit autotools | 7 | inherit autotools |
8 | 8 | ||
9 | PNBLACKLIST[libusbg] = "BROKEN: Doesn't work with B!=S and nobody sent patch to fix it" | ||
10 | |||
11 | PV = "0.1.0" | 9 | PV = "0.1.0" |
12 | SRCREV = "7e2b04363f319e8936a606bdb122dbde249a2f58" | 10 | SRCREV = "a826d136e0e8fa53815f1ba05893e6dd74208c15" |
13 | SRC_URI = "git://github.com/libusbg/libusbg.git" | 11 | SRC_URI = "git://github.com/libusbg/libusbg.git \ |
12 | file://0001-Fix-out-of-tree-builds.patch \ | ||
13 | " | ||
14 | 14 | ||
15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
16 | 16 | ||