Initial commit
This commit is contained in:
+1
@@ -0,0 +1 @@
|
||||
PATH=$PATH:/usr/local/sbin:/usr/sbin:/sbin
|
||||
@@ -0,0 +1,9 @@
|
||||
FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
|
||||
|
||||
SRC_URI += "file://defaut-env.sh"
|
||||
|
||||
|
||||
do_install:append(){
|
||||
install -d ${D}/${sysconfdir}/profile.d/
|
||||
install -m 0755 ${S}/defaut-env.sh ${D}/${sysconfdir}/profile.d/
|
||||
}
|
||||
Reference in New Issue
Block a user