mirror of
https://git.yoctoproject.org/poky
synced 2026-09-13 00:49:33 +02:00
Replace POKYBASE with COREBASE
(From OE-Core rev: 607a7657715f6fcba467a4e55ba64f41f4e13a15) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -2,8 +2,8 @@ DESCRIPTION = "Run postinstall scripts on device using awk"
|
||||
SECTION = "devel"
|
||||
PR = "r6"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://${POKYBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
|
||||
file://${POKYBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
|
||||
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
|
||||
file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
|
||||
|
||||
SRC_URI = "file://run-postinsts file://run-postinsts.awk"
|
||||
|
||||
|
||||
@@ -22,8 +22,8 @@
|
||||
|
||||
|
||||
DESCRIPTION = "Meta package for creating sdk installer tarball"
|
||||
LIC_FILES_CHKSUM = "file://${POKYBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
|
||||
file://${POKYBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
|
||||
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
|
||||
file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
|
||||
LICENSE = "MIT"
|
||||
|
||||
ALLOW_EMPTY = "1"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
DESCRIPTION = "opkg configuration files"
|
||||
SECTION = "base"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://${POKYBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
|
||||
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
|
||||
SRC_URI = "file://opkg.conf.comments \
|
||||
file://lists \
|
||||
file://dest \
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
DESCRIPTION = "Base configuration files for opkg"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://${POKYBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
|
||||
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
|
||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||
|
||||
do_compile() {
|
||||
|
||||
@@ -6,18 +6,18 @@ PR = "r9"
|
||||
FILESPATH = "${FILE_DIRNAME}/qemu-helper"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://${WORKDIR}/tunctl.c;endline=4;md5=ff3a09996bc5fff6bc5d4e0b4c28f999 \
|
||||
file://${POKYBASE}/scripts/runqemu;endline=18;md5=ce52af3dd295e20ad1d849611b83690b"
|
||||
file://${COREBASE}/scripts/runqemu;endline=18;md5=ce52af3dd295e20ad1d849611b83690b"
|
||||
|
||||
|
||||
SRC_URI = "file://${POKYBASE}/scripts/runqemu \
|
||||
file://${POKYBASE}/scripts/runqemu-internal \
|
||||
file://${POKYBASE}/scripts/poky-addptable2image \
|
||||
file://${POKYBASE}/scripts/poky-gen-tapdevs \
|
||||
file://${POKYBASE}/scripts/runqemu-ifup \
|
||||
file://${POKYBASE}/scripts/runqemu-ifdown \
|
||||
file://${POKYBASE}/scripts/poky-find-native-sysroot \
|
||||
file://${POKYBASE}/scripts/poky-extract-sdk \
|
||||
file://${POKYBASE}/scripts/poky-export-rootfs \
|
||||
SRC_URI = "file://${COREBASE}/scripts/runqemu \
|
||||
file://${COREBASE}/scripts/runqemu-internal \
|
||||
file://${COREBASE}/scripts/poky-addptable2image \
|
||||
file://${COREBASE}/scripts/poky-gen-tapdevs \
|
||||
file://${COREBASE}/scripts/runqemu-ifup \
|
||||
file://${COREBASE}/scripts/runqemu-ifdown \
|
||||
file://${COREBASE}/scripts/poky-find-native-sysroot \
|
||||
file://${COREBASE}/scripts/poky-extract-sdk \
|
||||
file://${COREBASE}/scripts/poky-export-rootfs \
|
||||
file://tunctl.c \
|
||||
file://raw2flash.c \
|
||||
"
|
||||
@@ -34,7 +34,7 @@ do_compile() {
|
||||
|
||||
do_install() {
|
||||
install -d ${D}${bindir}
|
||||
install -m 0755 ${WORKDIR}${POKYBASE}/scripts/poky-* ${D}${bindir}/
|
||||
install -m 0755 ${WORKDIR}${COREBASE}/scripts/poky-* ${D}${bindir}/
|
||||
install tunctl ${D}${bindir}/
|
||||
install raw2flash.spitz ${D}${bindir}/
|
||||
install flash2raw.spitz ${D}${bindir}/
|
||||
|
||||
Reference in New Issue
Block a user