pandora-pndstore.bb: Fixed description and license
authorMichael Mrozek <EvilDragon@openpandora.de>
Tue, 14 Jun 2011 01:07:09 +0000 (03:07 +0200)
committerMichael Mrozek <EvilDragon@openpandora.de>
Tue, 14 Jun 2011 01:07:09 +0000 (03:07 +0200)
recipes/pandora-system/pandora-pndstore.bb

index be865aa..339728a 100755 (executable)
@@ -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