summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-04-17 13:39:55 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2011-04-17 13:39:55 +0200
commit623e38e59d3733c951b4b20740bc7e1aa454dce5 (patch)
tree7dfa196b789ec55d3b5782bae42fe81f777bda53 /meta-oe
parent12289123490f48e4e770f41b6786d52a9243cfe4 (diff)
downloadmeta-openembedded-623e38e59d3733c951b4b20740bc7e1aa454dce5.tar.gz
use COPYING.MIT from POKYBASE instead of meta-shr
This fixes builds where meta-shr isn't in TOPDIR/meta-shr but somewhere else (sources/meta-shr in my case) Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-core/meta/distro-feed-configs.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-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-support/fbset/fbset-modes.bb2
7 files changed, 7 insertions, 7 deletions
diff --git a/meta-oe/recipes-core/meta/distro-feed-configs.bb b/meta-oe/recipes-core/meta/distro-feed-configs.bb
index 4da2b1441..1961752d4 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://${TOPDIR}/meta-shr/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" 4LIC_FILES_CHKSUM = "file://${POKYBASE}/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-cli-tools.bb b/meta-oe/recipes-core/tasks/task-cli-tools.bb
index c271f711e..808d9538c 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://${TOPDIR}/meta-shr/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" 5LIC_FILES_CHKSUM = "file://${POKYBASE}/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 208b16859..aa1006128 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://${TOPDIR}/meta-shr/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" 4LIC_FILES_CHKSUM = "file://${POKYBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
5PV = "1.0" 5PV = "1.0"
6PR = "r7" 6PR = "r7"
7 7
diff --git a/meta-oe/recipes-graphics/tasks/task-fonts-truetype.bb b/meta-oe/recipes-graphics/tasks/task-fonts-truetype.bb
index 8ffa88b64..4a3001db8 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://${TOPDIR}/meta-shr/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" 4LIC_FILES_CHKSUM = "file://${POKYBASE}/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 e611862a4..4526cbb81 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://${TOPDIR}/meta-shr/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" 3LIC_FILES_CHKSUM = "file://${POKYBASE}/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 ae4493d41..c20b8e920 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://${TOPDIR}/meta-shr/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" 4LIC_FILES_CHKSUM = "file://${POKYBASE}/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-support/fbset/fbset-modes.bb b/meta-oe/recipes-support/fbset/fbset-modes.bb
index 415c00bab..29a191d2a 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://${TOPDIR}/meta-shr/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" 3LIC_FILES_CHKSUM = "file://${POKYBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
4 4
5PV = "0.1.0" 5PV = "0.1.0"
6PR = "r5" 6PR = "r5"