libol: use binconfig class to install libol-config (from Poky)
authorMarcin Juszkiewicz <hrw@openembedded.org>
Wed, 4 Apr 2007 17:17:50 +0000 (17:17 +0000)
committerMarcin Juszkiewicz <hrw@openembedded.org>
Wed, 4 Apr 2007 17:17:50 +0000 (17:17 +0000)
packages/libol/libol_0.3.18.bb

index 9484f8e..b8ad9b3 100644 (file)
@@ -1,15 +1,13 @@
-PR = "r6"
+PR = "r7"
 
 SRC_URI = "http://www.balabit.com/downloads/libol/0.3/${P}.tar.gz"
 
 S = "${WORKDIR}/${PN}-${PV}"
 
-inherit autotools
+inherit autotools binconfig
 
 do_stage() {
-        install -d ${STAGING_BINDIR_CROSS}
         install -d ${STAGING_INCDIR}/libol
-        install -m 0755 ${S}/libol-config ${STAGING_BINDIR_CROSS}/
         install -m 0755 ${S}/src/.libs/libol.so.0.0.0 ${STAGING_LIBDIR}/
         ln -fs ${STAGING_LIBDIR}/libol.so.0.0.0 ${STAGING_LIBDIR}/libol.so.0
         install ${S}/src/*.h ${STAGING_INCDIR}/libol/