Skip to content
Snippets Groups Projects
Commit e0ba79ed authored by Jonathan Wilkes's avatar Jonathan Wilkes
Browse files

port 247e970d91012986083a696b742cdcb72bb829ec from Pd-l2ork: Add wiringPi...

port 247e970d91012986083a696b742cdcb72bb829ec from Pd-l2ork: Add wiringPi sources to make disis_gpio build on Launchpad again
parent fc18cc24
No related branches found
No related tags found
No related merge requests found
......@@ -91,6 +91,10 @@ $(debsrc):
git -C .. archive --format=tar.gz --prefix=$(debdist)/ HEAD | tar xfz -
# Grab the submodules.
for x in $(submodules); do (cd $(debdist) && rm -rf $$x && git -C ../../$$x archive --format=tar.gz --prefix=$$x/ HEAD | tar xfz -); done
# The build script tries to grab this during compilation which doesn't work on
# Launchpad. Why isn't this a submodule?
git -C $(debdist)/l2ork_addons/raspberry_pi/disis_gpio clone "git://git.drogon.net/wiringPi"
rm -rf $(debdist)/l2ork_addons/raspberry_pi/disis_gpio/wiringPi/.git
# Create the source tarball.
tar cfz $(debsrc) $(debdist)
rm -rf $(debdist)
......@@ -10,6 +10,7 @@
override_dh_auto_configure:
override_dh_auto_build:
cd l2ork_addons/raspberry_pi/disis_gpio/wiringPi/wiringPi && make static
cd l2ork_addons && inst_dir=/usr ./tar_em_up.sh -F -n
override_dh_auto_install:
......
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