Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
robotpkg-wip
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Gepetto
robotpkg-wip
Commits
2c96202e
Commit
2c96202e
authored
12 years ago
by
Arnaud Degroote
Browse files
Options
Downloads
Patches
Plain Diff
[wip/hyper] Add a patch to avoid install *.orig file in include
parent
b9951e0f
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
hyper/Makefile
+1
-1
1 addition, 1 deletion
hyper/Makefile
hyper/distinfo
+1
-0
1 addition, 0 deletions
hyper/distinfo
hyper/patches/patch-ac
+14
-0
14 additions, 0 deletions
hyper/patches/patch-ac
with
16 additions
and
1 deletion
hyper/Makefile
+
1
−
1
View file @
2c96202e
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
DISTNAME
=
hyper-
${
VERSION
}
DISTNAME
=
hyper-
${
VERSION
}
VERSION
=
0.9
VERSION
=
0.9
PKGREVISION
=
2
PKGREVISION
=
3
CATEGORIES
=
supervision
CATEGORIES
=
supervision
MASTER_SITES
=
${
MASTER_SITE_OPENROBOTS:
=
hyper/
}
MASTER_SITES
=
${
MASTER_SITE_OPENROBOTS:
=
hyper/
}
MASTER_REPOSITORY
=
${
MASTER_REPOSITORY_OPENROBOTS
}
hyper
MASTER_REPOSITORY
=
${
MASTER_REPOSITORY_OPENROBOTS
}
hyper
...
...
This diff is collapsed.
Click to expand it.
hyper/distinfo
+
1
−
0
View file @
2c96202e
...
@@ -3,3 +3,4 @@ RMD160 (hyper-0.9.tar.gz) = da79fc936a80720d489630163e403ce0439bd4fe
...
@@ -3,3 +3,4 @@ RMD160 (hyper-0.9.tar.gz) = da79fc936a80720d489630163e403ce0439bd4fe
Size (hyper-0.9.tar.gz) = 176663 bytes
Size (hyper-0.9.tar.gz) = 176663 bytes
SHA1 (patch-aa) = 1d7f8ead0ab7811bfe394dfdd7db0d599cfdb239
SHA1 (patch-aa) = 1d7f8ead0ab7811bfe394dfdd7db0d599cfdb239
SHA1 (patch-ab) = abe3ae29c6cf00f941ae5c99cd5e43e5a97da409
SHA1 (patch-ab) = abe3ae29c6cf00f941ae5c99cd5e43e5a97da409
SHA1 (patch-ac) = 672c6025db0bf6124dcaecfb2cfa044e84a90129
This diff is collapsed.
Click to expand it.
hyper/patches/patch-ac
0 → 100644
+
14
−
0
View file @
2c96202e
Only install header files from include
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8e16951..fac985d 100644
--- CMakeLists.txt
+++ CMakeLists.txt
@@ -85,6 +85,7 @@
endforeach(lib)
# install rules for include
install(DIRECTORY include/
DESTINATION ${CMAKE_INSTALL_PREFIX}/include/hyper
+ FILES_MATCHING PATTERN "*.hh"
)
configure_file(
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment