diff options
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-devtools/pstack/pstack.inc | 1 | ||||
-rw-r--r-- | meta-oe/recipes-devtools/pstack/pstack_2.10.bb | 4 |
2 files changed, 1 insertions, 4 deletions
diff --git a/meta-oe/recipes-devtools/pstack/pstack.inc b/meta-oe/recipes-devtools/pstack/pstack.inc index ef5ba03e59..ee0518c9cc 100644 --- a/meta-oe/recipes-devtools/pstack/pstack.inc +++ b/meta-oe/recipes-devtools/pstack/pstack.inc | |||
@@ -11,7 +11,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=671019a96ba80415b696240ed2ca5e80" | |||
11 | 11 | ||
12 | inherit cmake | 12 | inherit cmake |
13 | 13 | ||
14 | S = "${UNPACKDIR}/${BPN}-${PV}" | ||
15 | DEPENDS += "zlib xz libunwind elfutils" | 14 | DEPENDS += "zlib xz libunwind elfutils" |
16 | 15 | ||
17 | RDEPENDS:${PN} += "elfutils" | 16 | RDEPENDS:${PN} += "elfutils" |
diff --git a/meta-oe/recipes-devtools/pstack/pstack_2.10.bb b/meta-oe/recipes-devtools/pstack/pstack_2.10.bb index cebc13d36c..bed49b62ba 100644 --- a/meta-oe/recipes-devtools/pstack/pstack_2.10.bb +++ b/meta-oe/recipes-devtools/pstack/pstack_2.10.bb | |||
@@ -5,15 +5,13 @@ HOMEPAGE = "https://github.com/peadar/pstack" | |||
5 | SECTION = "devel/pstack" | 5 | SECTION = "devel/pstack" |
6 | 6 | ||
7 | LICENSE = "BSD-2-Clause" | 7 | LICENSE = "BSD-2-Clause" |
8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=ea061f8731d5e6a5761dfad951ef5f5f" | 8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=671019a96ba80415b696240ed2ca5e80" |
9 | 9 | ||
10 | DEPENDS = "tcl virtual/libx11 libxt zip-native" | 10 | DEPENDS = "tcl virtual/libx11 libxt zip-native" |
11 | 11 | ||
12 | SRC_URI = "git://github.com/peadar/pstack;branch=master;tag=v${PV};protocol=https" | 12 | SRC_URI = "git://github.com/peadar/pstack;branch=master;tag=v${PV};protocol=https" |
13 | SRCREV = "a310df637d74917a1d3570c540bf3aef899d7e63" | 13 | SRCREV = "a310df637d74917a1d3570c540bf3aef899d7e63" |
14 | 14 | ||
15 | S = "${WORKDIR}/${BPN}${PV}" | ||
16 | |||
17 | PACKAGES =+ "${PN}-lib" | 15 | PACKAGES =+ "${PN}-lib" |
18 | 16 | ||
19 | SOLIBS = ".so" | 17 | SOLIBS = ".so" |