mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
pstack: Do not define redundant S
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -11,7 +11,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=671019a96ba80415b696240ed2ca5e80"
|
|||||||
|
|
||||||
inherit cmake
|
inherit cmake
|
||||||
|
|
||||||
S = "${UNPACKDIR}/${BPN}-${PV}"
|
|
||||||
DEPENDS += "zlib xz libunwind elfutils"
|
DEPENDS += "zlib xz libunwind elfutils"
|
||||||
|
|
||||||
RDEPENDS:${PN} += "elfutils"
|
RDEPENDS:${PN} += "elfutils"
|
||||||
|
|||||||
@@ -5,15 +5,13 @@ HOMEPAGE = "https://github.com/peadar/pstack"
|
|||||||
SECTION = "devel/pstack"
|
SECTION = "devel/pstack"
|
||||||
|
|
||||||
LICENSE = "BSD-2-Clause"
|
LICENSE = "BSD-2-Clause"
|
||||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=ea061f8731d5e6a5761dfad951ef5f5f"
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=671019a96ba80415b696240ed2ca5e80"
|
||||||
|
|
||||||
DEPENDS = "tcl virtual/libx11 libxt zip-native"
|
DEPENDS = "tcl virtual/libx11 libxt zip-native"
|
||||||
|
|
||||||
SRC_URI = "git://github.com/peadar/pstack;branch=master;tag=v${PV};protocol=https"
|
SRC_URI = "git://github.com/peadar/pstack;branch=master;tag=v${PV};protocol=https"
|
||||||
SRCREV = "a310df637d74917a1d3570c540bf3aef899d7e63"
|
SRCREV = "a310df637d74917a1d3570c540bf3aef899d7e63"
|
||||||
|
|
||||||
S = "${WORKDIR}/${BPN}${PV}"
|
|
||||||
|
|
||||||
PACKAGES =+ "${PN}-lib"
|
PACKAGES =+ "${PN}-lib"
|
||||||
|
|
||||||
SOLIBS = ".so"
|
SOLIBS = ".so"
|
||||||
|
|||||||
Reference in New Issue
Block a user