meta-starlingx: remove the upstream layer
[pti/rtp.git] / meta-starlingx / meta-stx-distro / recipes-httpd / apache2 / apache2_%.bbappend
diff --git a/meta-starlingx/meta-stx-distro/recipes-httpd/apache2/apache2_%.bbappend b/meta-starlingx/meta-stx-distro/recipes-httpd/apache2/apache2_%.bbappend
deleted file mode 100644 (file)
index 505c4bf..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-
-
-APACHE_PORT_NUM ?= "81"
-
-do_install_append () {
-       sed -i -e 's/80/${APACHE_PORT_NUM}/' ${D}/${sysconfdir}/${BPN}/httpd.conf
-}
-
-inherit useradd
-
-USERADD_PACKAGES = "${PN}"
-
-USERADD_PARAM_${PN} = "-c 'Apache' -u 48 -g apache -s /sbin/nologin -r -d /usr/share/httpd apache"
-GROUPADD_PARAM_${PN} = "-g 48 -r apache"
-
-SYSTEMD_AUTO_ENABLE_${PN} = "disable"