Skip to content
Snippets Groups Projects
Commit 851f7d00 authored by Arnaud Degroote's avatar Arnaud Degroote
Browse files

[wip/spark-genom] Add a patch to fix interface in jido case

fingers is included in the interface in the jido case, so it must be
required, and not only codel_required.
parent b85f388b
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
#
DISTNAME= spark-genom-3.6
PKGREVISION= 1
PKGREVISION= 2
CATEGORIES= knowledge
MASTER_SITES= ${MASTER_SITE_OPENROBOTS:=spark-genom/}
MASTER_REPOSITORY= git ssh://git.openrobots.org/git/robots/spark-genom.git
......
......@@ -2,3 +2,4 @@ SHA1 (spark-genom-3.6.tar.gz) = 591d0edea7b7bfc0f52420eeebab3d7523aef45f
RMD160 (spark-genom-3.6.tar.gz) = b564c2a6b540e02a9b5bbbeaa00b480e12c6db33
Size (spark-genom-3.6.tar.gz) = 78147 bytes
SHA1 (patch-aa) = 9b943e155bb1f0aa34891594eb8619d4feb837e8
SHA1 (patch-ab) = 7fdd343d6544cb402daf0d2c3126c1157aeafb00
Fix declaration in jido case
fingers is used in interface, so it is required, not only codel required
--- spark.gen.orig 2012-12-19 17:42:16.473233581 +0100
+++ spark.gen 2012-12-19 17:43:14.697235797 +0100
@@ -18,7 +18,8 @@
codels_requires: attentional;
#endif
#if defined(JIDO)
- codels_requires: pom-euler, gbM, fingers;
+ codels_requires: pom-euler, gbM;
+ requires: fingers;
#endif
#if defined(HRP2)
requires: hrp2, gest, viman;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment