[oe-commits] org.oe.dev lmsensors-apps_2.10.1.bb: fix build on non-x86 machines, update homepage

jeremy_laine commit openembedded-commits at lists.openembedded.org
Fri Feb 1 11:06:09 UTC 2008


lmsensors-apps_2.10.1.bb: fix build on non-x86 machines, update homepage

Author: jeremy_laine at openembedded.org
Branch: org.openembedded.dev
Revision: c17e9e2bf2155f7bde8313938198e7409fead8f9
ViewMTN: http://monotone.openembedded.org/revision/info/c17e9e2bf2155f7bde8313938198e7409fead8f9
Files:
1
packages/lm_sensors/lmsensors-apps_2.10.1.bb
Diffs:

#
# mt diff -rb4ae69d7e882f6b8c51b1098071c91292c3a1cd1 -rc17e9e2bf2155f7bde8313938198e7409fead8f9
#
# 
# 
# patch "packages/lm_sensors/lmsensors-apps_2.10.1.bb"
#  from [cb4b1a3fa94063a6a58d7708d18cd876f4054b95]
#    to [ce8102726412e1b04363855281ec051dd12b4ef8]
# 
============================================================
--- packages/lm_sensors/lmsensors-apps_2.10.1.bb	cb4b1a3fa94063a6a58d7708d18cd876f4054b95
+++ packages/lm_sensors/lmsensors-apps_2.10.1.bb	ce8102726412e1b04363855281ec051dd12b4ef8
@@ -1,8 +1,8 @@ DESCRIPTION = "Hardware health monitorin
 DESCRIPTION = "Hardware health monitoring applications"
-HOMEPAGE = "http://secure.netroedge.com/~lm78/"
+HOMEPAGE = "http://www.lm-sensors.org/"
 DEPENDS = "sysfsutils virtual/libiconv"
 LICENSE = "GPL"
-PR = "r2"
+PR = "r3"
 
 SRC_URI = "http://dl.lm-sensors.org/lm-sensors/releases/lm_sensors-${PV}.tar.gz \
            file://prefix-fix.patch;patch=1 \
@@ -13,7 +13,7 @@ do_compile() {
 S = "${WORKDIR}/lm_sensors-${PV}"
 
 do_compile() {
-	oe_runmake LINUX=${STAGING_KERNEL_DIR} EXLDFLAGS="${LDFLAGS}" user PROG_EXTRA=sensors 
+	oe_runmake user LINUX=${STAGING_KERNEL_DIR} EXLDFLAGS="${LDFLAGS}" PROG_EXTRA=sensors MACHINE=${TARGET_ARCH}
 }
 
 do_install() {






More information about the Openembedded-commits mailing list