From patchwork Mon Dec 19 21:50:20 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [0/1] Manifest inclusion on image fix. Date: Mon, 19 Dec 2011 21:50:20 -0000 From: Elizabeth Flanagan X-Patchwork-Id: 17267 Message-Id: To: openembedded-core@lists.openembedded.org The manifest conditionals COPY_LIC_MANIFEST and COPY_LIC_DIRS were returning true due to missing quotes in the bash test. This made images larger than expected. The following changes since commit 45987c5135d22757ed2eb06b37e192d73309f59f: eglibc: Fixes for running regression tests (2011-12-19 09:29:18 +0000) are available in the git repository at: git://git.yoctoproject.org/poky-contrib eflanagan/manifest http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=eflanagan/manifest Beth Flanagan (1): license: Fix manifest conditional meta/classes/license.bbclass | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)