Kaynağa Gözat

nginx: Add nginx-upload-module

Add nginx-upload-module to be compiled together during builds.

Signed-off-by: Jun Yuan Tan <junyuan.tan@starfivetech.com>
Jun Yuan Tan 8 ay önce
ebeveyn
işleme
768e9d8773
1 değiştirilmiş dosya ile 9 ekleme ve 0 silme
  1. 9 0
      recipes-httpd/nginx/nginx_%.bbappend

+ 9 - 0
recipes-httpd/nginx/nginx_%.bbappend

@@ -0,0 +1,9 @@
+FILESEXTRAPATHS:prepend := "${THISDIR}/files:"
+
+SRCREV = "2f67cde5a0aaf7cffd43a71f5c4b443698909f4a"
+
+SRC_URI += " \
+    git://github.com/fdintino/nginx-upload-module.git;branch=master;destsuffix=nginx-upload-module;protocol=ssh \
+"
+
+EXTRA_OECONF += "--add-module=${WORKDIR}/nginx-upload-module "