Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 1 | SUMMARY = "MMS stream protocol library" |
| 2 | HOMEPAGE = "http://sourceforge.net/projects/libmms/" |
| 3 | SECTION = "libs/multimedia" |
| 4 | |
| 5 | LICENSE = "LGPLv2+" |
| 6 | LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=fad9b3332be894bab9bc501572864b29" |
| 7 | |
| 8 | SRC_URI = "${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}/${PV}/${BP}.tar.gz" |
| 9 | SRC_URI[md5sum] = "d6b665b335a6360e000976e770da7691" |
| 10 | SRC_URI[sha256sum] = "3c05e05aebcbfcc044d9e8c2d4646cd8359be39a3f0ba8ce4e72a9094bee704f" |
| 11 | |
| 12 | inherit autotools pkgconfig |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 13 | |
Patrick Williams | 213cb26 | 2021-08-07 19:21:33 -0500 | [diff] [blame^] | 14 | do_install:append() { |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 15 | # The GLib dependency was removed in libmms 0.6.3, but the |
| 16 | # "Requires" was not removed from the pkg-config file. Since we |
| 17 | # don't have (and don't want) the RDEPENDS on GLib, we should |
| 18 | # remove the "Requires" line. |
| 19 | sed -i '/^Requires: glib-2\.0$/d' ${D}${libdir}/pkgconfig/libmms.pc |
| 20 | } |