From f4548fdf4762b66ed724bbc6073fe9b6eefa5563 Mon Sep 17 00:00:00 2001 From: Michael Mrozek Date: Tue, 14 Jun 2011 03:07:09 +0200 Subject: [PATCH] pandora-pndstore.bb: Fixed description and license --- recipes/pandora-system/pandora-pndstore.bb | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/recipes/pandora-system/pandora-pndstore.bb b/recipes/pandora-system/pandora-pndstore.bb index be865aa..339728a 100755 --- a/recipes/pandora-system/pandora-pndstore.bb +++ b/recipes/pandora-system/pandora-pndstore.bb @@ -1,7 +1,7 @@ -DESCRIPTION = "Support for the PND format in Pandora images (lib, daemon, init script etc.)" -LICENSE = "lGPL" +DESCRIPTION = "Download and upgrade PND packages." +LICENSE = "GPLv2" -PR = "r1" +PR = "r2" SRC_URI = " \ git://github.com/Tempel/PNDstore.git;protocol=git;branch=master \ @@ -12,6 +12,8 @@ SRC_URI = " \ SRCREV = "af118e0619e58716ef58" +S = "${WORKDIR}/git" + do_install() { install -d 0775 ${D}${prefix}/pandora/scripts/pndstore/ install -m 0775 ${WORKDIR}/PNDStore ${D}${prefix}/pandora/scripts/pndstore/PNDStore -- 2.39.5