From 5d12f9b1aaea2e20c9abe88c64932863685b2337 Mon Sep 17 00:00:00 2001 From: Michael Mrozek Date: Tue, 11 Oct 2011 01:04:21 +0200 Subject: [PATCH] pandora-skel: Added /etc/modutils/fuse (to make Gigolo work) --- recipes/pandora-system/pandora-skel.bb | 5 ++++- recipes/pandora-system/pandora-skel/fuse | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 recipes/pandora-system/pandora-skel/fuse diff --git a/recipes/pandora-system/pandora-skel.bb b/recipes/pandora-system/pandora-skel.bb index 2332a76..306434d 100644 --- a/recipes/pandora-system/pandora-skel.bb +++ b/recipes/pandora-system/pandora-skel.bb @@ -5,7 +5,7 @@ COMPATIBLE_MACHINE = "omap3-pandora" # /etc/skel is used by Shadow's useradd so you really have that installed for this to make sense ;) RDEPENDS = "shadow" -PR = "r8" +PR = "r9" SRC_URI = " \ file://.xinitrc \ @@ -17,6 +17,7 @@ SRC_URI = " \ file://pndXmodmap \ file://asoundrc \ file://vimrc \ + file://fuse \ # file://op_btenabled \ " @@ -25,6 +26,7 @@ SRC_URI = " \ do_install() { install -d ${D}${sysconfdir}/skel/ install -d ${D}${sysconfdir}/skel/Desktop + install -d ${D}${sysconfdir}/modutils/ install -m 0644 ${WORKDIR}/.xinitrc ${D}${sysconfdir}/skel/.xinitrc install -m 0644 ${WORKDIR}/vimrc ${D}${sysconfdir}/skel/.vimrc install -m 0644 ${WORKDIR}/bashrc ${D}${sysconfdir}/skel/.bashrc @@ -32,6 +34,7 @@ do_install() { install -m 0644 ${WORKDIR}/pam_environment ${D}${sysconfdir}/skel/.pam_environment install -m 0644 ${WORKDIR}/pndXmodmap ${D}${sysconfdir}/skel/.pndXmodmap install -m 0644 ${WORKDIR}/asoundrc ${D}${sysconfdir}/skel/.asoundrc + install -m 0644 ${WORKDIR}/fuse ${D}${sysconfdir}/modutils/fuse # install -m 0644 ${WORKDIR}/op_btenabled ${D}${sysconfdir}/skel/.op_btenabled install -d ${D}${sysconfdir}/skel/Applications/Settings/xfce4/xfconf/xfce-perchannel-xml diff --git a/recipes/pandora-system/pandora-skel/fuse b/recipes/pandora-system/pandora-skel/fuse new file mode 100644 index 0000000..df5bd8d --- /dev/null +++ b/recipes/pandora-system/pandora-skel/fuse @@ -0,0 +1 @@ +fuse -- 2.39.5