build: allow packages to declare ABI versions to detect necessary package rebuilds
authorFelix Fietkau <nbd@openwrt.org>
Sun, 23 Feb 2014 17:32:04 +0000 (17:32 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Sun, 23 Feb 2014 17:32:04 +0000 (17:32 +0000)
commit623825103e17a975f36854b362f17f8d26557828
treeea2d52a4264b2bdbee20d394b449610bb7f75e48
parentf587bacc264012658b9f629300cc9a46100c2e5a
build: allow packages to declare ABI versions to detect necessary package rebuilds

If a package directly depends on another package that recently changed
its ABI version, it will be cleaned up and rebuilt (assuming quilt is
not used).

This helps with packages that have no stable ABI, e.g. libubox, ubus,
etc.

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 39720
include/package-defaults.mk
include/package-ipkg.mk
include/package.mk