X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=openpandora.oe.git;a=blobdiff_plain;f=recipes%2Fpandora-system%2Fpandora-libpnd.bb;h=ddb7cc0749549193b67f50680f1ed459c5668eac;hp=bf0179dde907ff8dd0a28e330f8e0c2d04fd6328;hb=c790d5f5634449b424a927a45beb51c229719ea2;hpb=51e7a4c54db24348cde78a9f07975c214cd00c0e diff --git a/recipes/pandora-system/pandora-libpnd.bb b/recipes/pandora-system/pandora-libpnd.bb index bf0179d..ddb7cc0 100755 --- a/recipes/pandora-system/pandora-libpnd.bb +++ b/recipes/pandora-system/pandora-libpnd.bb @@ -1,20 +1,20 @@ DESCRIPTION = "Support for the PND format in Pandora images (lib, daemon, init script etc.)" LICENSE = "lGPL" -PR = "r37" +PR = "r71" PARALLEL_MAKE = "" DEPENDS = "virtual/libsdl libsdl-image libsdl-gfx libsdl-ttf" SRC_URI = " \ - git://openpandora.org/pandora-libraries.git;protocol=git;branch=master \ + git://git.openpandora.org/pandora-libraries.git;protocol=git;branch=master \ file://rc.pndnotifyd \ file://rc.pndevmapperd \ file://op_pnd_run.desktop \ " -SRCREV = "87cb80180edb9ed39ce606fb90d8ddb1b1956b1e" +SRCREV = "60aff81b5f130eaacee046560e23f7bcab580266" S = "${WORKDIR}/git" @@ -69,14 +69,16 @@ do_install() { install -d ${D}${prefix}/pandora/ install -d ${D}${prefix}/pandora/apps/ - install -d ${D}${prefix}/pandora/scripts/ + install -d ${D}${prefix}/pandora/scripts/ install -m 0755 ${S}/deployment/usr/pandora/scripts/* ${D}${prefix}/pandora/scripts install -m 0755 ${S}/testdata/scripts/* ${D}${prefix}/pandora/scripts install -d ${D}${sysconfdir}/pandora/mmenu/ install -d ${D}${sysconfdir}/pandora/mmenu/skins/ install -d ${D}${sysconfdir}/pandora/mmenu/skins/default/ + install -d ${D}${sysconfdir}/pandora/mmenu/skins/clean/ install -m 0755 ${S}/deployment/etc/pandora/mmenu/skins/default/* ${D}${sysconfdir}/pandora/mmenu/skins/default + install -m 0755 ${S}/deployment/etc/pandora/mmenu/skins/clean/* ${D}${sysconfdir}/pandora/mmenu/skins/clean install -d ${D}${sysconfdir}/init.d/ install -m 0755 ${WORKDIR}/rc.pndnotifyd ${D}${sysconfdir}/init.d/pndnotifyd-init @@ -102,3 +104,5 @@ FILES_${PN}-doc += "${libdir}/libpnd.txt " # Mop up remaining files. FILES_${PN} += "${bindir} ${sbindir} ${prefix}/pandora/*" + +CONFFILES_${PN} += ${sysconfdir}/pandora/conf/eventmap