summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
Diffstat (limited to 'meta')
-rw-r--r--meta/classes/packaged-staging.bbclass2
-rw-r--r--meta/classes/poky.bbclass17
-rw-r--r--meta/conf/distro/poky.conf2
-rw-r--r--meta/conf/machine/qemuppc.conf1
-rw-r--r--meta/packages/gnome/gnome-keyring_2.26.1.bb2
-rw-r--r--meta/packages/gypsy/gypsy_0.6.bb2
-rw-r--r--meta/packages/icu/icu-3.6.inc7
-rw-r--r--meta/packages/tasks/task-poky-tools.bb3
-rw-r--r--meta/packages/xorg-xserver/xserver-kdrive-1.7.99.2/nodolt.patch12
-rw-r--r--meta/packages/xorg-xserver/xserver-kdrive_1.7.99.2.bb5
-rw-r--r--meta/site/powerpc-linux4
11 files changed, 46 insertions, 11 deletions
diff --git a/meta/classes/packaged-staging.bbclass b/meta/classes/packaged-staging.bbclass
index 6314e36aa7..bd2dc1652c 100644
--- a/meta/classes/packaged-staging.bbclass
+++ b/meta/classes/packaged-staging.bbclass
@@ -42,7 +42,7 @@ python () {
42 path = bb.data.getVar('PSTAGE_PKGPATH', d, 1) 42 path = bb.data.getVar('PSTAGE_PKGPATH', d, 1)
43 path = path + bb.data.getVar('TMPDIR', d, 1).replace('/', '-') 43 path = path + bb.data.getVar('TMPDIR', d, 1).replace('/', '-')
44 bb.data.setVar('PSTAGE_PKGPATH', path, d) 44 bb.data.setVar('PSTAGE_PKGPATH', path, d)
45 scan_cmd = "grep -Irl ${STAGING_DIR} ${PSTAGE_TMDPDIR_STAGE}" 45 scan_cmd = "grep -Irl ${STAGING_DIR} ${PSTAGE_TMPDIR_STAGE}"
46 bb.data.setVar('PSTAGE_SCAN_CMD', scan_cmd, d) 46 bb.data.setVar('PSTAGE_SCAN_CMD', scan_cmd, d)
47 47
48 # PSTAGE_NATIVEDEPENDS lists the packages we need before we can use packaged 48 # PSTAGE_NATIVEDEPENDS lists the packages we need before we can use packaged
diff --git a/meta/classes/poky.bbclass b/meta/classes/poky.bbclass
index cf65b6ceb1..7d3c28ffe2 100644
--- a/meta/classes/poky.bbclass
+++ b/meta/classes/poky.bbclass
@@ -7,10 +7,23 @@ osc://.*/.* http://pokylinux.org/sources/
7p4://.*/.* http://pokylinux.org/sources/ 7p4://.*/.* http://pokylinux.org/sources/
8svk://.*/.* http://pokylinux.org/sources/ 8svk://.*/.* http://pokylinux.org/sources/
9svn://.*/.* http://pokylinux.org/sources/ 9svn://.*/.* http://pokylinux.org/sources/
10
11bzr://.*/.* http://autobuilder.pokylinux.org/sources/
12cvs://.*/.* http://autobuilder.pokylinux.org/sources/
13git://.*/.* http://autobuilder.pokylinux.org/sources/
14hg://.*/.* http://autobuilder.pokylinux.org/sources/
15osc://.*/.* http://autobuilder.pokylinux.org/sources/
16p4://.*/.* http://autobuilder.pokylinux.org/sources/
17svk://.*/.* http://autobuilder.pokylinux.org/sources/
18svn://.*/.* http://autobuilder.pokylinux.org/sources/
10} 19}
11 20
12MIRRORS_append () { 21MIRRORS_append () {
13ftp://.*/.* http://pokylinux.org/sources/ 22ftp://.*/.* http://pokylinux.org/sources/
14http://.*/.* http://pokylinux.org/sources/ 23http://.*/.* http://pokylinux.org/sources/
15https://.*/.* http://pokylinux.org/sources/ 24https://.*/.* http://pokylinux.org/sources/
25
26ftp://.*/.* http://autobuilder.pokylinux.org/sources/
27http://.*/.* http://autobuilder.pokylinux.org/sources/
28https://.*/.* http://autobuilder.pokylinux.org/sources/
16} 29}
diff --git a/meta/conf/distro/poky.conf b/meta/conf/distro/poky.conf
index ddebebb286..e0f33e29c7 100644
--- a/meta/conf/distro/poky.conf
+++ b/meta/conf/distro/poky.conf
@@ -3,7 +3,7 @@
3 3
4DISTRO = "poky" 4DISTRO = "poky"
5DISTRO_NAME = "OpenedHand Linux (Poky)" 5DISTRO_NAME = "OpenedHand Linux (Poky)"
6DISTRO_VERSION = "3.2+snapshot-${DATE}" 6DISTRO_VERSION = "3.3+snapshot-${DATE}"
7 7
8MAINTAINER = "OpenedHand <poky@openedhand.com>" 8MAINTAINER = "OpenedHand <poky@openedhand.com>"
9 9
diff --git a/meta/conf/machine/qemuppc.conf b/meta/conf/machine/qemuppc.conf
index 91abb0792a..6ca8ce8d26 100644
--- a/meta/conf/machine/qemuppc.conf
+++ b/meta/conf/machine/qemuppc.conf
@@ -3,6 +3,7 @@
3#@DESCRIPTION: Machine configuration for running an PPC system under qemu emulation 3#@DESCRIPTION: Machine configuration for running an PPC system under qemu emulation
4 4
5TARGET_ARCH = "powerpc" 5TARGET_ARCH = "powerpc"
6PACKAGE_EXTRA_ARCHS = "ppc603e"
6 7
7require conf/machine/include/qemu.inc 8require conf/machine/include/qemu.inc
8require conf/machine/include/tune-ppc603e.inc 9require conf/machine/include/tune-ppc603e.inc
diff --git a/meta/packages/gnome/gnome-keyring_2.26.1.bb b/meta/packages/gnome/gnome-keyring_2.26.1.bb
index cc111c9498..6d1e335291 100644
--- a/meta/packages/gnome/gnome-keyring_2.26.1.bb
+++ b/meta/packages/gnome/gnome-keyring_2.26.1.bb
@@ -5,7 +5,7 @@ PR = "r1"
5 5
6inherit autotools gnome pkgconfig 6inherit autotools gnome pkgconfig
7 7
8DEPENDS = "gtk+ libgcrypt libtasn1 libtasn1-native" 8DEPENDS = "gtk+ libgcrypt libtasn1 libtasn1-native gconf"
9 9
10EXTRA_OECONF = "--disable-gtk-doc" 10EXTRA_OECONF = "--disable-gtk-doc"
11 11
diff --git a/meta/packages/gypsy/gypsy_0.6.bb b/meta/packages/gypsy/gypsy_0.6.bb
index bd2fdaa0dd..ee669e5ef4 100644
--- a/meta/packages/gypsy/gypsy_0.6.bb
+++ b/meta/packages/gypsy/gypsy_0.6.bb
@@ -3,7 +3,7 @@ LICENSE = "GPL"
3SECTION = "x11" 3SECTION = "x11"
4DEPENDS = "glib-2.0 dbus bluez4 dbus-glib libxslt" 4DEPENDS = "glib-2.0 dbus bluez4 dbus-glib libxslt"
5 5
6SRC_URI = "http://gypsy.freedesktop.org/gypsy-releases/gypsy-${PV}.tar.gz" 6SRC_URI = "http://gypsy.freedesktop.org/releases/gypsy-${PV}.tar.gz"
7 7
8inherit autotools pkgconfig 8inherit autotools pkgconfig
9 9
diff --git a/meta/packages/icu/icu-3.6.inc b/meta/packages/icu/icu-3.6.inc
index e99fc4a202..9761908bd0 100644
--- a/meta/packages/icu/icu-3.6.inc
+++ b/meta/packages/icu/icu-3.6.inc
@@ -1,8 +1,11 @@
1 1
2SRC_URI = "ftp://ftp.software.ibm.com/software/globalization/icu/3.6/icu4c-3_6-src.tgz \ 2BASE_SRC_URI = "ftp://ftp.software.ibm.com/software/globalization/icu/3.6/icu4c-3_6-src.tgz \
3 file://gccfix.patch;patch=1 \ 3 file://gccfix.patch;patch=1 \
4 file://noldlibpath.patch;patch=1 \
5 file://use-g++-for-linking.patch;patch=1" 4 file://use-g++-for-linking.patch;patch=1"
5SRC_URI = "${BASE_SRC_URI} \
6 file://noldlibpath.patch;patch=1"
7SRC_URI_virtclass-native = "${BASE_SRC_URI}"
8
6LICENSE = "ICU" 9LICENSE = "ICU"
7DEPENDS = "icu-native" 10DEPENDS = "icu-native"
8DEPENDS_virtclass-native = "" 11DEPENDS_virtclass-native = ""
diff --git a/meta/packages/tasks/task-poky-tools.bb b/meta/packages/tasks/task-poky-tools.bb
index cb90718332..4b6d218149 100644
--- a/meta/packages/tasks/task-poky-tools.bb
+++ b/meta/packages/tasks/task-poky-tools.bb
@@ -3,7 +3,7 @@
3# 3#
4 4
5DESCRIPTION = "Tools tasks for Poky" 5DESCRIPTION = "Tools tasks for Poky"
6PR = "r2" 6PR = "r3"
7 7
8PACKAGES = "\ 8PACKAGES = "\
9 task-poky-tools-debug \ 9 task-poky-tools-debug \
@@ -25,6 +25,7 @@ ALLOW_EMPTY = "1"
25KEXECTOOLS ?= "kexec-tools" 25KEXECTOOLS ?= "kexec-tools"
26KEXECTOOLS_mips ?= "" 26KEXECTOOLS_mips ?= ""
27KEXECTOOLS_mipsel ?= "" 27KEXECTOOLS_mipsel ?= ""
28KEXECTOOLS_powerpc ?= ""
28 29
29RDEPENDS_task-poky-tools-debug = "\ 30RDEPENDS_task-poky-tools-debug = "\
30 gdb \ 31 gdb \
diff --git a/meta/packages/xorg-xserver/xserver-kdrive-1.7.99.2/nodolt.patch b/meta/packages/xorg-xserver/xserver-kdrive-1.7.99.2/nodolt.patch
new file mode 100644
index 0000000000..6b34032a39
--- /dev/null
+++ b/meta/packages/xorg-xserver/xserver-kdrive-1.7.99.2/nodolt.patch
@@ -0,0 +1,12 @@
1Index: git/configure.ac
2===================================================================
3--- git.orig/configure.ac 2009-01-15 20:35:31.000000000 +0000
4+++ git/configure.ac 2009-01-15 20:35:38.000000000 +0000
5@@ -62,7 +62,6 @@
6 AC_LIBTOOL_WIN32_DLL
7 AC_DISABLE_STATIC
8 AC_PROG_LIBTOOL
9-DOLT
10 AC_PROG_MAKE_SET
11 PKG_PROG_PKG_CONFIG
12 AC_PROG_LEX
diff --git a/meta/packages/xorg-xserver/xserver-kdrive_1.7.99.2.bb b/meta/packages/xorg-xserver/xserver-kdrive_1.7.99.2.bb
index f0fb6e2d1f..7ca88e64e2 100644
--- a/meta/packages/xorg-xserver/xserver-kdrive_1.7.99.2.bb
+++ b/meta/packages/xorg-xserver/xserver-kdrive_1.7.99.2.bb
@@ -7,7 +7,7 @@ RDEPENDS_${PN} += "xkeyboard-config"
7EXTRA_OECONF += "--disable-glx" 7EXTRA_OECONF += "--disable-glx"
8 8
9PE = "1" 9PE = "1"
10PR = "r24" 10PR = "r25"
11 11
12SRC_URI = "${XORG_MIRROR}/individual/xserver/xorg-server-${PV}.tar.bz2 \ 12SRC_URI = "${XORG_MIRROR}/individual/xserver/xorg-server-${PV}.tar.bz2 \
13 file://extra-kmodes.patch;patch=1 \ 13 file://extra-kmodes.patch;patch=1 \
@@ -22,6 +22,7 @@ SRC_URI = "${XORG_MIRROR}/individual/xserver/xorg-server-${PV}.tar.bz2 \
22 file://hide-cursor-and-ppm-root.patch;patch=1 \ 22 file://hide-cursor-and-ppm-root.patch;patch=1 \
23 file://fbdev_xrandr_ioctl.patch;patch=1 \ 23 file://fbdev_xrandr_ioctl.patch;patch=1 \
24 file://fix-newer-xorg-headers.patch;patch=1 \ 24 file://fix-newer-xorg-headers.patch;patch=1 \
25 file://crosscompile.patch;patch=1" 25 file://crosscompile.patch;patch=1 \
26 file://nodolt.patch;patch=1"
26 27
27S = "${WORKDIR}/xorg-server-${PV}" 28S = "${WORKDIR}/xorg-server-${PV}"
diff --git a/meta/site/powerpc-linux b/meta/site/powerpc-linux
index bea14d5a75..856701d17d 100644
--- a/meta/site/powerpc-linux
+++ b/meta/site/powerpc-linux
@@ -3,3 +3,7 @@ libc_cv_ppc_machine=${libc_cv_ppc_machine=yes}
3libc_cv_mlong_double_128ibm=${libc_cv_mlong_double_128ibm=yes} 3libc_cv_mlong_double_128ibm=${libc_cv_mlong_double_128ibm=yes}
4libc_cv_mabi_ibmlongdouble=${libc_cv_mabi_ibmlongdouble=yes} 4libc_cv_mabi_ibmlongdouble=${libc_cv_mabi_ibmlongdouble=yes}
5libc_cv_mlong_double_128=${libc_cv_mlong_double_128=yes} 5libc_cv_mlong_double_128=${libc_cv_mlong_double_128=yes}
6
7# popt
8ac_cv_va_copy=${ac_cv_va_copy=yes}
9ac_cv___va_copy=${ac_cv___va_copy=yes}