openpowerlink: use git repository instead of zip archive
authorRomain Naour <romain.naour@openwide.fr>
Thu, 8 May 2014 23:05:12 +0000 (01:05 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Thu, 15 May 2014 21:08:35 +0000 (23:08 +0200)
commit8dda4eb3bd65fdf9eff0422e0e974e0a1d012015
treeec9f58c8defb1a0b90377c0138c02889c7475543
parent8e5b15d9e7ca16e0413bd002424843319eae676e
openpowerlink: use git repository instead of zip archive

Since commit 6c5c08b854e4490697076ae3c5a9c587d8672c63,
openpowerlink package is rebuilt at every make call because
.stamp_downloaded is missing in the build directory.[D

The culprit is OPENPOWERLINK_EXTRACT_CMDS that remove and
replace the build directory.

unzip extract a directory "openPOWERLINK-V1.08.4" and
Buildroot expect a directory "openpowerlink-V1.08.4"

It is easier to use git repository instead of zip archive and
avoids rename the directory openPOWERLINK to openpowerlink.

Signed-off-by: Romain Naour <romain.naour@openwide.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/openpowerlink/openpowerlink.mk