task-pandora: Sync in local changes to bump PR's and add more libs to the toolchain.
authorDavid-John Willis <John.Willis@Distant-earth.com>
Wed, 29 Sep 2010 12:09:27 +0000 (13:09 +0100)
committerDavid-John Willis <John.Willis@Distant-earth.com>
Wed, 29 Sep 2010 12:09:27 +0000 (13:09 +0100)
recipes/meta/meta-toolchain-pandora.bb
recipes/tasks/task-pandora-sdk-full.bb
recipes/tasks/task-pandora-toolchain-host.bb
recipes/tasks/task-pandora-xfce.bb

index d8b3d2e..ce1f3d3 100644 (file)
@@ -17,7 +17,8 @@ do_populate_sdk_append() {
        # SED out incorrect paths in SDK support *-config files so tools can use the files to find libs to cross compile.
        # not ready to commit.
 
-       # Tweak the environment-setup script to get QT4 dev working.
+       # Tweak the environment-setup script to try get Qt4 X11 dev working.
+       # Based on Koen's mods to create the Qte SDK.
        
        script = "${SDK_OUTPUT}/${SDKPATH}/environment-setup"
        touch $script
index 4def67b..f4de972 100644 (file)
@@ -1,8 +1,9 @@
 DESCRIPTION = "OpenPandora: Full SDK development packages"
 
-PR = "r2"
 ALLOW_EMPTY = "1"
 
+PR = "r4"
+
 DEPENDS = "task-pandora-sdk-base"
 
 RDEPENDS = "\
@@ -51,6 +52,28 @@ RDEPENDS += "\
 # QT4 libs.
 RDEPENDS += "\
   qt4-x11-free-dev \
+  qt4-mkspecs \
+  libqt-phonon4-dev \
+  libqt-3support4-dev \
+  libqt-assistantclient4-dev \
+  libqt-clucene4-dev \
+  libqt-core4-dev \
+  libqt-dbus4-dev \
+  libqt-designercomponents4-dev \
+  libqt-designer4-dev \
+  libqt-uitools4-dev \
+  libqt-gui4-dev \
+  libqt-help4-dev \
+  libqt-network4-dev \
+  libqt-script4-dev \
+  libqt-scripttools4-dev \
+  libqt-sql4-dev \
+  libqt-svg4-dev \
+  libqt-test4-dev \
+  libqt-webkit4-dev \
+  libqt-xml4-dev \
+  sqlite-dev \
+  libsqlite-dev \
 "
 
 # X11 Development libs.
index f338adb..58da53d 100644 (file)
@@ -3,3 +3,8 @@ require task-sdk-host.bb
 DESCRIPTION = "Host packages for OpenPandora SDK"
 LICENSE = "MIT"
 ALLOW_EMPTY = "1"
+
+PR = "r1"
+
+# Include this to get the native to target Qt4 tools.
+RDEPENDS_${PN} += "qt4-tools-sdk"
index 92e7aee..d78128f 100755 (executable)
@@ -14,11 +14,8 @@ APPS = " \
   evince \
   claws-mail \
   swfdec swfdec-gnome swfdec-mozilla \
-#  firefox \
   gnumeric \   
-#  gimp \
   networkmanager network-manager-applet \ 
-#  synergy \
   vnc x11vnc angstrom-x11vnc-xinit \
   xchat \
 #  xournal \
@@ -71,11 +68,6 @@ GNOME_APPS = " \
   gksu \
 "
 
-GNOME_GTK = " \
-#  gnome-icon-theme \
-#  angstrom-gnome-icon-theme-enable \
-"
-
 GSTREAMER = " \
 #  gstreamer-ti \
   gst-ffmpeg \
@@ -96,7 +88,7 @@ ICON_THEME = " \
 "
 
 LAUNCHERS = " \
-#  netbook-launcher-efl \
+  netbook-launcher-efl \
   pandora-libpnd-minimenu \
   pandora-pmenu \
 "
@@ -255,7 +247,6 @@ RDEPENDS_${PN} = " \
   ${DISPMAN} \
   ${FONTS} \
   ${GAMES} \  
-  ${GNOME_GTK} \
   ${GNOME_APPS} \
   ${GSTREAMER} \
   ${ICON_THEME} \