diff options
Diffstat (limited to 'recipes/cpufreqd')
-rw-r--r-- | recipes/cpufreqd/cpufrequtils_006.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/recipes/cpufreqd/cpufrequtils_006.bb b/recipes/cpufreqd/cpufrequtils_006.bb new file mode 100644 index 0000000000..98556a63bc --- /dev/null +++ b/recipes/cpufreqd/cpufrequtils_006.bb @@ -0,0 +1,20 @@ +LICENSE = "GPLv2" +DESCRIPTION = "To make access to the Linux kernel cpufreq subsystem easier for users and cpufreq userspace tools, a cpufrequtils package was created" + +SRC_URI = "http://www.kernel.org/pub/linux/utils/kernel/cpufreq/cpufrequtils-${PV}.tar.bz2" + +export CROSS = "${TARGET_PREFIX}" +export LIBTOOL = "${TARGET_PREFIX}libtool --tag cc" + +TARGET_CC_ARCH += "${LDFLAGS}" + +do_compile() { + oe_runmake -e +} + +do_install() { + oe_runmake -e install DESTDIR=${D} +} + + + |