grantlee: fix packing of .debug folders for elder oe-core branches

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
This commit is contained in:
Andreas Müller
2016-08-05 13:08:16 +02:00
parent 95755bea02
commit 7e0300a287
2 changed files with 22 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
SUMMARY = "Qt based sequencer"
HOMEPAGE = "https://lmms.io"
LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2d5025d4aa3495befef8f17206a5b0a1"
inherit cmake_qt5
DEPENDS += " \
qtbase \
jack \
virtual/fftw \
"
SRC_URI = "git://github.com/LMMS/${BPN}.git"
SRCREV = "cfe5e98bf773abbe6003aa59209967c106965d3c"
S = "${WORKDIR}/git"
PV = "1.1.90+git${SRCPV}"
EXTRA_OECMAKE += " \
-DWANT_QT5=ON \
"

View File

@@ -12,3 +12,4 @@ inherit cmake_qt5 pkgconfig
DEPENDS += "qtscript"
FILES_${PN}-dev += "${libdir}/cmake"
FILES_${PN}-dbg += "${libdir}/grantlee/*/.debug"