diff options
author | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-10-14 22:00:54 +0200 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2018-10-15 07:20:18 +0200 |
commit | 62c02b78206d520d1fb3e8ccd6cc198354f3f5b9 (patch) | |
tree | d9a6d42cad70daf57900b26fcd1cac5f6058fb09 /package/python-py | |
parent | 3c4c7a79ee9de47a860a64684eee1722c8784cc3 (diff) | |
download | buildroot-62c02b78206d520d1fb3e8ccd6cc198354f3f5b9.tar.gz buildroot-62c02b78206d520d1fb3e8ccd6cc198354f3f5b9.zip |
mdadm: convert to generic-package
There is absolutely no reason for mdadm.mk to use autotools-package:
this package does not have any configure script at all, and its
Makefile is not generated using automake.
Therefore, convert it to use the generic-package
infrastructure. Compared to the previous code, we are now using
$(TARGET_CONFIGURE_OPTS), which passes our CPPFLAGS. This overrides
the CPPFLAGS from mdadm's Makefile, so we repeat the only CPPFLAGS
flag passed in the Makefile, -DBINDIR.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/python-py')
0 files changed, 0 insertions, 0 deletions