diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2015-11-16 16:08:36 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-12-08 10:20:52 +0000 |
commit | 75c69294931da1db798b0e2c5103dd0b30ee60d0 (patch) | |
tree | 36208b9f10005957757133a4a94424266be35625 /meta/recipes-sato/pcmanfm | |
parent | cefeac268ed326d45e555fc81be32528ed6feb0d (diff) | |
download | poky-75c69294931da1db798b0e2c5103dd0b30ee60d0.tar.gz |
package_regex.inc: split sourceforge related entries to their own recipes
(From OE-Core rev: 4c5899fa0b8258f2754e3080dae5535e3b248e91)
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-sato/pcmanfm')
-rw-r--r-- | meta/recipes-sato/pcmanfm/pcmanfm_1.2.3.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-sato/pcmanfm/pcmanfm_1.2.3.bb b/meta/recipes-sato/pcmanfm/pcmanfm_1.2.3.bb index b63db875d2..c8b42ab906 100644 --- a/meta/recipes-sato/pcmanfm/pcmanfm_1.2.3.bb +++ b/meta/recipes-sato/pcmanfm/pcmanfm_1.2.3.bb | |||
@@ -23,6 +23,8 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/pcmanfm/pcmanfm-${PV}.tar.xz \ | |||
23 | SRC_URI[md5sum] = "c993402d407b0a3fc076f842ac1bc5c9" | 23 | SRC_URI[md5sum] = "c993402d407b0a3fc076f842ac1bc5c9" |
24 | SRC_URI[sha256sum] = "cfa8d82fc63be147045174bef074807e1e32ce8c6bf4dbd8fad49e260bcf6380" | 24 | SRC_URI[sha256sum] = "cfa8d82fc63be147045174bef074807e1e32ce8c6bf4dbd8fad49e260bcf6380" |
25 | 25 | ||
26 | UPSTREAM_CHECK_URI = "http://sourceforge.net/projects/pcmanfm/files/PCManFM%20%2B%20Libfm%20%28tarball%20release%29/PCManFM/" | ||
27 | |||
26 | inherit autotools pkgconfig distro_features_check | 28 | inherit autotools pkgconfig distro_features_check |
27 | 29 | ||
28 | # The startup-notification requires x11 in DISTRO_FEATURES | 30 | # The startup-notification requires x11 in DISTRO_FEATURES |