aboutsummaryrefslogtreecommitdiffstats
path: root/rules.mk
diff options
context:
space:
mode:
authorHannu Nyman <hannu.nyman@iki.fi>2021-06-06 18:15:08 +0300
committerHauke Mehrtens <hauke@hauke-m.de>2021-06-14 00:02:13 +0200
commitea308e2f383c071a710973aa7825530de80c08d6 (patch)
treee0f19c9f5ebdd5f87bca7b14aefbb56fbe8df25b /rules.mk
parent144bf23e5ae4db91a64df0709a4e909561152351 (diff)
downloadupstream-ea308e2f383c071a710973aa7825530de80c08d6.tar.gz
upstream-ea308e2f383c071a710973aa7825530de80c08d6.tar.bz2
upstream-ea308e2f383c071a710973aa7825530de80c08d6.zip
treewide: mark selected packages nonshared
Mark uci, ubus, libubox, lua, libnl-tiny and libjson-c as nonshared packages. This helps to keep coherent dependencies if these ABI versioned packages are later updated. Before this commit it is possible to get missing dependencies in target-specific nonshared packages (like iwinfo) that depend on these shared ABI versioned packages. If these are later updated and rebuilt, only the new ABI version will be available for download, while the target-specific packages in releases continue to depend on the old ABI version. After this commit the packages are built along the other nonshared packages by the phase1 images buildbot and will be available at the target/ download directories instead of packages/base dir. That will help to keep a coherent set available. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi> (cherry picked from commit 72cc44958ef4e0df1a152178514c92899d6a957a)
Diffstat (limited to 'rules.mk')
0 files changed, 0 insertions, 0 deletions