various: reset PR of tasks following mainline Angstrom DISTRO_PR bump. Cosmetic change.
authorDavid-John Willis <John.Willis@Distant-earth.com>
Tue, 1 Dec 2009 18:26:49 +0000 (18:26 +0000)
committerDavid-John Willis <John.Willis@Distant-earth.com>
Tue, 1 Dec 2009 18:26:49 +0000 (18:26 +0000)
13 files changed:
recipes/branding/pandora-wallpaper.bb
recipes/branding/pandora-xfce-defaults.bb
recipes/gtk/gtk-touchscreen-mode-enable.bb
recipes/images/pandora-core-image.bb
recipes/images/pandora-xfce-image.bb
recipes/pandora-system/pandora-first-run-wizard.bb
recipes/pandora-system/pandora-libpnd.bb
recipes/pandora-system/pandora-scripts.bb
recipes/pandora-system/wl1251-modules.bb
recipes/slim/slim-op-themes.bb
recipes/slim/slim_1.3.1.bb
recipes/tasks/task-pandora-core.bb
recipes/tasks/task-pandora-xfce.bb

index f6e7da8..9e00553 100644 (file)
@@ -1,6 +1,6 @@
 DESCRIPTION = "Wallpapers created by the community for the OpenPandora, thanks go to the community for the graphics"
 
-PR = "r2"
+PR = "r1"
 
 SRC_URI = " \
   file://community/* \
index 62dc17a..b838f7b 100644 (file)
@@ -2,7 +2,7 @@ DESCRIPTION = "Default OpenPandora settings for Xfce4"
 HOMEPAGE = "http://www.openpandora.org"
 SECTION = "x11/xfce"
 
-PR = "r4"
+PR = "r1"
 
 SRC_URI = " \
   file://xfce4-conf.zip \
index 08a0185..d865ad0 100644 (file)
@@ -2,7 +2,7 @@ DESCRIPTION = "Enable gtk-touchscreen-mode in gtkrc"
 
 RDEPENDS = "gtk+"
 
-PR = "r2"
+PR = "r1"
 
 ALLOW_EMPTY_${PN} = "1"
 PACKAGE_ARCH = "all"
index 00a921a..93a2472 100755 (executable)
@@ -1,6 +1,6 @@
 # Console image for the Pandora handheld console
 
-IMAGE_LINGUAS = "de-de fr-fr en-gb en-us pt-br es-es kn-in ml-in ta-in"
+IMAGE_LINGUAS = "de-de fr-fr en-gb en-us es-es tr-tr"
 
 IMAGE_LOGIN_MANAGER = "shadow"
 
index 22e0372..dca5ed7 100755 (executable)
@@ -1,6 +1,6 @@
 # XFCE image for the Pandora handheld console
 
-IMAGE_LINGUAS = "de-de fr-fr en-gb en-us pt-br es-es kn-in ml-in ta-in"
+IMAGE_LINGUAS = "de-de fr-fr en-gb en-us es-es tr-tr"
 
 IMAGE_LOGIN_MANAGER = "shadow"
 
@@ -21,7 +21,7 @@ IMAGE_INSTALL += " \
 IMAGE_PREPROCESS_COMMAND = "create_etc_timestamp"
 
 #zap root password for release images
-#ROOTFS_POSTPROCESS_COMMAND += '${@base_conditional("DISTRO_TYPE", "release", "zap_root_password; ", "",d)}'
+ROOTFS_POSTPROCESS_COMMAND += '${@base_conditional("DISTRO_TYPE", "release", "zap_root_password; ", "",d)}'
 
 # Helper to say what image we built, include GIT tag and image name.
 PANDORA_VERSION_FILE = "${IMAGE_ROOTFS}/${sysconfdir}/op-version"
index b244c7b..0072ac1 100755 (executable)
@@ -2,11 +2,11 @@ DESCRIPTION = "Scripts to support the first run wizard on the OpenPandora."
 LICENSE = "GPLV2"
 
 DEPENDS = "hsetroot zenity dbus"
-RDEPENDS = "hsetroot zenity dbus pandora-wallpaper-official tslib"
+RDEPENDS = "hsetroot zenity dbus pandora-wallpaper-official tslib tslib-calibrate "
 
 COMPATIBLE_MACHINE = "omap3-pandora"
 
-PR = "r7"
+PR = "r1"
 
 SRC_URI = " \
           file://first-run-wizard.sh \
index 14989f2..6d5cba0 100755 (executable)
@@ -1,7 +1,7 @@
 DESCRIPTION = "Support for the PND format in Pandora images (lib, daemon, init script etc.)"
 LICENSE = "lGPL"
 
-PR = "r5"
+PR = "r1"
 
 PARALLEL_MAKE = ""
 
@@ -45,7 +45,6 @@ do_install() {
                    
           install -d ${D}${prefix}/pandora/
           install -d ${D}${prefix}/pandora/apps/
-          cp -pP ${S}/deployment/usr/pandora/apps/* ${D}${prefix}/pandora/apps
           install -d ${D}${prefix}/pandora/scripts/
           cp -pP ${S}/deployment/usr/pandora/scripts/* ${D}${prefix}/pandora/scripts
           
index a466b21..1103285 100644 (file)
@@ -6,7 +6,7 @@ COMPATIBLE_MACHINE = "omap3-pandora"
 DEPENDS = "zenity dbus"
 RDEPENDS = "zenity dbus"
 
-PR = "r5"
+PR = "r1"
 
 SRC_URI = " \
           file://op_bright.sh \
index deaf47a..772fd77 100755 (executable)
@@ -41,7 +41,7 @@ do_install() {
           cp ${S}/drivers/net/wireless/wl12xx/wl1251.ko ${D}/lib/modules/${KERNEL_VERSION}/kernel/drivers/net/wireless/wl12xx
           cp ${S}/drivers/net/wireless/wl12xx/wl1251_sdio.ko ${D}/lib/modules/${KERNEL_VERSION}/kernel/drivers/net/wireless/wl12xx
           install -d ${D}${sysconfdir}/init.d/
-          cp -pP ${WORKDIR}/rc.wl1251 ${D}${sysconfdir}/init.d/wl1251-init
+          install -m 0755 ${WORKDIR}/rc.wl1251 ${D}${sysconfdir}/init.d/wl1251-init
 }
 
 FILES_${PN} += "/lib/modules/${KERNEL_VERSION}/kernel/net/mac80211/*.ko.*"
index 7c15c7b..74b236c 100644 (file)
@@ -5,7 +5,7 @@ LICENSE = "GPL"
 DEPENDS = "slim"
 RDEPENDS = "slim"
 
-PR = "r2"
+PR = "r1"
 
 SRC_URI = " \        
 "
index 31593c5..7b3b897 100644 (file)
@@ -2,7 +2,7 @@ DESCRIPTION="Simple Login Manager"
 HOMEPAGE="http://slim.berlios.de"
 LICENSE = "GPL"
 
-PR = "r2"
+PR = "r1"
 
 inherit update-rc.d
 
index c0f23f8..86ffb7f 100755 (executable)
@@ -5,7 +5,7 @@ DESCRIPTION = "Task file for default core/console apps in the Pandora image"
 
 # Don't forget to bump the PR if you change it.
 
-PR = "r7"
+PR = "r1"
 
 inherit task 
 
@@ -31,7 +31,8 @@ WIRELESS = " \
 
 OPENGLES = " \
   omap3-sgx-modules devmem2 \
-  libgles-omap3 libgles-omap3-demos \
+  libgles-omap3 \
+#  libgles-omap3-demos \
 "
 
 PAM = " \
index 3a44466..5b49a6c 100755 (executable)
@@ -1,8 +1,8 @@
-DESCRI-PTION = "Task file for the XFCE Pandora image"
+DESCRIPTION = "Task file for the XFCE Pandora image"
 
 # Don't forget to bump the PR if you change it.
 
-PR = "r18"
+PR = "r2"
 
 inherit task
 
@@ -20,8 +20,8 @@ APPS = " \
   synergy \
   vnc \
   x11vnc angstrom-x11vnc-xinit \
-  xmms \
   xterm \
+  xchat \
 "
 
 BLUETOOTH_GUI = " \
@@ -92,10 +92,11 @@ ICON_THEME = " \
 "
 
 PANDORA = " \
-  pandora-first-run-wizard hsetroot xtscal \
+  pandora-first-run-wizard hsetroot \
   pandora-scripts \
   pandora-wallpaper-official pandora-wallpaper-community \
   pandora-xfce-defaults \
+  pandora-xmms-defaults xmms \
 "
 
 PERL = " \