aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/lm_sensors
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2011-01-16 13:52:49 +0100
committerKoen Kooi <koen@openembedded.org>2011-01-16 13:59:31 +0100
commit15a7458d0a8d30b827a161ebe80a4ff8f3aba9ee (patch)
tree09f31b94b830834bf9084865109246e9f1fae5c7 /recipes/lm_sensors
parent2d89c7274dc971b4deb79ea5663ada9f134578df (diff)
downloadopenembedded-15a7458d0a8d30b827a161ebe80a4ff8f3aba9ee.tar.gz
lmsensors-apps: remove 2.10.1 and rename files/ dir
Diffstat (limited to 'recipes/lm_sensors')
-rw-r--r--recipes/lm_sensors/lmsensors-apps/add-sysfs-ldflags.patch (renamed from recipes/lm_sensors/files/add-sysfs-ldflags.patch)0
-rw-r--r--recipes/lm_sensors/lmsensors-apps/iconv.patch (renamed from recipes/lm_sensors/files/iconv.patch)0
-rw-r--r--recipes/lm_sensors/lmsensors-apps/prefix-fix.patch (renamed from recipes/lm_sensors/files/prefix-fix.patch)0
-rw-r--r--recipes/lm_sensors/lmsensors-apps_2.10.1.bb50
4 files changed, 0 insertions, 50 deletions
diff --git a/recipes/lm_sensors/files/add-sysfs-ldflags.patch b/recipes/lm_sensors/lmsensors-apps/add-sysfs-ldflags.patch
index 25f13d8d4c..25f13d8d4c 100644
--- a/recipes/lm_sensors/files/add-sysfs-ldflags.patch
+++ b/recipes/lm_sensors/lmsensors-apps/add-sysfs-ldflags.patch
diff --git a/recipes/lm_sensors/files/iconv.patch b/recipes/lm_sensors/lmsensors-apps/iconv.patch
index 4aecafafb1..4aecafafb1 100644
--- a/recipes/lm_sensors/files/iconv.patch
+++ b/recipes/lm_sensors/lmsensors-apps/iconv.patch
diff --git a/recipes/lm_sensors/files/prefix-fix.patch b/recipes/lm_sensors/lmsensors-apps/prefix-fix.patch
index 66ec55c150..66ec55c150 100644
--- a/recipes/lm_sensors/files/prefix-fix.patch
+++ b/recipes/lm_sensors/lmsensors-apps/prefix-fix.patch
diff --git a/recipes/lm_sensors/lmsensors-apps_2.10.1.bb b/recipes/lm_sensors/lmsensors-apps_2.10.1.bb
deleted file mode 100644
index a397653fe2..0000000000
--- a/recipes/lm_sensors/lmsensors-apps_2.10.1.bb
+++ /dev/null
@@ -1,50 +0,0 @@
-DESCRIPTION = "Hardware health monitoring applications"
-HOMEPAGE = "http://www.lm-sensors.org/"
-DEPENDS = "sysfsutils virtual/libiconv"
-LICENSE = "GPL"
-PR = "r3"
-
-SRC_URI = "http://dl.lm-sensors.org/lm-sensors/releases/lm_sensors-${PV}.tar.gz;name=archive \
- file://prefix-fix.patch \
- file://add-sysfs-ldflags.patch"
-
-SRC_URI_append_uclibc = "file://iconv.patch"
-SRC_URI[archive.md5sum] = "cdc857b78e813b88cbf8be92441aa299"
-SRC_URI[archive.sha256sum] = "a332cacfa9d0eed6e9158c394db714e536f38c27451d7df08b9634952118fa1b"
-
-S = "${WORKDIR}/lm_sensors-${PV}"
-
-do_compile() {
- oe_runmake user LINUX=${STAGING_KERNEL_DIR} EXLDFLAGS="${LDFLAGS}" PROG_EXTRA=sensors MACHINE=${TARGET_ARCH}
-}
-
-do_install() {
- oe_runmake user_install DESTDIR=${D}
-
- install -d ${D}/.usr
- mv ${D}/* ${D}/.usr
- mv ${D}/.usr ${D}/usr
-
- install -d ${D}${sysconfdir}
- mv ${D}/usr/etc/sensors.conf ${D}${sysconfdir}
- # move manuals into proper place
- install -d ${D}${mandir}
- rm -rf ${D}${mandir}/*
- mv ${D}/usr/man/* ${D}${mandir}
-
-
-PACKAGES =+ "libsensors libsensors-dev libsensors-dbg libsensors-doc"
-PACKAGES =+ "lmsensors-sensors lmsensors-sensors-dbg lmsensors-sensors-doc"
-PACKAGES =+ "lmsensors-scripts"
-
-FILES_lmsensors-scripts = "${bindir}/*.pl ${bindir}/ddcmon ${sbindir}/fancontrol* ${sbindir}/pwmconfig ${sbindir}/sensors-detect"
-RDEPENDS_lmsensors-scripts += "lmsensors-sensors perl bash"
-
-FILES_lmsensors-sensors = "${bindir}/sensors ${sysconfdir}"
-FILES_lmsensors-sensors-dbg += "${bindir}/.debug/sensors"
-FILES_lmsensors-sensors-doc = "${mandir}/man1 ${mandir}/man5"
-FILES_libsensors = "${libdir}/libsensors.so.*"
-FILES_libsensors-dbg += "${libdir}/.debug"
-FILES_libsensors-dev = "${libdir}/libsensors.so ${libdir}/libsensors.a ${includedir}"
-FILES_libsensors-doc = "${mandir}/man3"
-