diff options
author | Zhai Edwin <edwin.zhai@intel.com> | 2011-12-02 10:20:39 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-12-02 15:28:41 +0000 |
commit | 8ba7f1372c448aab45a55c4aafe676f78da100bc (patch) | |
tree | fd62fc941e2370cf29be9afc919441c93b57cf22 /meta | |
parent | c16cd56f1739662f357ed25c531d6e66437a5070 (diff) | |
download | poky-8ba7f1372c448aab45a55c4aafe676f78da100bc.tar.gz |
libfm: Upgrade to 0.1.17
(From OE-Core rev: 26b20e8047be3b0e20891de2ba11d04a20e4730e)
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-support/libfm/libfm-0.1.17/configure_fix.patch (renamed from meta/recipes-support/libfm/libfm-0.1.16/configure_fix.patch) | 0 | ||||
-rw-r--r-- | meta/recipes-support/libfm/libfm_0.1.17.bb (renamed from meta/recipes-support/libfm/libfm_0.1.16.bb) | 7 |
2 files changed, 3 insertions, 4 deletions
diff --git a/meta/recipes-support/libfm/libfm-0.1.16/configure_fix.patch b/meta/recipes-support/libfm/libfm-0.1.17/configure_fix.patch index 351e6e71aa..351e6e71aa 100644 --- a/meta/recipes-support/libfm/libfm-0.1.16/configure_fix.patch +++ b/meta/recipes-support/libfm/libfm-0.1.17/configure_fix.patch | |||
diff --git a/meta/recipes-support/libfm/libfm_0.1.16.bb b/meta/recipes-support/libfm/libfm_0.1.17.bb index 293937f5e5..efb54d0790 100644 --- a/meta/recipes-support/libfm/libfm_0.1.16.bb +++ b/meta/recipes-support/libfm/libfm_0.1.17.bb | |||
@@ -12,10 +12,9 @@ DEPENDS = "gtk+ menu-cache intltool-native" | |||
12 | 12 | ||
13 | PR = "r0" | 13 | PR = "r0" |
14 | 14 | ||
15 | SRC_URI = "${SOURCEFORGE_MIRROR}/pcmanfm/libfm-${PV}.tar.gz \ | 15 | SRC_URI = "${SOURCEFORGE_MIRROR}/pcmanfm/libfm-${PV}.tar.gz" |
16 | file://configure_fix.patch" | ||
17 | 16 | ||
18 | SRC_URI[md5sum] = "c09bce415ff6dc2dd835e28aeddeabe3" | 17 | SRC_URI[md5sum] = "a97e03d973e6ac727f28d0934d6c9ad5" |
19 | SRC_URI[sha256sum] = "ed49365319b941757c155b3790a2adf73f5072227c578d9bcba7329c6f9fcd3b" | 18 | SRC_URI[sha256sum] = "1740681cff4cd4c5a2eaa9805d8898269cfb6a49a0bda0acb242def15bc7131b" |
20 | 19 | ||
21 | inherit autotools pkgconfig | 20 | inherit autotools pkgconfig |