summaryrefslogtreecommitdiffstats
path: root/package/glibc
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>2018-11-19 12:19:45 +0100
committerPeter Korsgaard <peter@korsgaard.com>2018-11-19 16:06:12 +0100
commit36385f87f38e5efd9d678ce10d59bfe442277eb9 (patch)
tree6c3c15d62f26f6a19fd9d29fb6909be96a7e6645 /package/glibc
parent906903ce4a87a57d028cce7edf62b58648d8bb72 (diff)
downloadbuildroot-36385f87f38e5efd9d678ce10d59bfe442277eb9.tar.gz
buildroot-36385f87f38e5efd9d678ce10d59bfe442277eb9.zip
rpm: really take DEPENDENCIES into account
Commit e7af4033c32560594ddbd457b68f6d3713662a26 ("rpm: use the new gettext logic") introduced a really nasty bug: by adding $(TARGET_NLS_DEPENDENCIES) to RPM_DEPENDENCIES, it completely overwrote the existing value of RPM_DEPENDENCIES, entirely masking all mandatory RPM dependencies. rpm is fairly towards the end of the alphabet, and most other mandatory dependencies (berkeleydb, host-pkgconf, file and popt) appear earlier by alphabetic ordering. Only zlib was afterwards, but since file depends on zlib, it was always built before. This probably explains why our autobuilders haven't encountered a single build failure. However, a simple "make rpm" clearly exhibits the failure, and obviously the upcoming per-package folder mechanism makes such bugs even more obvious. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/glibc')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud