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/opkg-collateral.bb | |
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/opkg-collateral.bb')
-rw-r--r-- | meta/recipes-devtools/opkg/opkg-collateral.bb | 2 |
1 files changed, 1 insertions, 1 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 \ |