diff options
| author | Koen Kooi <koen@dominion.thruhere.net> | 2011-07-13 09:53:02 +0200 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-07-13 12:28:54 +0200 |
| commit | dd8c0621d3eb20a361d11e1078f5eab08f49d397 (patch) | |
| tree | 58e369a901440b3aaa001094f5430138514a071e | |
| parent | e8636471d26edce61803b004118b5cce13eaa9aa (diff) | |
| download | meta-openembedded-dd8c0621d3eb20a361d11e1078f5eab08f49d397.tar.gz | |
pangomm: delete obsolete pangomm 2.26.0 recipe
| -rw-r--r-- | meta-oe/recipes-graphics/pango/pangomm_2.26.0.bb | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/meta-oe/recipes-graphics/pango/pangomm_2.26.0.bb b/meta-oe/recipes-graphics/pango/pangomm_2.26.0.bb deleted file mode 100644 index ecf2dd1ee8..0000000000 --- a/meta-oe/recipes-graphics/pango/pangomm_2.26.0.bb +++ /dev/null | |||
| @@ -1,22 +0,0 @@ | |||
| 1 | DESCRIPTION = "C++ bindings for the pango library." | ||
| 2 | SECTION = "libs" | ||
| 3 | PRIORITY = "optional" | ||
| 4 | LICENSE = "LGPL" | ||
| 5 | DEPENDS = "mm-common cairomm glibmm" | ||
| 6 | SHRT_VER = "${@bb.data.getVar('PV',d,1).split('.')[0]}.${@bb.data.getVar('PV',d,1).split('.')[1]}" | ||
| 7 | PR = "r1" | ||
| 8 | |||
| 9 | SRC_URI = "ftp://ftp.gnome.org/pub/GNOME/sources/pangomm/${SHRT_VER}/pangomm-${PV}.tar.bz2" | ||
| 10 | |||
| 11 | inherit autotools flow-lossage | ||
| 12 | |||
| 13 | FILES_${PN} = "${libdir}/lib*.so.*" | ||
| 14 | FILES_${PN}-dev += "${libdir}/*/include/" | ||
| 15 | |||
| 16 | EXTRA_OECONF = " --disable-documentation " | ||
| 17 | |||
| 18 | AUTOTOOLS_STAGE_PKGCONFIG = "1" | ||
| 19 | |||
| 20 | |||
| 21 | SRC_URI[md5sum] = "37f54dc8e6cb73ed923b22f313352156" | ||
| 22 | SRC_URI[sha256sum] = "bf26ebe42c12c81e5c32ceca80ff226a01c8d80d4db2a4cc3463d5bf241b095e" | ||
