diff options
| author | Koen Kooi <koen@dominion.thruhere.net> | 2011-06-09 21:26:33 +0200 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-06-09 21:26:33 +0200 |
| commit | af3382bf3776af9812d68ba7d575ebd3e6a6c008 (patch) | |
| tree | f3d174af7f93a4bf469adc9738c3c337bb3e40c9 /meta-oe/recipes-support/cpufrequtils/cpufrequtils_008.bb | |
| parent | 9d16b96d3d813f372c2383f5cb25fda6b6095ec7 (diff) | |
| download | meta-openembedded-af3382bf3776af9812d68ba7d575ebd3e6a6c008.tar.gz | |
cpufrequtils: update to 008
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-support/cpufrequtils/cpufrequtils_008.bb')
| -rw-r--r-- | meta-oe/recipes-support/cpufrequtils/cpufrequtils_008.bb | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/cpufrequtils/cpufrequtils_008.bb b/meta-oe/recipes-support/cpufrequtils/cpufrequtils_008.bb new file mode 100644 index 0000000000..a28ab831be --- /dev/null +++ b/meta-oe/recipes-support/cpufrequtils/cpufrequtils_008.bb | |||
| @@ -0,0 +1,24 @@ | |||
| 1 | DESCRIPTION = "To make access to the Linux kernel cpufreq subsystem easier for users and cpufreq userspace tools, a cpufrequtils package was created" | ||
| 2 | |||
| 3 | DEPENDS = "libtool-cross" | ||
| 4 | |||
| 5 | LICENSE = "GPLv2" | ||
| 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | ||
| 7 | |||
| 8 | SRCREV = "adb7e044755aa06b12212d05c4acbcccb023d2cd" | ||
| 9 | SRC_URI = "git://git.kernel.org/pub/scm/utils/kernel/cpufreq/cpufrequtils.git" | ||
| 10 | |||
| 11 | S = "${WORKDIR}/git" | ||
| 12 | |||
| 13 | TARGET_CC_ARCH += "${LDFLAGS}" | ||
| 14 | |||
| 15 | EXTRA_OEMAKE = "V=1 CROSS=${TARGET_PREFIX} LIBTOOL='${HOST_SYS}-libtool --tag cc' STRIPCMD=echo" | ||
| 16 | |||
| 17 | do_compile() { | ||
| 18 | oe_runmake | ||
| 19 | } | ||
| 20 | |||
| 21 | do_install() { | ||
| 22 | oe_runmake -e install DESTDIR=${D} | ||
| 23 | } | ||
| 24 | |||
