[oe-commits] org.oe.dreambox hotplug-ng: add hotplug-ng from http://hotplug-ng.schwerkraft.elitedvb.net/

tmbinc commit openembedded-commits at lists.openembedded.org
Wed Feb 27 01:15:04 UTC 2008


hotplug-ng: add hotplug-ng from http://hotplug-ng.schwerkraft.elitedvb.net/

Author: tmbinc at openembedded.org
Branch: org.openembedded.dreambox
Revision: b0c91a58fad6508f92381343b47a64a5df909549
ViewMTN: http://monotone.openembedded.org/revision/info/b0c91a58fad6508f92381343b47a64a5df909549
Files:
1
packages/hotplug-ng/hotplug-ng.bb
Diffs:

#
# mt diff -r76e80b5abe7d905729814652f8d1aad362195ecc -rb0c91a58fad6508f92381343b47a64a5df909549
#
# 
# 
# add_file "packages/hotplug-ng/hotplug-ng.bb"
#  content [2ebe3ee3f984956a8052780ba7dc6aa22ebdfd6c]
# 
============================================================
--- packages/hotplug-ng/hotplug-ng.bb	2ebe3ee3f984956a8052780ba7dc6aa22ebdfd6c
+++ packages/hotplug-ng/hotplug-ng.bb	2ebe3ee3f984956a8052780ba7dc6aa22ebdfd6c
@@ -0,0 +1,26 @@
+DESCRIPTION = "This collection of code replaces the existing linux-hotplug \
+package with very tiny, compiled executable programs, instead of the \
+existing bash scripts."
+LICENSE = "GPL"
+RPROVIDES_${PN} = "hotplug"
+RCONFLICTS_${PN} = "hotplug"
+RREPLACES_${PN} = "hotplug"
+
+SRC_URI = "svn://svn.schwerkraft.elitedvb.net/svnroot;module=hotplug-ng"
+SRCDATE = "20080228"
+
+S = "${WORKDIR}/hotplug-ng/trunk"
+
+LD = "${CC}"
+export HOSTCC = "${BUILD_CC}"
+CFLAGS = " -I${S}/libsysfs/sysfs"
+# Stripping should be done when _packaging_, not building
+EXTRA_OEMAKE += "'STRIP=/bin/true'"
+
+export etcdir = "${sysconfdir}"
+export sbindir = "${base_sbindir}"
+export bindir = "${base_bindir}"
+
+do_install () {
+	oe_runmake 'DESTDIR=${D}' install
+}






More information about the Openembedded-commits mailing list