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:
Marcin Juszkiewicz 2008-03-25 11:51:45 +00:00
parent 8f84474b50
commit b33f6c2843
1 changed files with 5 additions and 1 deletions

View File

@ -2,12 +2,13 @@ DESCRIPTION = "GNU Portable Threads"
SECTION = "libs"
PRIORITY = "optional"
LICENSE = "GPL LGPL FDL"
PR = "r1"
SRC_URI = "${GNU_MIRROR}/pth/pth-${PV}.tar.gz"
PARALLEL_MAKE=""
inherit autotools
inherit autotools binconfig
do_configure() {
gnu-configize
@ -26,3 +27,6 @@ do_stage() {
install -d ${STAGING_DATADIR}/aclocal
install pth.m4 ${STAGING_DATADIR}/aclocal/
}
FILES_${PN} = "${libdir}/libpth.so.*"
FILES_${PN}-dev += "${bindir}/pth-config"