bump buildroot to 2019.02.2
Some checks failed
continuous-integration/drone/push Build was killed

This commit is contained in:
2019-06-04 23:30:33 +02:00
parent 17fbcd6877
commit ce26524ecd
355 changed files with 6174 additions and 3823 deletions

View File

@@ -21,7 +21,8 @@ define RAPIDXML_EXTRACT_CMDS
endef
define RAPIDXML_INSTALL_STAGING_CMDS
cp -dpfr $(@D)/*hpp $(STAGING_DIR)/usr/include
mkdir -p $(STAGING_DIR)/usr/include/rapidxml
cp -dpfr $(@D)/*hpp $(STAGING_DIR)/usr/include/rapidxml
endef
$(eval $(generic-package))