Revert "removing all roscpp_core packages from the created ros source archive"
The commit83c813b8c3
was due to an experiment to cross-compile some packages and compile other on the target. It turned out that there are a couple of difficulties and stopped working on that experiment. To obtain a working native compilation of ros-groovy, this commit reverts the commit83c813b8c3
to a state where the installation and compilation worked.
This commit is contained in:
parent
a2b261e57e
commit
dc39ab4026
|
@ -1,8 +1,5 @@
|
|||
wget -O ros_comm http://packages.ros.org/web/rosinstall/generate/raw/groovy/ros_comm
|
||||
mkdir -p archives
|
||||
grep -e "- tar: {local-name: .*, uri: '.*'," ros_comm | \
|
||||
grep -v "catkin" | grep -v "cpp_common" | grep -v "rostime" | grep -v "roscpp_serialization" | grep -v "roscpp_traits" | \
|
||||
sed "s#- tar: {local-name: \(.*\), uri: '\(.*\)',#wget -O archives/\1.tar.gz \2 \&\& mkdir -p src/\1 \&\& tar --strip-components=1 -xzf archives/\1.tar.gz -C src/\1/ #" | sh
|
||||
grep -e "- tar: {local-name: .*, uri: '.*'," ros_comm | sed "s#- tar: {local-name: \(.*\), uri: '\(.*\)',#wget -O archives/\1.tar.gz \2 \&\& mkdir -p src/\1 \&\& tar --strip-components=1 -xzf archives/\1.tar.gz -C src/\1/ #" | sh
|
||||
tar -czf src.tar.gz src
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue