All of lore.kernel.org
 help / color / mirror / Atom feed
From: Saul Wold <sgw@linux.intel.com>
To: David Good <david.good1@gmail.com>,
	 openembedded-core@lists.openembedded.org
Subject: Re: tdom recipe
Date: Thu, 26 Dec 2013 18:19:09 -0800	[thread overview]
Message-ID: <52BCE39D.50806@linux.intel.com> (raw)
In-Reply-To: <CALMFhSxzi2HUDObDudmq6VDxxdDMhMCjBmj3w6p2v11dzwpDVQ@mail.gmail.com>

On 12/26/2013 04:27 PM, David Good wrote:
> Hello,
>
> I've created a recipe which I would like to add to OpenEmbedded: tDOM.
>
> How do I submit a recipe for approval?
>
This should go to openembedded-devel for inclusion in meta-openembedded, 
not openembedded-core.

Other comments below

> --David
>
> DESCRIPTION = "XML data processing in Tcl"
This is more of a SUMMARY, can you expand the DESCRIPTION

> LICENSE = "MPL-1"
> SECTION = "devel/tcltk"
> HOMEPAGE = "http://tdom.github.io/"
> DEPENDS = "tcl-native"
> LIC_FILES_CHKSUM = "file://../LICENSE;md5=
> 4673aaff544d4c9b9a521cb8e0860bfb"
Make sure you disable line-wrapping

> PR = "r0"
>
No PR needed


Sau!

> SRC_URI = "git://github.com/tDOM/tdom.git;protocol=git;tag=master
> <http://github.com/tDOM/tdom.git;protocol=git;tag=master>"
>
> S = "${WORKDIR}/git/unix"
>
> inherit autotools
>
> FILES_${PN} += "${libdir}/tdom0.8.3/"
>
> CONFIGUREOPTS = " \
>               --build=${BUILD_SYS} \
>           --host=${HOST_SYS} \
>               --target=${TARGET_SYS} \
> "
> EXTRA_OECONF = " \
>               --with-tcl=${STAGING_BINDIR_CROSS} \
>               --with-tclinclude=${STAGING_INCDIR} \
>               "
>
> do_configure() {
>          oe_runconf
> }
>
> oe_runconf () {
>      cfgscript="${S}/../configure"
>      if [ -x "$cfgscript" ] ; then
>          bbnote "Running $cfgscript ${CONFIGUREOPTS} ${EXTRA_OECONF} $@"
>          set +e
>          ${CACHED_CONFIGUREVARS} $cfgscript ${CONFIGUREOPTS}
> ${EXTRA_OECONF} "$@"
>          if [ "$?" != "0" ]; then
>              echo "Configure failed. The contents of all config.log
> files follows to aid debugging"
>              find ${S} -name config.log -print -exec cat {} \;
>              bbfatal "oe_runconf failed"
>          fi
>          set -e
>      else
>          bbfatal "no configure script found at $cfgscript"
>      fi
> }
>
>
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
>


      reply	other threads:[~2013-12-27  2:19 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-12-27  0:27 tdom recipe David Good
2013-12-27  2:19 ` Saul Wold [this message]

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=52BCE39D.50806@linux.intel.com \
    --to=sgw@linux.intel.com \
    --cc=david.good1@gmail.com \
    --cc=openembedded-core@lists.openembedded.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.