diff options
| -rw-r--r-- | meta-oe/recipes-multimedia/libxmp/libxmp_4.6.2.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-oe/recipes-multimedia/libxmp/libxmp_4.6.2.bb b/meta-oe/recipes-multimedia/libxmp/libxmp_4.6.2.bb new file mode 100644 index 0000000000..e4cc5c93b9 --- /dev/null +++ b/meta-oe/recipes-multimedia/libxmp/libxmp_4.6.2.bb | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | SUMMARY = "Extended Module Player Library" | ||
| 2 | HOMEPAGE = "http://xmp.sourceforge.net/" | ||
| 3 | LICENSE = "MIT" | ||
| 4 | LIC_FILES_CHKSUM = "file://README;beginline=59;md5=ea030bd80f99071b0d3f9a9f752d1ca8" | ||
| 5 | |||
| 6 | inherit cmake pkgconfig | ||
| 7 | |||
| 8 | SRC_URI = "git://github.com/libxmp/libxmp.git;protocol=https;branch=master" | ||
| 9 | SRCREV = "828ef357943e1fbb13910e7a6fca21987c5c5827" | ||
| 10 | |||
| 11 | S = "${WORKDIR}/git" | ||
