infra: remove unused 4th parameter to package infrastructures (pkgparentdir)
authorThomas De Schampheleire <patrickdepinguin@gmail.com>
Wed, 5 Feb 2014 09:44:03 +0000 (10:44 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Wed, 5 Feb 2014 11:10:35 +0000 (12:10 +0100)
commit26aef889f1df32d5a15cd70f6b1e316ebb830cb7
tree9baed5f64e8c19f89bd2f723353f2fa5b54b9486
parentac57c640c6e2d605f25d150bdede17f6f94edd76
infra: remove unused 4th parameter to package infrastructures (pkgparentdir)

The fourth parameter to inner-generic-package is no longer used. Removing
this parameters requires renaming all usages of $(5) to $(4), and updating
the calls to inner-generic-package (and equivalent for the other package
infrastructures).

Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/pkg-autotools.mk
package/pkg-cmake.mk
package/pkg-generic.mk
package/pkg-luarocks.mk
package/pkg-python.mk