diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-08-15 16:06:17 +0200 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-08-15 16:06:17 +0200 |
commit | 413de2246821e59792456ac41c2c173931a7a470 (patch) | |
tree | edfab944e3354d688634515dada014647ed30e9f /recipes/pango | |
parent | f954e5f3f996c7b582db8e03f871fb04357c5da1 (diff) |
pangomm: remove old versions
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes/pango')
-rw-r--r-- | recipes/pango/pangomm_2.14.0.bb | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/recipes/pango/pangomm_2.14.0.bb b/recipes/pango/pangomm_2.14.0.bb deleted file mode 100644 index f45679fc02..0000000000 --- a/recipes/pango/pangomm_2.14.0.bb +++ /dev/null @@ -1,18 +0,0 @@ -DESCRIPTION = "C++ bindings for the pango library." -SECTION = "libs" -PRIORITY = "optional" -LICENSE = "LGPL" -DEPENDS = "cairomm glibmm" -SHRT_VER = "${@bb.data.getVar('PV',d,1).split('.')[0]}.${@bb.data.getVar('PV',d,1).split('.')[1]}" - -SRC_URI = "ftp://ftp.gnome.org/pub/GNOME/sources/pangomm/${SHRT_VER}/pangomm-${PV}.tar.bz2" - -inherit autotools flow-lossage - -FILES_${PN} = "${libdir}/lib*.so.*" -FILES_${PN}-dev += "${libdir}/*/include/" - -AUTOTOOLS_STAGE_PKGCONFIG = "1" - -SRC_URI[md5sum] = "85be0a654ed521e5594f64efdb3fa7d8" -SRC_URI[sha256sum] = "211a0092cfd50923eaad75c20630c0a1818e56605d4b6fbc10702d5a34ea7107" |