mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-02 13:59:59 +00:00
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>
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
DESCRIPTION = "Configuration files for online package repositories aka feeds"
|
DESCRIPTION = "Configuration files for online package repositories aka feeds"
|
||||||
PR = "r1"
|
PR = "r1"
|
||||||
LICENSE = "MIT"
|
LICENSE = "MIT"
|
||||||
LIC_FILES_CHKSUM = "file://${TOPDIR}/meta-shr/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
|
LIC_FILES_CHKSUM = "file://${POKYBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
|
||||||
|
|
||||||
DISTRO_FEED_PREFIX ?= "remote"
|
DISTRO_FEED_PREFIX ?= "remote"
|
||||||
DISTRO_FEED_URI ?= "http://my-distribution.example/remote-feed/"
|
DISTRO_FEED_URI ?= "http://my-distribution.example/remote-feed/"
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ DESCRIPTION = "A set of useful command line tools"
|
|||||||
DESCRIPTION_${PN}-debug = "A set of command line tools useful for debugging"
|
DESCRIPTION_${PN}-debug = "A set of command line tools useful for debugging"
|
||||||
SECTION = "console"
|
SECTION = "console"
|
||||||
LICENSE = "MIT"
|
LICENSE = "MIT"
|
||||||
LIC_FILES_CHKSUM = "file://${TOPDIR}/meta-shr/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
|
LIC_FILES_CHKSUM = "file://${POKYBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
|
||||||
PV = "1.0"
|
PV = "1.0"
|
||||||
PR = "r18"
|
PR = "r18"
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
DESCRIPTION = "The X Window System -- install this task to get a client/server based display multiplexer."
|
DESCRIPTION = "The X Window System -- install this task to get a client/server based display multiplexer."
|
||||||
SECTION = "x11/server"
|
SECTION = "x11/server"
|
||||||
LICENSE = "MIT"
|
LICENSE = "MIT"
|
||||||
LIC_FILES_CHKSUM = "file://${TOPDIR}/meta-shr/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
|
LIC_FILES_CHKSUM = "file://${POKYBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
|
||||||
PV = "1.0"
|
PV = "1.0"
|
||||||
PR = "r7"
|
PR = "r7"
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
DESCRIPTION = "Install one of these tasks to get support for truetype fonts."
|
DESCRIPTION = "Install one of these tasks to get support for truetype fonts."
|
||||||
SECTION = "fonts"
|
SECTION = "fonts"
|
||||||
LICENSE = "MIT"
|
LICENSE = "MIT"
|
||||||
LIC_FILES_CHKSUM = "file://${TOPDIR}/meta-shr/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
|
LIC_FILES_CHKSUM = "file://${POKYBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
|
||||||
PV = "1.0"
|
PV = "1.0"
|
||||||
PR = "r0"
|
PR = "r0"
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
DESCRIPTION = "Touchscreen calibration data from xinput-calibrator"
|
DESCRIPTION = "Touchscreen calibration data from xinput-calibrator"
|
||||||
LICENSE = "MIT"
|
LICENSE = "MIT"
|
||||||
LIC_FILES_CHKSUM = "file://${TOPDIR}/meta-shr/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
|
LIC_FILES_CHKSUM = "file://${POKYBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
|
||||||
|
|
||||||
SECTION = "base"
|
SECTION = "base"
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
DESCRIPTION = "Machine specific xorg.conf files"
|
DESCRIPTION = "Machine specific xorg.conf files"
|
||||||
PR = "r43"
|
PR = "r43"
|
||||||
LICENSE = "MIT"
|
LICENSE = "MIT"
|
||||||
LIC_FILES_CHKSUM = "file://${TOPDIR}/meta-shr/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
|
LIC_FILES_CHKSUM = "file://${POKYBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
|
||||||
|
|
||||||
SRC_URI = "file://xorg.conf"
|
SRC_URI = "file://xorg.conf"
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
DESCRIPTION = "Default display timings and resolutions for fbset"
|
DESCRIPTION = "Default display timings and resolutions for fbset"
|
||||||
LICENSE = "MIT"
|
LICENSE = "MIT"
|
||||||
LIC_FILES_CHKSUM = "file://${TOPDIR}/meta-shr/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
|
LIC_FILES_CHKSUM = "file://${POKYBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
|
||||||
|
|
||||||
PV = "0.1.0"
|
PV = "0.1.0"
|
||||||
PR = "r5"
|
PR = "r5"
|
||||||
|
|||||||
Reference in New Issue
Block a user