All of lore.kernel.org
 help / color / mirror / Atom feed
From: Angus Ainslie <nytowl@openmoko.org>
To: openembedded-devel@lists.openembedded.org
Subject: [PATCH] add hotplug2 package
Date: Mon, 30 Mar 2009 16:40:29 -0600	[thread overview]
Message-ID: <1238452829.7128.4.camel@alap> (raw)


---
 conf/checksums.ini                        |    4 +++
 packages/hotplug2/hotplug2_0.9+1.0beta.bb |   31
+++++++++++++++++++++++++++++
 2 files changed, 35 insertions(+), 0
deletions(-)                             
 create mode 100644 packages/hotplug2/hotplug2_0.9
+1.0beta.bb                  

diff --git a/conf/checksums.ini b/conf/checksums.ini
index 9548a02..c5e6910 100644                       
--- a/conf/checksums.ini                            
+++ b/conf/checksums.ini                            
@@ -9318,6 +9318,10 @@
sha256=af40399fe434678454ae8ea100db6cba0482aa65b8972a05098c779cac57bc48

md5=faa08f321fefd2c61ce4c9355a62fe31                                                         

sha256=ca7ef124cde06883fbf28c7e78ce1e4c5526434bbe5672ef0a3e85a61a9d0b5f                      
                                                                                              
+[http://isteve.bofh.cz/~isteve/hotplug2/downloads/hotplug2-1.0-beta.tar.gz]                  
+md5=353656ea499d395260c0de143983da4d                                                         
+sha256=54e2fa375506d92a8ac94b5ed332c4c0bf1b69c252692b332c92702670bba583                      
+                                                                                             

[http://www.porchdogsoft.com/download/howl-0.9.7.tar.gz]                                     

md5=85fbe016e2ebad99108b1212ae4b1d6f                                                         

sha256=f8766c44291aac92b2b4abc762e1b11e3504dd9f2a855fdde371b5abd730fe9f                      
diff --git a/packages/hotplug2/hotplug2_0.9+1.0beta.bb
b/packages/hotplug2/hotplug2_0.9+1.0beta.bb
new file mode 100644
index 0000000..8ae5149
--- /dev/null
+++ b/packages/hotplug2/hotplug2_0.9+1.0beta.bb
@@ -0,0 +1,31 @@
+DESCRIPTION = "hotplug2 is a daemon which dynamically creates and
removes device nodes from \
+/dev/, handles hotplug events and loads drivers at boot time. It
replaces \
+the hotplug and udev packages and requires a kernel not older than
2.6.12."
+RPROVIDES_${PN} = "hotplug"
+RREPLACES_${PN} = "udev"
+PR = "r0"
+
+SRC_URI =
"http://isteve.bofh.cz/~isteve/hotplug2/downloads/hotplug2-1.0-beta.tar.gz \
+           "
+
+S = "${WORKDIR}/hotplug2-1.0-beta"
+
+DEFAULT_PREFERENCE = "-1"
+
+inherit autotools
+
+INITSCRIPT_PARAMS = "start 03 S ."
+
+LDFLAGS += "-lglibc"
+DESTDIR=${D}
+
+do_configure () {
+}
+
+do_install_prepend () {
+        install -d ${D}/lib/hotplug2
+        install -d ${D}/sbin
+}
+
+FILES_${PN} += "${base_libdir}/hotplug2/*"
+FILES_${PN}-dbg += "${base_libdir}/hotplug2/.debug"
--
1.5.6.3





             reply	other threads:[~2009-03-30 22:43 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-03-30 22:40 Angus Ainslie [this message]
2009-03-31  6:53 ` [PATCH] add hotplug2 package Koen Kooi
2009-03-31 15:01   ` Angus Ainslie
2009-03-31 22:14     ` Denys Dmytriyenko
2009-04-01 13:08       ` Angus Ainslie
2009-04-01 13:41         ` Koen Kooi

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=1238452829.7128.4.camel@alap \
    --to=nytowl@openmoko.org \
    --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.