[oe-commits] org.oe.dev libol: use binconfig class to install libol-config (from Poky)

hrw commit openembedded-commits at lists.openembedded.org
Thu Apr 5 04:09:39 UTC 2007


libol: use binconfig class to install libol-config (from Poky)

Author: hrw at openembedded.org
Branch: org.openembedded.dev
Revision: 3b9a62d13a4d7a58079179c6df892a56648121f5
ViewMTN: http://monotone.openembedded.org/revision.psp?id=3b9a62d13a4d7a58079179c6df892a56648121f5
Files:
1
packages/libol/libol_0.3.18.bb
Diffs:

#
# mt diff -rca890abeaf11a3dbf770532e295355e375b3c7d5 -r3b9a62d13a4d7a58079179c6df892a56648121f5
#
# 
# 
# patch "packages/libol/libol_0.3.18.bb"
#  from [112d79d382a17fddd4558a8b6a033f114732d06d]
#    to [1ea5130273174919b98b8dae6dedb80aaabd8d45]
# 
============================================================
--- packages/libol/libol_0.3.18.bb	112d79d382a17fddd4558a8b6a033f114732d06d
+++ packages/libol/libol_0.3.18.bb	1ea5130273174919b98b8dae6dedb80aaabd8d45
@@ -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/






More information about the Openembedded-commits mailing list