diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-21 12:26:25 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-21 12:26:25 +0100 |
commit | fe73ea8c510877fe4e3c117985e8f3d0b79ddf1b (patch) | |
tree | 4321fc651226793fa91067797e84d91c1a9bd462 /meta/classes/license.bbclass | |
parent | f7eeaf9e69aa6a171eeb3d2fc4b22b31b05f604e (diff) | |
download | openembedded-core-fe73ea8c510877fe4e3c117985e8f3d0b79ddf1b.tar.gz openembedded-core-fe73ea8c510877fe4e3c117985e8f3d0b79ddf1b.tar.bz2 openembedded-core-fe73ea8c510877fe4e3c117985e8f3d0b79ddf1b.tar.xz openembedded-core-fe73ea8c510877fe4e3c117985e8f3d0b79ddf1b.zip |
Further cleanup of various poky references
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/license.bbclass')
-rw-r--r-- | meta/classes/license.bbclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/classes/license.bbclass b/meta/classes/license.bbclass index 5e9ebe5ef..d0a14187f 100644 --- a/meta/classes/license.bbclass +++ b/meta/classes/license.bbclass @@ -1,4 +1,4 @@ -# Populates LICENSE_DIRECTORY as set in poky.conf with the license files as set by +# Populates LICENSE_DIRECTORY as set in distro config with the license files as set by # LIC_FILES_CHKSUM. # TODO: # - We should also enable the ability to put the generated license directory onto the @@ -31,7 +31,7 @@ python do_populate_lic() { destdir = os.path.join(bb.data.getVar('LICSSTATEDIR', d, True), pn) # The license files are located in S/LIC_FILE_CHECKSUM. srcdir = bb.data.getVar('S', d, True) - # Directory we store the generic licenses as set in poky.conf + # Directory we store the generic licenses as set in the distro configuration generic_directory = bb.data.getVar('COMMON_LICENSE_DIR', d, True) if not generic_directory: raise bb.build.FuncFailed("COMMON_LICENSE_DIR is unset. Please set this in your distro config") |