diff options
-rw-r--r-- | recipes-core/base-files/base-files_3.0.14.bbappend | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes-core/base-files/base-files_3.0.14.bbappend b/recipes-core/base-files/base-files_3.0.14.bbappend index 4221344..74fb040 100644 --- a/recipes-core/base-files/base-files_3.0.14.bbappend +++ b/recipes-core/base-files/base-files_3.0.14.bbappend @@ -1,5 +1,5 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" -PR = "m2" +PR = "m3" CONFFILES_${PN}_remove = "${sysconfdir}/fstab" FILES_${PN}_remove = "${sysconfdir}/fstab" @@ -14,7 +14,8 @@ do_install_append() { rm ${D}/${sysconfdir}/fstab fi set +x - + rm -rf ${D}/tmp + ln -snf /var/tmp ${D}/tmp cat >> ${D}${sysconfdir}/profile << 'EOT' for g in $(groups) ; do |