mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00:00
pth: keep binconfig in -dev package
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4111 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -2,12 +2,13 @@ DESCRIPTION = "GNU Portable Threads"
|
|||||||
SECTION = "libs"
|
SECTION = "libs"
|
||||||
PRIORITY = "optional"
|
PRIORITY = "optional"
|
||||||
LICENSE = "GPL LGPL FDL"
|
LICENSE = "GPL LGPL FDL"
|
||||||
|
PR = "r1"
|
||||||
|
|
||||||
SRC_URI = "${GNU_MIRROR}/pth/pth-${PV}.tar.gz"
|
SRC_URI = "${GNU_MIRROR}/pth/pth-${PV}.tar.gz"
|
||||||
|
|
||||||
PARALLEL_MAKE=""
|
PARALLEL_MAKE=""
|
||||||
|
|
||||||
inherit autotools
|
inherit autotools binconfig
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
gnu-configize
|
gnu-configize
|
||||||
@@ -26,3 +27,6 @@ do_stage() {
|
|||||||
install -d ${STAGING_DATADIR}/aclocal
|
install -d ${STAGING_DATADIR}/aclocal
|
||||||
install pth.m4 ${STAGING_DATADIR}/aclocal/
|
install pth.m4 ${STAGING_DATADIR}/aclocal/
|
||||||
}
|
}
|
||||||
|
|
||||||
|
FILES_${PN} = "${libdir}/libpth.so.*"
|
||||||
|
FILES_${PN}-dev += "${bindir}/pth-config"
|
||||||
|
|||||||
Reference in New Issue
Block a user