blob: bf113e7380bd7db24863b9751bba203ebf180368 (
plain)
1
2
3
4
5
6
7
8
9
|
include fakeroot_${PV}.oe
inherit native
S = ${WORKDIR}/fakeroot-${PV}
do_stage_append () {
install -d ${STAGING_LIBDIR}/libfakeroot
oe_soinstall ${S}/.libs/libfakeroot.so.0.0.1 ${STAGING_LIBDIR}/libfakeroot
}
|