mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
nostromo: move to meta-webserver and tweak
* Add SUMMARY * Move SRC_URI checksums next to SRC_URI Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
9955ac116e
commit
f593c454bc
+4
-3
@@ -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"
|
||||
Reference in New Issue
Block a user