From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [59.124.115.149] (helo=aakash.openmoko.org) by linuxtogo.org with esmtp (Exim 4.69) (envelope-from ) id 1LoQC7-0007aE-Sg for openembedded-devel@lists.openembedded.org; Tue, 31 Mar 2009 00:43:04 +0200 Received: from s0106001c100a3234.cg.shawcable.net ([70.73.132.19] helo=[172.16.14.116]) by aakash.openmoko.org with esmtpsa (SSL 3.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.63) (envelope-from ) id 1LoQ9m-0001Fz-HY for openembedded-devel@lists.openembedded.org; Tue, 31 Mar 2009 06:40:52 +0800 From: Angus Ainslie To: openembedded-devel@lists.openembedded.org Date: Mon, 30 Mar 2009 16:40:29 -0600 Message-Id: <1238452829.7128.4.camel@alap> Mime-Version: 1.0 X-Mailer: Evolution 2.24.3 X-SA-Exim-Connect-IP: 70.73.132.19 X-SA-Exim-Mail-From: nytowl@openmoko.org X-Spam-Checker-Version: SpamAssassin 3.1.7-deb (2006-10-05) on aakash.openmoko.org X-Spam-Level: X-Spam-Status: No, score=-3.9 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.7-deb X-SA-Exim-Version: 4.2.1 (built Tue, 09 Jan 2007 17:23:22 +0000) X-SA-Exim-Scanned: Yes (on aakash.openmoko.org) Subject: [PATCH] add hotplug2 package X-BeenThere: openembedded-devel@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: openembedded-devel@lists.openembedded.org List-Id: Using the OpenEmbedded metadata to build Distributions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Mar 2009 22:43:04 -0000 Content-Type: text/plain Content-Transfer-Encoding: 7bit --- 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