diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-20 16:56:03 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-21 00:29:29 +0100 |
commit | 4d609d502161137620c4b1901cc225f9e871c3dc (patch) | |
tree | 3bbb3286b831645fd29cae868b18b738ec508126 /meta/recipes-devtools | |
parent | 8ceb769eab14066c9a5fc6a68284de9c1f5637fe (diff) | |
download | poky-4d609d502161137620c4b1901cc225f9e871c3dc.tar.gz |
Replace POKYBASE with COREBASE
(From OE-Core rev: 607a7657715f6fcba467a4e55ba64f41f4e13a15)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
5 files changed, 19 insertions, 19 deletions
diff --git a/meta/recipes-devtools/dpkg/run-postinsts_1.0.bb b/meta/recipes-devtools/dpkg/run-postinsts_1.0.bb index 72cb65ff84..f15243b60a 100644 --- a/meta/recipes-devtools/dpkg/run-postinsts_1.0.bb +++ b/meta/recipes-devtools/dpkg/run-postinsts_1.0.bb | |||
@@ -2,8 +2,8 @@ DESCRIPTION = "Run postinstall scripts on device using awk" | |||
2 | SECTION = "devel" | 2 | SECTION = "devel" |
3 | PR = "r6" | 3 | PR = "r6" |
4 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
5 | LIC_FILES_CHKSUM = "file://${POKYBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ | 5 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ |
6 | file://${POKYBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | 6 | file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" |
7 | 7 | ||
8 | SRC_URI = "file://run-postinsts file://run-postinsts.awk" | 8 | SRC_URI = "file://run-postinsts file://run-postinsts.awk" |
9 | 9 | ||
diff --git a/meta/recipes-devtools/installer/adt-installer_1.0.bb b/meta/recipes-devtools/installer/adt-installer_1.0.bb index 7e82c92677..b70fb9e8cf 100644 --- a/meta/recipes-devtools/installer/adt-installer_1.0.bb +++ b/meta/recipes-devtools/installer/adt-installer_1.0.bb | |||
@@ -22,8 +22,8 @@ | |||
22 | 22 | ||
23 | 23 | ||
24 | DESCRIPTION = "Meta package for creating sdk installer tarball" | 24 | DESCRIPTION = "Meta package for creating sdk installer tarball" |
25 | LIC_FILES_CHKSUM = "file://${POKYBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ | 25 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ |
26 | file://${POKYBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | 26 | file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" |
27 | LICENSE = "MIT" | 27 | LICENSE = "MIT" |
28 | 28 | ||
29 | ALLOW_EMPTY = "1" | 29 | ALLOW_EMPTY = "1" |
diff --git a/meta/recipes-devtools/opkg/opkg-collateral.bb b/meta/recipes-devtools/opkg/opkg-collateral.bb index 01e912f8bc..e3e0b5f2ef 100644 --- a/meta/recipes-devtools/opkg/opkg-collateral.bb +++ b/meta/recipes-devtools/opkg/opkg-collateral.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | DESCRIPTION = "opkg configuration files" | 1 | DESCRIPTION = "opkg configuration files" |
2 | SECTION = "base" | 2 | SECTION = "base" |
3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
4 | LIC_FILES_CHKSUM = "file://${POKYBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | 4 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" |
5 | SRC_URI = "file://opkg.conf.comments \ | 5 | SRC_URI = "file://opkg.conf.comments \ |
6 | file://lists \ | 6 | file://lists \ |
7 | file://dest \ | 7 | file://dest \ |
diff --git a/meta/recipes-devtools/opkg/opkg-config-base_1.0.bb b/meta/recipes-devtools/opkg/opkg-config-base_1.0.bb index c2bf3473c2..3a559cb57d 100644 --- a/meta/recipes-devtools/opkg/opkg-config-base_1.0.bb +++ b/meta/recipes-devtools/opkg/opkg-config-base_1.0.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | DESCRIPTION = "Base configuration files for opkg" | 1 | DESCRIPTION = "Base configuration files for opkg" |
2 | LICENSE = "MIT" | 2 | LICENSE = "MIT" |
3 | LIC_FILES_CHKSUM = "file://${POKYBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | 3 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" |
4 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 4 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
5 | 5 | ||
6 | do_compile() { | 6 | do_compile() { |
diff --git a/meta/recipes-devtools/qemu/qemu-helper-nativesdk_1.0.bb b/meta/recipes-devtools/qemu/qemu-helper-nativesdk_1.0.bb index effcabaf40..10d3e64ae8 100644 --- a/meta/recipes-devtools/qemu/qemu-helper-nativesdk_1.0.bb +++ b/meta/recipes-devtools/qemu/qemu-helper-nativesdk_1.0.bb | |||
@@ -6,18 +6,18 @@ PR = "r9" | |||
6 | FILESPATH = "${FILE_DIRNAME}/qemu-helper" | 6 | FILESPATH = "${FILE_DIRNAME}/qemu-helper" |
7 | 7 | ||
8 | LIC_FILES_CHKSUM = "file://${WORKDIR}/tunctl.c;endline=4;md5=ff3a09996bc5fff6bc5d4e0b4c28f999 \ | 8 | LIC_FILES_CHKSUM = "file://${WORKDIR}/tunctl.c;endline=4;md5=ff3a09996bc5fff6bc5d4e0b4c28f999 \ |
9 | file://${POKYBASE}/scripts/runqemu;endline=18;md5=ce52af3dd295e20ad1d849611b83690b" | 9 | file://${COREBASE}/scripts/runqemu;endline=18;md5=ce52af3dd295e20ad1d849611b83690b" |
10 | 10 | ||
11 | 11 | ||
12 | SRC_URI = "file://${POKYBASE}/scripts/runqemu \ | 12 | SRC_URI = "file://${COREBASE}/scripts/runqemu \ |
13 | file://${POKYBASE}/scripts/runqemu-internal \ | 13 | file://${COREBASE}/scripts/runqemu-internal \ |
14 | file://${POKYBASE}/scripts/poky-addptable2image \ | 14 | file://${COREBASE}/scripts/poky-addptable2image \ |
15 | file://${POKYBASE}/scripts/poky-gen-tapdevs \ | 15 | file://${COREBASE}/scripts/poky-gen-tapdevs \ |
16 | file://${POKYBASE}/scripts/runqemu-ifup \ | 16 | file://${COREBASE}/scripts/runqemu-ifup \ |
17 | file://${POKYBASE}/scripts/runqemu-ifdown \ | 17 | file://${COREBASE}/scripts/runqemu-ifdown \ |
18 | file://${POKYBASE}/scripts/poky-find-native-sysroot \ | 18 | file://${COREBASE}/scripts/poky-find-native-sysroot \ |
19 | file://${POKYBASE}/scripts/poky-extract-sdk \ | 19 | file://${COREBASE}/scripts/poky-extract-sdk \ |
20 | file://${POKYBASE}/scripts/poky-export-rootfs \ | 20 | file://${COREBASE}/scripts/poky-export-rootfs \ |
21 | file://tunctl.c \ | 21 | file://tunctl.c \ |
22 | file://raw2flash.c \ | 22 | file://raw2flash.c \ |
23 | " | 23 | " |
@@ -34,7 +34,7 @@ do_compile() { | |||
34 | 34 | ||
35 | do_install() { | 35 | do_install() { |
36 | install -d ${D}${bindir} | 36 | install -d ${D}${bindir} |
37 | install -m 0755 ${WORKDIR}${POKYBASE}/scripts/poky-* ${D}${bindir}/ | 37 | install -m 0755 ${WORKDIR}${COREBASE}/scripts/poky-* ${D}${bindir}/ |
38 | install tunctl ${D}${bindir}/ | 38 | install tunctl ${D}${bindir}/ |
39 | install raw2flash.spitz ${D}${bindir}/ | 39 | install raw2flash.spitz ${D}${bindir}/ |
40 | install flash2raw.spitz ${D}${bindir}/ | 40 | install flash2raw.spitz ${D}${bindir}/ |