Skip to content

Commit

Permalink
Merge pull request #13 from xekarfwtos/next
Browse files Browse the repository at this point in the history
Fix some NetworkManager's issues
  • Loading branch information
aTc committed Jan 23, 2014
2 parents 0aec424 + 72f5270 commit 54bc903
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
@@ -1,4 +1,6 @@
PRINC := "${@int(PRINC) + 1}"

PACKAGE_ARCH = "${MACHINE_ARCH}"
EXTRA_OECONF += " --without-ck "
EXTRA_OECONF += " --without-ck \
--with-session-tracking=systemd \
"
8 changes: 4 additions & 4 deletions recipes-core/base-files/base-files_3.0.14.bbappend
Expand Up @@ -2,11 +2,11 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
# Don't forget to bump PRINC if you update the extra files.
PRINC = "1"

SRC_URI += "file://profile \
file://bashrc \
SRC_URI += "file://dot.profile \
file://dot.bashrc \
"

do_install_append() {
install -m 0644 ${WORKDIR}/profile ${D}${sysconfdir}/skel/.profile
install -m 0644 ${WORKDIR}/bashrc ${D}${sysconfdir}/skel/.bashrc
install -m 0644 ${WORKDIR}/dot.profile ${D}${sysconfdir}/skel/.profile
install -m 0644 ${WORKDIR}/dot.bashrc ${D}${sysconfdir}/skel/.bashrc
}
@@ -1,7 +1,7 @@
[Desktop Entry]
Name=PolicyKit Authentication Agent
Comment=PolicyKit Authentication Agent
Exec=/usr/libexec/polkit-gnome-authentication-agent-1
Exec=/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
Terminal=false
Type=Application
Categories=
Expand Down

0 comments on commit 54bc903

Please sign in to comment.