summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/libusbg/libusbg_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/libusbg/libusbg_git.bb')
-rw-r--r--meta-oe/recipes-support/libusbg/libusbg_git.bb8
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
7inherit autotools 7inherit autotools
8 8
9PNBLACKLIST[libusbg] = "BROKEN: Doesn't work with B!=S and nobody sent patch to fix it"
10
11PV = "0.1.0" 9PV = "0.1.0"
12SRCREV = "7e2b04363f319e8936a606bdb122dbde249a2f58" 10SRCREV = "a826d136e0e8fa53815f1ba05893e6dd74208c15"
13SRC_URI = "git://github.com/libusbg/libusbg.git" 11SRC_URI = "git://github.com/libusbg/libusbg.git \
12 file://0001-Fix-out-of-tree-builds.patch \
13 "
14 14
15S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"
16 16