summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-04-21 09:58:39 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2011-04-21 09:58:39 +0200
commit408601b9d421d81f00dca18987a6aed7e9c074fb (patch)
tree6cc93b31dcb69dfc9992898450ff1c7b56395448 /meta-oe
parent269eba9bcce97f168e997e81658c51c2813c02d0 (diff)
downloadmeta-openembedded-408601b9d421d81f00dca18987a6aed7e9c074fb.tar.gz
meta-oe: catch up with POKYBASE -> COREBASE renaming
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-connectivity/bluez/bluez4_4.91.bb2
-rw-r--r--meta-oe/recipes-core/meta/distro-feed-configs.bb2
-rw-r--r--meta-oe/recipes-core/tasks/task-boot.bb2
-rw-r--r--meta-oe/recipes-core/tasks/task-cli-tools.bb2
-rw-r--r--meta-oe/recipes-core/tasks/task-x11.bb2
-rw-r--r--meta-oe/recipes-gnome/gnome/gconf-native_2.6.1.bb2
-rw-r--r--meta-oe/recipes-graphics/font-update-common/font-update-common_0.1.bb2
-rw-r--r--meta-oe/recipes-graphics/tasks/task-fonts-truetype.bb2
-rw-r--r--meta-oe/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb2
-rw-r--r--meta-oe/recipes-graphics/xorg-xserver/xserver-xorg-conf_0.1.bb2
-rw-r--r--meta-oe/recipes-qt/tasks/task-poky-qt.bb4
-rw-r--r--meta-oe/recipes-support/fbset/fbset-modes.bb2
12 files changed, 13 insertions, 13 deletions
diff --git a/meta-oe/recipes-connectivity/bluez/bluez4_4.91.bb b/meta-oe/recipes-connectivity/bluez/bluez4_4.91.bb
index 8806946a5..9d2da8d08 100644
--- a/meta-oe/recipes-connectivity/bluez/bluez4_4.91.bb
+++ b/meta-oe/recipes-connectivity/bluez/bluez4_4.91.bb
@@ -16,7 +16,7 @@ ASNEEDED = ""
16PR = "r9" 16PR = "r9"
17 17
18# to find bluez patches from oe-core 18# to find bluez patches from oe-core
19FILESPATH =. "${POKYBASE}/meta/recipes-connectivity/bluez/bluez4-4.82/:" 19FILESPATH =. "${COREBASE}/meta/recipes-connectivity/bluez/bluez4-4.82/:"
20SRC_URI = "\ 20SRC_URI = "\
21 ${KERNELORG_MIRROR}/linux/bluetooth/bluez-${PV}.tar.gz \ 21 ${KERNELORG_MIRROR}/linux/bluetooth/bluez-${PV}.tar.gz \
22 file://fix-dfutool-usb-declaration-mismatch.patch \ 22 file://fix-dfutool-usb-declaration-mismatch.patch \
diff --git a/meta-oe/recipes-core/meta/distro-feed-configs.bb b/meta-oe/recipes-core/meta/distro-feed-configs.bb
index 1961752d4..a25ef8f70 100644
--- a/meta-oe/recipes-core/meta/distro-feed-configs.bb
+++ b/meta-oe/recipes-core/meta/distro-feed-configs.bb
@@ -1,7 +1,7 @@
1DESCRIPTION = "Configuration files for online package repositories aka feeds" 1DESCRIPTION = "Configuration files for online package repositories aka feeds"
2PR = "r1" 2PR = "r1"
3LICENSE = "MIT" 3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://${POKYBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" 4LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
5 5
6DISTRO_FEED_PREFIX ?= "remote" 6DISTRO_FEED_PREFIX ?= "remote"
7DISTRO_FEED_URI ?= "http://my-distribution.example/remote-feed/" 7DISTRO_FEED_URI ?= "http://my-distribution.example/remote-feed/"
diff --git a/meta-oe/recipes-core/tasks/task-boot.bb b/meta-oe/recipes-core/tasks/task-boot.bb
index 8f897a34b..3b84d6a81 100644
--- a/meta-oe/recipes-core/tasks/task-boot.bb
+++ b/meta-oe/recipes-core/tasks/task-boot.bb
@@ -1,6 +1,6 @@
1DESCRIPTION = "Basic task to get a device booting" 1DESCRIPTION = "Basic task to get a device booting"
2LICENSE = "MIT" 2LICENSE = "MIT"
3LIC_FILES_CHKSUM = "file://${POKYBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58" 3LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"
4 4
5PR = "r53" 5PR = "r53"
6 6
diff --git a/meta-oe/recipes-core/tasks/task-cli-tools.bb b/meta-oe/recipes-core/tasks/task-cli-tools.bb
index 808d9538c..c6dc4a7c9 100644
--- a/meta-oe/recipes-core/tasks/task-cli-tools.bb
+++ b/meta-oe/recipes-core/tasks/task-cli-tools.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "A set of useful command line tools"
2DESCRIPTION_${PN}-debug = "A set of command line tools useful for debugging" 2DESCRIPTION_${PN}-debug = "A set of command line tools useful for debugging"
3SECTION = "console" 3SECTION = "console"
4LICENSE = "MIT" 4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://${POKYBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" 5LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
6PV = "1.0" 6PV = "1.0"
7PR = "r18" 7PR = "r18"
8 8
diff --git a/meta-oe/recipes-core/tasks/task-x11.bb b/meta-oe/recipes-core/tasks/task-x11.bb
index aa1006128..66af8bdf5 100644
--- a/meta-oe/recipes-core/tasks/task-x11.bb
+++ b/meta-oe/recipes-core/tasks/task-x11.bb
@@ -1,7 +1,7 @@
1DESCRIPTION = "The X Window System -- install this task to get a client/server based display multiplexer." 1DESCRIPTION = "The X Window System -- install this task to get a client/server based display multiplexer."
2SECTION = "x11/server" 2SECTION = "x11/server"
3LICENSE = "MIT" 3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://${POKYBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" 4LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
5PV = "1.0" 5PV = "1.0"
6PR = "r7" 6PR = "r7"
7 7
diff --git a/meta-oe/recipes-gnome/gnome/gconf-native_2.6.1.bb b/meta-oe/recipes-gnome/gnome/gconf-native_2.6.1.bb
index fac712395..2ca2dada1 100644
--- a/meta-oe/recipes-gnome/gnome/gconf-native_2.6.1.bb
+++ b/meta-oe/recipes-gnome/gnome/gconf-native_2.6.1.bb
@@ -2,7 +2,7 @@ NOTE = "This is just a dummy package to get packages stop complaining about gcon
2 which they are not using anyway... :D" 2 which they are not using anyway... :D"
3 3
4LICENSE = "MIT" 4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://${POKYBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58" 5LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"
6 6
7PR = "r1" 7PR = "r1"
8 8
diff --git a/meta-oe/recipes-graphics/font-update-common/font-update-common_0.1.bb b/meta-oe/recipes-graphics/font-update-common/font-update-common_0.1.bb
index 4a4c714ec..d82aec5e6 100644
--- a/meta-oe/recipes-graphics/font-update-common/font-update-common_0.1.bb
+++ b/meta-oe/recipes-graphics/font-update-common/font-update-common_0.1.bb
@@ -3,7 +3,7 @@ to make them known to the WM, whether X11 or Opie"
3AUTHOR = "Rolf Leggewie <oe-devel@rolf.leggewie.biz" 3AUTHOR = "Rolf Leggewie <oe-devel@rolf.leggewie.biz"
4 4
5LICENSE = "MIT" 5LICENSE = "MIT"
6LIC_FILES_CHKSUM = "file://${POKYBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58" 6LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"
7 7
8SRC_URI = "file://update-fonts" 8SRC_URI = "file://update-fonts"
9 9
diff --git a/meta-oe/recipes-graphics/tasks/task-fonts-truetype.bb b/meta-oe/recipes-graphics/tasks/task-fonts-truetype.bb
index 4a3001db8..9c2a0f9bd 100644
--- a/meta-oe/recipes-graphics/tasks/task-fonts-truetype.bb
+++ b/meta-oe/recipes-graphics/tasks/task-fonts-truetype.bb
@@ -1,7 +1,7 @@
1DESCRIPTION = "Install one of these tasks to get support for truetype fonts." 1DESCRIPTION = "Install one of these tasks to get support for truetype fonts."
2SECTION = "fonts" 2SECTION = "fonts"
3LICENSE = "MIT" 3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://${POKYBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" 4LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
5PV = "1.0" 5PV = "1.0"
6PR = "r0" 6PR = "r0"
7 7
diff --git a/meta-oe/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb b/meta-oe/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb
index 4526cbb81..10360f72f 100644
--- a/meta-oe/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb
+++ b/meta-oe/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb
@@ -1,6 +1,6 @@
1DESCRIPTION = "Touchscreen calibration data from xinput-calibrator" 1DESCRIPTION = "Touchscreen calibration data from xinput-calibrator"
2LICENSE = "MIT" 2LICENSE = "MIT"
3LIC_FILES_CHKSUM = "file://${POKYBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" 3LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
4 4
5SECTION = "base" 5SECTION = "base"
6 6
diff --git a/meta-oe/recipes-graphics/xorg-xserver/xserver-xorg-conf_0.1.bb b/meta-oe/recipes-graphics/xorg-xserver/xserver-xorg-conf_0.1.bb
index c20b8e920..66505bd31 100644
--- a/meta-oe/recipes-graphics/xorg-xserver/xserver-xorg-conf_0.1.bb
+++ b/meta-oe/recipes-graphics/xorg-xserver/xserver-xorg-conf_0.1.bb
@@ -1,7 +1,7 @@
1DESCRIPTION = "Machine specific xorg.conf files" 1DESCRIPTION = "Machine specific xorg.conf files"
2PR = "r43" 2PR = "r43"
3LICENSE = "MIT" 3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://${POKYBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" 4LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
5 5
6SRC_URI = "file://xorg.conf" 6SRC_URI = "file://xorg.conf"
7 7
diff --git a/meta-oe/recipes-qt/tasks/task-poky-qt.bb b/meta-oe/recipes-qt/tasks/task-poky-qt.bb
index da960db5b..762dff8e3 100644
--- a/meta-oe/recipes-qt/tasks/task-poky-qt.bb
+++ b/meta-oe/recipes-qt/tasks/task-poky-qt.bb
@@ -4,8 +4,8 @@
4 4
5DESCRIPTION = "Qt Tasks for Poky" 5DESCRIPTION = "Qt Tasks for Poky"
6LICENSE = "MIT" 6LICENSE = "MIT"
7LIC_FILES_CHKSUM = "file://${POKYBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ 7LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
8 file://${POKYBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" 8 file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
9PR = "r3" 9PR = "r3"
10 10
11PACKAGES = "\ 11PACKAGES = "\
diff --git a/meta-oe/recipes-support/fbset/fbset-modes.bb b/meta-oe/recipes-support/fbset/fbset-modes.bb
index 29a191d2a..cf4089f63 100644
--- a/meta-oe/recipes-support/fbset/fbset-modes.bb
+++ b/meta-oe/recipes-support/fbset/fbset-modes.bb
@@ -1,6 +1,6 @@
1DESCRIPTION = "Default display timings and resolutions for fbset" 1DESCRIPTION = "Default display timings and resolutions for fbset"
2LICENSE = "MIT" 2LICENSE = "MIT"
3LIC_FILES_CHKSUM = "file://${POKYBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" 3LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
4 4
5PV = "0.1.0" 5PV = "0.1.0"
6PR = "r5" 6PR = "r5"