X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=recipes%2Fpandora-system%2Fpandora-first-run-wizard.bb;h=2781196489a373264e97375b5224a6b125400c12;hb=49d8bba3e7629f71931927999846d85fb4d1efe7;hp=0072ac1bb52783eb34b675cabe64a0714e76a760;hpb=79beff08f4770e7f4cabfe61707c245b4189a4f0;p=openpandora.oe.git diff --git a/recipes/pandora-system/pandora-first-run-wizard.bb b/recipes/pandora-system/pandora-first-run-wizard.bb index 0072ac1..2781196 100755 --- a/recipes/pandora-system/pandora-first-run-wizard.bb +++ b/recipes/pandora-system/pandora-first-run-wizard.bb @@ -2,11 +2,11 @@ DESCRIPTION = "Scripts to support the first run wizard on the OpenPandora." LICENSE = "GPLV2" DEPENDS = "hsetroot zenity dbus" -RDEPENDS = "hsetroot zenity dbus pandora-wallpaper-official tslib tslib-calibrate " +RDEPENDS = "hsetroot zenity dbus pandora-wallpaper-official tslib tslib-calibrate pandora-skel xmodmap" COMPATIBLE_MACHINE = "omap3-pandora" -PR = "r1" +PR = "r11" SRC_URI = " \ file://first-run-wizard.sh \ @@ -26,6 +26,8 @@ do_install() { install -d ${D}${sysconfdir}/init.d/ install -m 0755 ${WORKDIR}/rc.firstrun ${D}${sysconfdir}/init.d/oprun-init + + install -d ${D}${sysconfdir}/pandora/ } PACKAGE_ARCH = "${MACHINE_ARCH}"