udpxy: new package
authorDavid Bachelart <david.bachelart@bbright.com>
Mon, 2 Jan 2017 15:45:29 +0000 (16:45 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 25 Jan 2017 10:44:03 +0000 (23:44 +1300)
commit8e2439c81d34a6b002f5ca096fdd7cb9e9e27f48
treeaeca3147c458145c9d5a7874088c06e0272a8e94
parent2957074559cb386662376e381ce26990d46bca0d
udpxy: new package

Signed-off-by: David Bachelart <david.bachelart@bbright.com>
[Thomas:
 - keep only sha256 hash, not needed to have md5 and sha1 when sha256 is
   provided
 - add BR2_USE_MMU dependency, since the program uses fork()
 - remove UDPXY_MAKE_OPTS, and use the appropriate options during the
   build and install steps directly
 - use TARGET_MAKE_ENV in the build and install steps]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/Config.in
package/udpxy/Config.in [new file with mode: 0644]
package/udpxy/udpxy.hash [new file with mode: 0644]
package/udpxy/udpxy.mk [new file with mode: 0644]