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-20 18:07:30 +0100 |
commit | 607a7657715f6fcba467a4e55ba64f41f4e13a15 (patch) | |
tree | 1498baf19ed0baba1c6eb6e3c024cecaad2dcb05 /meta/recipes-devtools/opkg | |
parent | 0126b0ec9757127c65bda341a52e951ca0ddb2bb (diff) | |
download | openembedded-core-607a7657715f6fcba467a4e55ba64f41f4e13a15.tar.gz openembedded-core-607a7657715f6fcba467a4e55ba64f41f4e13a15.tar.bz2 openembedded-core-607a7657715f6fcba467a4e55ba64f41f4e13a15.zip |
Replace POKYBASE with COREBASE
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/opkg')
-rw-r--r-- | meta/recipes-devtools/opkg/opkg-collateral.bb | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/opkg/opkg-config-base_1.0.bb | 2 |
2 files changed, 2 insertions, 2 deletions
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 @@ 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 \ 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 @@ 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() { |