diff options
Diffstat (limited to 'cpufreqd/cpufreqd_1.1.2.oe')
-rw-r--r-- | cpufreqd/cpufreqd_1.1.2.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpufreqd/cpufreqd_1.1.2.oe b/cpufreqd/cpufreqd_1.1.2.oe index 13112948b7..74242bf47c 100644 --- a/cpufreqd/cpufreqd_1.1.2.oe +++ b/cpufreqd/cpufreqd_1.1.2.oe @@ -7,7 +7,7 @@ DEPENDS = "virtual/libc" SRC_URI = "${SOURCEFORGE_MIRROR}/cpufreqd/cpufreqd-${PV}.tar.gz \ file://${FILESDIR}/nonrootinstall.patch;patch=1" -inherit autotools libtool +inherit autotools FILES_${PN} = "${sbindir} ${sysconfdir} ${libdir}/libsys_*.so" FILES_${PN}-dev = "${libdir}/*.la ${libdir}/*.a" |