Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
We removed the gamin package, but still have users linked to the shared library. Provide the shared library in this package. For a discussion see the commit which removed gamin. Created with cp scripts/TEMPLATE.be0 ./gamin_compat.be0 and the following changes: < # BEE_VERSION NAME-1.0-0 --- > # BEE_VERSION gamin_compat-1.0-0 12c12 < SRCURL[0]="https://SERVER/PATH/NAME.${PKGVERSION}.tar.gz" --- > SRCURL[0]="" 64,66c64,68 < #mee_install() { < # bee_install < #} --- > mee_install() { > cd ${D} > tar xpf /src/mariux/beeroot/packages/gamin-0.1.10-2.x86_64.bee.tar.bz2 \ > /usr/lib/libfam.so.0 /usr/lib/libfam.so.0.0.0 > mkdir usr/lib/gamin > ln -s /usr/bin/false usr/lib/gamin/gam_server > }
- Loading branch information