All of lore.kernel.org
 help / color / mirror / Atom feed
From: Qian Lei <qianl.fnst@cn.fujitsu.com>
To: Qian Lei <qianl.fnst@cn.fujitsu.com>
Cc: openembedded-devel@lists.openembedded.org
Subject: Re: [meta-oe][PATCH] libjs: Add new recipes
Date: Thu, 4 Dec 2014 17:34:52 +0800	[thread overview]
Message-ID: <20141204173452.38275bc0@Fedora> (raw)
In-Reply-To: <1417683977-14938-1-git-send-email-qianl.fnst@cn.fujitsu.com>

Sorry please IGNORE this patch. I'll send a patch set later.

On Thu, 4 Dec 2014 17:06:17 +0800
Qian Lei <qianl.fnst@cn.fujitsu.com> wrote:

> libjs-jquery:JavaScript library for dynamic web applications
> libjs-sizzle:Pure-JavaScript CSS selector engine
> 
> Signed-off-by: Qian Lei <qianl.fnst@cn.fujitsu.com>
> ---
>  .../recipes-support/libjs/libjs-jquery_1.7.1.bb    | 24
> ++++++++++++++++++++++ .../recipes-support/libjs/libjs-sizzle_1.9.3.bb    |
> 21 +++++++++++++++++++ 2 files changed, 45 insertions(+)
>  create mode 100644 meta-oe/recipes-support/libjs/libjs-jquery_1.7.1.bb
>  create mode 100644 meta-oe/recipes-support/libjs/libjs-sizzle_1.9.3.bb
> 
> diff --git a/meta-oe/recipes-support/libjs/libjs-jquery_1.7.1.bb
> b/meta-oe/recipes-support/libjs/libjs-jquery_1.7.1.bb new file mode 100644
> index 0000000..ed4a50e
> --- /dev/null
> +++ b/meta-oe/recipes-support/libjs/libjs-jquery_1.7.1.bb
> @@ -0,0 +1,24 @@
> +SUMMARY = "javascript lib"
> +LICENSE = "GPLv2+ & MIT"
> +LIC_FILES_CHKSUM =
> "file://usr/share/doc/libjs-jquery/copyright;md5=2b490904c50a58472452b6e9e1c81203"
> + +SRC_URI =
> "http://kr.archive.ubuntu.com/ubuntu/pool/main/j/jquery/${BPN}_${PV}-1ubuntu1_all.deb;subdir=${BP}"
> +SRC_URI[md5sum] = "1ac8a9e4dfe18de22e65baec3dd53f8b" +SRC_URI[sha256sum] =
> "0551e20c88035d80c00b552707573d62ee89e8e5a204d8b427a6020b065e2542" +
> +JQUERYDIR = "${datadir}/javascript/jquery"
> +JQUERYDOCDIR = "${docdir}/libjs-jquery"
> +
> +do_install() {
> +    install -d -m 0755 ${D}${JQUERYDIR}
> +    install -m 0644 ${S}${JQUERYDIR}/jquery.js ${D}${JQUERYDIR}/
> +    install -m 0644 ${S}${JQUERYDIR}/jquery.min.js ${D}${JQUERYDIR}/
> +
> +    ln -sf jquery.min.js ${D}${JQUERYDIR}/jquery.lite.js
> +    ln -sf jquery.min.js ${D}${JQUERYDIR}/jquery.pack.js
> +
> +    install -d -m 0644 ${D}${JQUERYDOCDIR}
> +    install -m 0644 ${S}${JQUERYDOCDIR}/copyright ${D}${JQUERYDOCDIR}/
> +}
> +
> +FILES_${PN} = "/usr/share/javascript/jquery"
> diff --git a/meta-oe/recipes-support/libjs/libjs-sizzle_1.9.3.bb
> b/meta-oe/recipes-support/libjs/libjs-sizzle_1.9.3.bb new file mode 100644
> index 0000000..0c294a8
> --- /dev/null
> +++ b/meta-oe/recipes-support/libjs/libjs-sizzle_1.9.3.bb
> @@ -0,0 +1,21 @@
> +SUMMARY = "javascript lib"
> +LICENSE = "GPLv2+ & MIT & BSD-3-Clause"
> +LIC_FILES_CHKSUM =
> "file://usr/share/doc/libjs-sizzle/copyright;md5=9b35efb1635ff8f06d1984376b06ee5a"
> + +SRC_URI =
> "http://kr.archive.ubuntu.com/ubuntu/pool/universe/s/sizzle/${BPN}_${PV}-1_all.deb;subdir=${BP}"
> +SRC_URI[md5sum] = "d88d4ed02a2098e32ba057cc0c2724ba" +SRC_URI[sha256sum] =
> "604029bc97b6e84da7e9eba4cef8e822c80d9255cf3d9e1d0f7d53652b0986aa" +
> +SIZZLEDIR = "${datadir}/javascript/sizzle"
> +SIZZLEDOCDIR = "${docdir}/libjs-sizzle"
> +
> +do_install() {
> +    install -d -m 0755 ${D}${SIZZLEDIR}
> +    install -m 0644 ${S}${SIZZLEDIR}/sizzle.js ${D}${SIZZLEDIR}/
> +    install -m 0644 ${S}${SIZZLEDIR}/sizzle.min.js ${D}${SIZZLEDIR}/
> +
> +    install -d -m 0755 ${D}${SIZZLEDOCDIR}
> +    install -m 0644 ${S}${SIZZLEDOCDIR}/* ${D}${SIZZLEDOCDIR}/
> +}
> +
> +FILES_${PN} = "/usr/share/javascript/sizzle/"



-- 
Qian Lei


      reply	other threads:[~2014-12-04  9:35 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-12-04  9:06 [meta-oe][PATCH] libjs: Add new recipes Qian Lei
2014-12-04  9:34 ` Qian Lei [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=20141204173452.38275bc0@Fedora \
    --to=qianl.fnst@cn.fujitsu.com \
    --cc=openembedded-devel@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.