aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support/lowpan-tools/lowpan-tools_git.bb
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2013-11-19 16:25:48 +0000
committerJoe MacDonald <joe@deserted.net>2013-11-25 21:52:42 -0500
commit09b6cc46394392a385d68e2b1252ce545ec664b5 (patch)
treedb35f41d6623e60303c48f4f8bf68edb29823285 /meta-networking/recipes-support/lowpan-tools/lowpan-tools_git.bb
parent6026617ea32b2c941a6de26f5c14efb9e291b100 (diff)
downloadmeta-openembedded-contrib-09b6cc46394392a385d68e2b1252ce545ec664b5.tar.gz
lowpan-tools: fix do_install failure
We don't have a proper help2man so building the manpages fails; just disable building them to fix this as we do elsewhere. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Joe MacDonald <joe@deserted.net>
Diffstat (limited to 'meta-networking/recipes-support/lowpan-tools/lowpan-tools_git.bb')
-rw-r--r--meta-networking/recipes-support/lowpan-tools/lowpan-tools_git.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-networking/recipes-support/lowpan-tools/lowpan-tools_git.bb b/meta-networking/recipes-support/lowpan-tools/lowpan-tools_git.bb
index 152ee49a89..5fc0de3151 100644
--- a/meta-networking/recipes-support/lowpan-tools/lowpan-tools_git.bb
+++ b/meta-networking/recipes-support/lowpan-tools/lowpan-tools_git.bb
@@ -8,7 +8,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
DEPENDS = "libnl python"
PV = "0.3+git${SRCPV}"
-SRC_URI = "git://linux-zigbee.git.sourceforge.net/gitroot/linux-zigbee/linux-zigbee"
+SRC_URI = "git://linux-zigbee.git.sourceforge.net/gitroot/linux-zigbee/linux-zigbee \
+ file://no-help2man.patch"
SRCREV = "a1d9615adde6d1a568813c24a128273ed755af04"
S = "${WORKDIR}/git"