All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Maxin B. John" <maxin.john@intel.com>
To: yocto@yoctoproject.org
Subject: [meta-java][PATCH 1/6] icedtea7-native: provide packageconfig for giflib
Date: Mon, 25 Sep 2017 00:05:36 +0300	[thread overview]
Message-ID: <1506287141-3998-1-git-send-email-maxin.john@intel.com> (raw)

Provide PACKAGECONFIG for giflib to remove dependency on
meta-oe layer.

Signed-off-by: Maxin B. John <maxin.john@intel.com>
---
 recipes-core/icedtea/icedtea7-native.inc | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/recipes-core/icedtea/icedtea7-native.inc b/recipes-core/icedtea/icedtea7-native.inc
index 55cb7e7..7b2f497 100644
--- a/recipes-core/icedtea/icedtea7-native.inc
+++ b/recipes-core/icedtea/icedtea7-native.inc
@@ -5,7 +5,7 @@ INC_PR = "r1"
 
 DEPENDS = "virtual/javac-native virtual/java-native classpath-native \
            rhino-native ant-native libxslt-native attr-native \
-           giflib-native jpeg-native libpng-native \
+           jpeg-native libpng-native \
            glib-2.0-native freetype-native zlib-native \
            fontconfig-native zip-native \
 	   unzip-native make-native util-linux-native\
@@ -13,6 +13,7 @@ DEPENDS = "virtual/javac-native virtual/java-native classpath-native \
 
 PACKAGECONFIG ??= ""
 PACKAGECONFIG[x11] = ",--disable-headful,libx11-native xproto-native libxt-native libxext-native libxrender-native"
+PACKAGECONFIG[gif] = ",--disable-system-gif, giflib-native"
 
 OEMAKE_BUILD_HEADLESS_ONLY = "${@bb.utils.contains('PACKAGECONFIG', 'x11', '', 'BUILD_HEADLESS_ONLY=1', d)}"
 CFLAGS_append = "${@bb.utils.contains('PACKAGECONFIG', 'x11', '', ' -DHEADLESS=true', d)}"
-- 
2.4.0



             reply	other threads:[~2017-09-24 21:02 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-09-24 21:05 Maxin B. John [this message]
2017-09-24 21:05 ` [meta-java][PATCH 2/6] openjdk-7-common: provide packageconfig for giflib and krb5 Maxin B. John
2017-09-24 21:05 ` [meta-java][PATCH 3/6] openjdk-8-cross: provide packageconfig for krb5 Maxin B. John
2017-09-24 21:05 ` [meta-java][PATCH 4/6] openjdk-8-native: provide packageconfig for giflib Maxin B. John
2017-09-24 21:05 ` [meta-java][PATCH 5/6] bdwgc: import from meta-oe Maxin B. John
2017-09-25 13:05   ` Philip Balister
2017-09-26  8:19     ` Maxin B. John
2017-09-26 12:16       ` Philip Balister
2017-09-26 15:21         ` Maxin B. John
2017-09-26 19:59         ` Paul Eggleton
2017-09-26 22:14           ` Philip Balister
2017-09-26 22:22             ` Paul Eggleton
2017-09-24 21:05 ` [meta-java][PATCH 6/6] README: remove meta-oe from documentation Maxin B. John

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1506287141-3998-1-git-send-email-maxin.john@intel.com \
    --to=maxin.john@intel.com \
    --cc=yocto@yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.