polarssl: Fix build failures due to PKG_NAME != dir name
authorSteven Barth <cyrus@openwrt.org>
Tue, 18 Aug 2015 08:37:38 +0000 (08:37 +0000)
committerSteven Barth <cyrus@openwrt.org>
Tue, 18 Aug 2015 08:37:38 +0000 (08:37 +0000)
commitbef52af66f21ebd5251c4bbe765b82482d84aab2
tree79bc7913ba7914ec14be43012677f72d890bebf8
parent4d85dd6a8fc6f15dfede45a18ae473ab652febed
polarssl: Fix build failures due to PKG_NAME != dir name

Packages that depend on PolarSSL fail to build because polarssl's InstallDev
section never actually gets executed because (prior to this patch) the package
name does not match the subdir the package is in (presumably due to upstream
name change).  As a workaround I have changed the package name back to
polarssl and used a new variable SRC_PKG_NAME for the purposes of downloading
the upstream tarball and creating PKG_BUILD_DIR.

Signed-off-by: Daniel Dickinson <openwrt@daniel.thecshore.com>
SVN-Revision: 46683
package/libs/polarssl/Makefile