paper-icon-theme: inherit autotools-brokensep instead of setting B = "${S}" explicitly

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
This commit is contained in:
Andreas Müller
2017-03-02 10:57:22 +01:00
parent c459a9dd4d
commit f319e1b570

View File

@@ -4,12 +4,10 @@ LIC_FILES_CHKSUM = " \
file://LICENSE;md5=4a312f184ff2ceafe9466cbb7ea43f4e \
"
inherit allarch autotools
inherit allarch autotools-brokensep
SRC_URI = "https://github.com/snwh/${BPN}/archive/v${PV}.tar.gz"
SRC_URI[md5sum] = "076e1dfa1bc5928f4c6616ffd933926a"
SRC_URI[sha256sum] = "b90f3a84634572bcba76cdd0c2a0d305a5c521c2054d3d390edffda5f233928b"
B = "${S}"
FILES_${PN} += "${datadir}/icons"