Openembedded Devel Discussions
 help / color / mirror / Atom feed
From: Koen Kooi <k.kooi@student.utwente.nl>
To: openembedded-devel@openembedded.org
Subject: Re: [PATCH] Add new ruby-dbus package
Date: Fri, 13 Feb 2009 19:04:59 +0100	[thread overview]
Message-ID: <gn4cob$g07$1@ger.gmane.org> (raw)
In-Reply-To: <fce2a370902130810r61652aajcc71822d645fe532@mail.gmail.com>

On 13-02-09 17:10, Ihar Hrachyshka wrote:
> Please don't commit it. I forgot to add DEPENDS += "ruby" for it.

and dbus.

regards,

Koen


>
> On Fri, Feb 13, 2009 at 5:27 PM, Ihar Hrachyshka
> <ihar.hrachyshka@gmail.com>  wrote:
>> This is a package with D-Bus bindings for Ruby language.
>>
>> Signed-off-by: Ihar Hrachyshka<ihar.hrachyshka@gmail.com>
>> ---
>>   conf/checksums.ini               |    4 ++++
>>   packages/ruby/ruby-dbus_0.2.1.bb |   17 +++++++++++++++++
>>   2 files changed, 21 insertions(+), 0 deletions(-)
>>   create mode 100644 packages/ruby/ruby-dbus_0.2.1.bb
>>
>> diff --git a/conf/checksums.ini b/conf/checksums.ini
>> index 4e8e0f1..8d508eb 100644
>> --- a/conf/checksums.ini
>> +++ b/conf/checksums.ini
>> @@ -19074,6 +19074,10 @@ sha256=1774de918b156c360843c1b68690f5f57532ee48ff079d4d05c51dace8d523ed
>>   md5=797ea136fe43e4286c9362ee4516674e
>>   sha256=1774de918b156c360843c1b68690f5f57532ee48ff079d4d05c51dace8d523ed
>>
>> +[http://trac.luon.net/data/ruby-dbus/releases/ruby-dbus-0.2.1.tar.gz]
>> +md5=1f6398d8bbafa272c0b43878fec43276
>> +sha256=cfcadc4ae860f2de3d6aa1a1230a410b1dedf783148a27a20205bb3b54e3c3ac
>> +
>>   [http://rxtx.qbang.org/pub/rxtx/rxtx-2.1-7r2.zip]
>>   md5=9290b4832d46199f8d798a531209640b
>>   sha256=31db3852a86105766758975519b27d262407c96cacad4f34ad0de5aae26addd9
>> diff --git a/packages/ruby/ruby-dbus_0.2.1.bb b/packages/ruby/ruby-dbus_0.2.1.bb
>> new file mode 100644
>> index 0000000..a1ce40c
>> --- /dev/null
>> +++ b/packages/ruby/ruby-dbus_0.2.1.bb
>> @@ -0,0 +1,17 @@
>> +DESCRIPTION = "${PN} bindings"
>> +SECTION = "devel/ruby"
>> +LICENSE = "LGPL"
>> +
>> +SRC_URI = "http://trac.luon.net/data/ruby-dbus/releases/ruby-dbus-0.2.1.tar.gz"
>> +
>> +RUBY_DIR = "/usr/lib/ruby/1.8"
>> +
>> +S = "${WORKDIR}/ruby-dbus-${PV}"
>> +
>> +FILES_${PN} += "${RUBY_DIR}"
>> +
>> +do_install() {
>> +       install -d ${D}${RUBY_DIR}
>> +       cp -r lib/* ${D}${RUBY_DIR}
>> +}
>> +
>> --
>> 1.5.6.3
>>
>>
>>





  reply	other threads:[~2009-02-13 18:11 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-02-13 15:27 [PATCH] Add new ruby-dbus package Ihar Hrachyshka
2009-02-13 16:10 ` Ihar Hrachyshka
2009-02-13 18:04   ` Koen Kooi [this message]
  -- strict thread matches above, loose matches on Subject: below --
2009-02-13 16:46 Ihar Hrachyshka

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='gn4cob$g07$1@ger.gmane.org' \
    --to=k.kooi@student.utwente.nl \
    --cc=openembedded-devel@lists.openembedded.org \
    --cc=openembedded-devel@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox