diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2015-11-16 18:05:13 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-12-08 10:20:52 +0000 |
commit | 976f0e35c62149040bf10b4e9c6b5840b6ba82ee (patch) | |
tree | cd92befe31cb74f2878339e01c503a64de9e0b90 /meta/recipes-kernel | |
parent | 74bfa62f85433991f007ae1e029e76db05b3a380 (diff) | |
download | poky-976f0e35c62149040bf10b4e9c6b5840b6ba82ee.tar.gz |
package_regex.inc: split the rest of the entries to their recipes
(From OE-Core rev: 73e2555cc7d529a93362b3fcfea3fbc7a4c60ca1)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r-- | meta/recipes-kernel/powertop/powertop_2.7.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-kernel/powertop/powertop_2.7.bb b/meta/recipes-kernel/powertop/powertop_2.7.bb index 5ba07e9ab9..e2d0ae53e2 100644 --- a/meta/recipes-kernel/powertop/powertop_2.7.bb +++ b/meta/recipes-kernel/powertop/powertop_2.7.bb | |||
@@ -11,6 +11,8 @@ SRC_URI = "http://01.org/sites/default/files/downloads/powertop/powertop-${PV}.t | |||
11 | SRC_URI[md5sum] = "e0d686e47daaf7e9d89031f7763432ef" | 11 | SRC_URI[md5sum] = "e0d686e47daaf7e9d89031f7763432ef" |
12 | SRC_URI[sha256sum] = "8d4b1490e2baad4467c0ded3c423db4472dcbf7b2dd8f8f2a928f54047c678ca" | 12 | SRC_URI[sha256sum] = "8d4b1490e2baad4467c0ded3c423db4472dcbf7b2dd8f8f2a928f54047c678ca" |
13 | 13 | ||
14 | UPSTREAM_CHECK_URI = "https://01.org/powertop/downloads" | ||
15 | |||
14 | inherit autotools gettext pkgconfig | 16 | inherit autotools gettext pkgconfig |
15 | 17 | ||
16 | # we need to explicitly link with libintl in uClibc systems | 18 | # we need to explicitly link with libintl in uClibc systems |