[oe] [meta-oe, meta-webserver][PATCH 2/2] nostromo: move to meta-webserver and tweak

Paul Eggleton paul.eggleton at linux.intel.com
Thu Apr 18 06:39:38 UTC 2013


* Add SUMMARY
* Move SRC_URI checksums next to SRC_URI

Signed-off-by: Paul Eggleton <paul.eggleton at linux.intel.com>
---
 ...0001-GNUmakefile-add-possibility-to-override-variables.patch |    0
 .../recipes-httpd}/nostromo/files/nhttpd.conf                   |    0
 .../recipes-httpd}/nostromo/files/nostromo                      |    0
 .../recipes-httpd}/nostromo/files/volatiles                     |    0
 .../recipes-httpd}/nostromo/nostromo_1.9.5.bb                   |    7 ++++---
 5 files changed, 4 insertions(+), 3 deletions(-)
 rename {meta-oe/recipes-extended => meta-webserver/recipes-httpd}/nostromo/files/0001-GNUmakefile-add-possibility-to-override-variables.patch (100%)
 rename {meta-oe/recipes-extended => meta-webserver/recipes-httpd}/nostromo/files/nhttpd.conf (100%)
 rename {meta-oe/recipes-extended => meta-webserver/recipes-httpd}/nostromo/files/nostromo (100%)
 rename {meta-oe/recipes-extended => meta-webserver/recipes-httpd}/nostromo/files/volatiles (100%)
 rename {meta-oe/recipes-extended => meta-webserver/recipes-httpd}/nostromo/nostromo_1.9.5.bb (97%)

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
similarity index 100%
rename from meta-oe/recipes-extended/nostromo/files/0001-GNUmakefile-add-possibility-to-override-variables.patch
rename to 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
similarity index 100%
rename from meta-oe/recipes-extended/nostromo/files/nhttpd.conf
rename to 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
similarity index 100%
rename from meta-oe/recipes-extended/nostromo/files/nostromo
rename to 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
similarity index 100%
rename from meta-oe/recipes-extended/nostromo/files/volatiles
rename to 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
similarity index 97%
rename from meta-oe/recipes-extended/nostromo/nostromo_1.9.5.bb
rename to meta-webserver/recipes-httpd/nostromo/nostromo_1.9.5.bb
index fa9645a..e66676e 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 @@
+SUMMARY = "A simple, fast and secure HTTP server"
 HOMEPAGE = "http://www.nazgul.ch/dev_nostromo.html"
 LICENSE = "MIT"
 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 \
            file://nostromo \
 "
 
+SRC_URI[md5sum] = "dc6cfd6b5aae04c370c7f818fa7bde55"
+SRC_URI[sha256sum] = "5f62578285e02449406b46cf06a7888fe3dc4a90bedf58cc18523bad62f6b914"
+
 TARGET_CC_ARCH += "${LDFLAGS}"
 
 DEPENDS = "openssl"
@@ -45,7 +49,4 @@ do_install() {
     chown -R www-data:www-data ${D}/${localstatedir}/nostromo ${D}/${localstatedir}/log/nostromo ${D}/${localstatedir}/run/nostromo
 }
 
-SRC_URI[md5sum] = "dc6cfd6b5aae04c370c7f818fa7bde55"
-SRC_URI[sha256sum] = "5f62578285e02449406b46cf06a7888fe3dc4a90bedf58cc18523bad62f6b914"
-
 CONFFILES_${PN} += "/var/nostromo/conf/mimes ${sysconfdir}/nhttpd.conf"
-- 
1.7.10.4





More information about the Openembedded-devel mailing list