Bumped recipes
authorMichael Mrozek <EvilDragon@openpandora.de>
Tue, 22 Feb 2011 23:35:49 +0000 (00:35 +0100)
committerMichael Mrozek <EvilDragon@openpandora.de>
Tue, 22 Feb 2011 23:35:49 +0000 (00:35 +0100)
recipes/linux/omap3-pandora-kernel_2.6.27-pandora.bb
recipes/pandora-system/pandora-libpnd.bb
recipes/pandora-system/pandora-scripts.bb

index 0fe7366..8edad3a 100755 (executable)
@@ -13,7 +13,7 @@ SRC_URI = " \
 
 # -------------------------------
 
 
 # -------------------------------
 
-PV = "2.6.27-pandora+${PR}+git${SRCREV}"
+PV = "2.6.27-pandora+${PR}+git${SRCREV}.2"
 
 SRC_URI_append = " \
            file://defconfig \
 
 SRC_URI_append = " \
            file://defconfig \
index 82dc4f3..045d784 100755 (executable)
@@ -1,7 +1,7 @@
 DESCRIPTION = "Support for the PND format in Pandora images (lib, daemon, init script etc.)"
 LICENSE = "lGPL"
 
 DESCRIPTION = "Support for the PND format in Pandora images (lib, daemon, init script etc.)"
 LICENSE = "lGPL"
 
-PR = "r42"
+PR = "r43"
 
 PARALLEL_MAKE = ""
 
 
 PARALLEL_MAKE = ""
 
@@ -14,7 +14,7 @@ SRC_URI = " \
           file://op_pnd_run.desktop \
 "
 
           file://op_pnd_run.desktop \
 "
 
-SRCREV = "f0cfe39f333746c9455f7cf8d451826669b0241f"
+SRCREV = "8075d3dba75ec1bf935e452595897d160f39244a"
 
 S = "${WORKDIR}/git"
 
 
 S = "${WORKDIR}/git"
 
@@ -69,9 +69,6 @@ do_install() {
 
           install -d ${D}${prefix}/pandora/
           install -d ${D}${prefix}/pandora/apps/
 
           install -d ${D}${prefix}/pandora/
           install -d ${D}${prefix}/pandora/apps/
-          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/
           install -d ${D}${sysconfdir}/pandora/mmenu/skins/
index 95c3684..91ee98a 100644 (file)
@@ -6,7 +6,7 @@ COMPATIBLE_MACHINE = "omap3-pandora"
 DEPENDS = "zenity dbus"
 RDEPENDS = "zenity dbus"
 
 DEPENDS = "zenity dbus"
 RDEPENDS = "zenity dbus"
 
-PR = "r57"
+PR = "r58"
 
 SRC_URI = " \
           file://op_bright.sh \
 
 SRC_URI = " \
           file://op_bright.sh \
@@ -61,6 +61,16 @@ SRC_URI = " \
           file://thunar.pnd \
           file://xchat.pnd \
          file://gcalctool.pnd \
           file://thunar.pnd \
           file://xchat.pnd \
          file://gcalctool.pnd \
+         file://genpxml.sh \  
+         file://op_bright_down.sh \ 
+         file://op_lid.sh \  
+         file://op_power.sh \
+         file://pnd_make.sh \
+         file://op_battlow.sh \ 
+         file://op_bright_up.sh \  
+         file://op_menu.sh \ 
+         file://pnd_hup.sh \ 
+         file://pnd_run.sh \
 "
 
 do_install() {
 "
 
 do_install() {
@@ -81,6 +91,17 @@ do_install() {
          install -m 0755 ${WORKDIR}/op_nubmode.sh ${D}${prefix}/pandora/scripts/
          install -m 0755 ${WORKDIR}/op_storage.sh ${D}${prefix}/pandora/scripts/
           install -m 0755 ${WORKDIR}/op_tvout.sh ${D}${prefix}/pandora/scripts/
          install -m 0755 ${WORKDIR}/op_nubmode.sh ${D}${prefix}/pandora/scripts/
          install -m 0755 ${WORKDIR}/op_storage.sh ${D}${prefix}/pandora/scripts/
           install -m 0755 ${WORKDIR}/op_tvout.sh ${D}${prefix}/pandora/scripts/
+         install -m 0755 ${WORKDIR}/genpxml.sh ${D}${prefix}/pandora/scripts/ 
+         install -m 0755 ${WORKDIR}/op_bright_down.sh ${D}${prefix}/pandora/scripts/
+         install -m 0755 ${WORKDIR}/op_lid.sh ${D}${prefix}/pandora/scripts/
+         install -m 0755 ${WORKDIR}/op_power.sh ${D}${prefix}/pandora/scripts/
+         install -m 0755 ${WORKDIR}/pnd_make.sh ${D}${prefix}/pandora/scripts/
+         install -m 0755 ${WORKDIR}/op_battlow.sh ${D}${prefix}/pandora/scripts/ 
+         install -m 0755 ${WORKDIR}/op_bright_up.sh ${D}${prefix}/pandora/scripts/  
+         install -m 0755 ${WORKDIR}/op_menu.sh ${D}${prefix}/pandora/scripts/ 
+         install -m 0755 ${WORKDIR}/pnd_hup.sh ${D}${prefix}/pandora/scripts/ 
+         install -m 0755 ${WORKDIR}/pnd_run.sh ${D}${prefix}/pandora/scripts/
+
 
           install -d ${D}${prefix}/pandora/apps/
           install -m 0755 ${WORKDIR}/op_calibrate.pnd ${D}${prefix}/pandora/apps/
 
           install -d ${D}${prefix}/pandora/apps/
           install -m 0755 ${WORKDIR}/op_calibrate.pnd ${D}${prefix}/pandora/apps/