diff options
-rw-r--r-- | meta-webserver/recipes-httpd/nostromo/files/0001-GNUmakefile-add-possibility-to-override-variables.patch (renamed from meta-oe/recipes-extended/nostromo/files/0001-GNUmakefile-add-possibility-to-override-variables.patch) | 0 | ||||
-rw-r--r-- | meta-webserver/recipes-httpd/nostromo/files/nhttpd.conf (renamed from meta-oe/recipes-extended/nostromo/files/nhttpd.conf) | 0 | ||||
-rw-r--r-- | meta-webserver/recipes-httpd/nostromo/files/nostromo (renamed from meta-oe/recipes-extended/nostromo/files/nostromo) | 0 | ||||
-rw-r--r-- | meta-webserver/recipes-httpd/nostromo/files/volatiles (renamed from meta-oe/recipes-extended/nostromo/files/volatiles) | 0 | ||||
-rw-r--r-- | meta-webserver/recipes-httpd/nostromo/nostromo_1.9.5.bb (renamed from meta-oe/recipes-extended/nostromo/nostromo_1.9.5.bb) | 7 |
5 files changed, 4 insertions, 3 deletions
diff --git a/meta-oe/recipes-extended/nostromo/files/0001-GNUmakefile-add-possibility-to-override-variables.patch b/meta-webserver/recipes-httpd/nostromo/files/0001-GNUmakefile-add-possibility-to-override-variables.patch index 7cf011b1c8..7cf011b1c8 100644 --- a/meta-oe/recipes-extended/nostromo/files/0001-GNUmakefile-add-possibility-to-override-variables.patch +++ b/meta-webserver/recipes-httpd/nostromo/files/0001-GNUmakefile-add-possibility-to-override-variables.patch | |||
diff --git a/meta-oe/recipes-extended/nostromo/files/nhttpd.conf b/meta-webserver/recipes-httpd/nostromo/files/nhttpd.conf index 6674bb696c..6674bb696c 100644 --- a/meta-oe/recipes-extended/nostromo/files/nhttpd.conf +++ b/meta-webserver/recipes-httpd/nostromo/files/nhttpd.conf | |||
diff --git a/meta-oe/recipes-extended/nostromo/files/nostromo b/meta-webserver/recipes-httpd/nostromo/files/nostromo index 8a28868829..8a28868829 100644 --- a/meta-oe/recipes-extended/nostromo/files/nostromo +++ b/meta-webserver/recipes-httpd/nostromo/files/nostromo | |||
diff --git a/meta-oe/recipes-extended/nostromo/files/volatiles b/meta-webserver/recipes-httpd/nostromo/files/volatiles index 40924960c6..40924960c6 100644 --- a/meta-oe/recipes-extended/nostromo/files/volatiles +++ b/meta-webserver/recipes-httpd/nostromo/files/volatiles | |||
diff --git a/meta-oe/recipes-extended/nostromo/nostromo_1.9.5.bb b/meta-webserver/recipes-httpd/nostromo/nostromo_1.9.5.bb index fa9645a25c..e66676e966 100644 --- a/meta-oe/recipes-extended/nostromo/nostromo_1.9.5.bb +++ b/meta-webserver/recipes-httpd/nostromo/nostromo_1.9.5.bb | |||
@@ -1,3 +1,4 @@ | |||
1 | SUMMARY = "A simple, fast and secure HTTP server" | ||
1 | HOMEPAGE = "http://www.nazgul.ch/dev_nostromo.html" | 2 | HOMEPAGE = "http://www.nazgul.ch/dev_nostromo.html" |
2 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
3 | LIC_FILES_CHKSUM = "file://src/nhttpd/main.c;beginline=2;endline=14;md5=e5ec3fa723b29b7d59d205afd8d36938" | 4 | LIC_FILES_CHKSUM = "file://src/nhttpd/main.c;beginline=2;endline=14;md5=e5ec3fa723b29b7d59d205afd8d36938" |
@@ -9,6 +10,9 @@ SRC_URI = "http://www.nazgul.ch/dev/${PN}-${PV}.tar.gz \ | |||
9 | file://nostromo \ | 10 | file://nostromo \ |
10 | " | 11 | " |
11 | 12 | ||
13 | SRC_URI[md5sum] = "dc6cfd6b5aae04c370c7f818fa7bde55" | ||
14 | SRC_URI[sha256sum] = "5f62578285e02449406b46cf06a7888fe3dc4a90bedf58cc18523bad62f6b914" | ||
15 | |||
12 | TARGET_CC_ARCH += "${LDFLAGS}" | 16 | TARGET_CC_ARCH += "${LDFLAGS}" |
13 | 17 | ||
14 | DEPENDS = "openssl" | 18 | DEPENDS = "openssl" |
@@ -45,7 +49,4 @@ do_install() { | |||
45 | chown -R www-data:www-data ${D}/${localstatedir}/nostromo ${D}/${localstatedir}/log/nostromo ${D}/${localstatedir}/run/nostromo | 49 | chown -R www-data:www-data ${D}/${localstatedir}/nostromo ${D}/${localstatedir}/log/nostromo ${D}/${localstatedir}/run/nostromo |
46 | } | 50 | } |
47 | 51 | ||
48 | SRC_URI[md5sum] = "dc6cfd6b5aae04c370c7f818fa7bde55" | ||
49 | SRC_URI[sha256sum] = "5f62578285e02449406b46cf06a7888fe3dc4a90bedf58cc18523bad62f6b914" | ||
50 | |||
51 | CONFFILES_${PN} += "/var/nostromo/conf/mimes ${sysconfdir}/nhttpd.conf" | 52 | CONFFILES_${PN} += "/var/nostromo/conf/mimes ${sysconfdir}/nhttpd.conf" |