summaryrefslogtreecommitdiff
path: root/packages/python/python-pyro
diff options
context:
space:
mode:
authorGraeme Gregory <dp@xora.org.uk>2007-10-02 08:28:47 +0000
committerGraeme Gregory <dp@xora.org.uk>2007-10-02 08:28:47 +0000
commit80849d56784efbaf1764f05f1ca6a155d04f3b2b (patch)
treebdbd535d8eeda13dabc21fa9e50304c78e2f1f39 /packages/python/python-pyro
parent83eaea652d877c928a59da22a8c7d6fc8ef7950d (diff)
libgcrypt/libgcrypt_1.2.3.bb : PR bump for last change
Diffstat (limited to 'packages/python/python-pyro')
0 files changed, 0 insertions, 0 deletions
PY_LIC_MANIFEST = "1" This copies the manifest to: /usr/share/common-licenses/license.manifest If I want the actual PKG license text on the image (much larger) I need to set both both COPY_LIC_MANIFEST and COPY_LIC_DIRS in license.conf. This will create: /usr/share/common-licenses/(package name)/(licenses in LIC_SRC_URI) Word of warning. This can be larger than wanted depending on image and is probably ripe for linking licenses, but I ran out of time this week to get that done. 5. Custom License search path. We now have the ability to add licenses to the build without touching common-licenses. This is set via license.conf: LICENSE_PATH += "/path/to/custom/licenses" You want to make sure the license is unique. license.bbclass picks the first license it finds. Signed-off-by: Elizabeth Flanagan <elizabeth.flanagan@intel.com>