From: David-John Willis Date: Tue, 13 Oct 2009 09:07:04 +0000 (+0100) Subject: pandora-libpnd: Update to the latest SRCREV. X-Git-Tag: Release-2010-05/1~187 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=openpandora.oe.git;a=commitdiff_plain;h=fa52433e4d52585aa7162c8e4eca9a1222581319 pandora-libpnd: Update to the latest SRCREV. --- diff --git a/recipes/pandora-system/pandora-libpnd.bb b/recipes/pandora-system/pandora-libpnd.bb index 1ef2e5d..08fa615 100755 --- a/recipes/pandora-system/pandora-libpnd.bb +++ b/recipes/pandora-system/pandora-libpnd.bb @@ -1,7 +1,7 @@ DESCRIPTION = "Support for the PND format in Pandora images (lib, daemon, init script etc.)" LICENSE = "lGPL" -PR = "r1.8" +PR = "r2" PARALLEL_MAKE = "" @@ -10,7 +10,7 @@ SRC_URI = " \ file://rc.libpnd \ " -SRCREV = "b2d3c0871614632279192ef86e5affd75312f01b" +SRCREV = "b945d7a6b257ab73f11f7c97448dae3600a9484c" S = "${WORKDIR}/git" @@ -52,11 +52,13 @@ do_install() { install -d ${D}${sysconfdir}/init.d/ cp -pP ${WORKDIR}/rc.libpnd ${D}${sysconfdir}/init.d/libpnd-init + + install -d ${D}/home/ + install -d ${D}${prefix}/local/share/applications/ } -#pkg_postinst() { -##!/bin/sh -#ln -sf /usr/lib/libpnd.so.1.0.1 /usr/lib/libpnd.so.1 -#} +pkg_postinst() { + ln -sf /usr/lib/libpnd.so.1.0.1 /usr/lib/libpnd.so.1 +} FILES_${PN} += "${bindir} ${sbindir} ${prefix}/pandora/*"