blob: 2ced2c9c06ac6862b046a935d798fc240f849d7d (
plain)
1
2
3
4
5
6
7
8
9
10
|
# This is a hack because $*#($*($# e17 doesn't check if firefox is present and puts it in the menu blindly
RDEPENDS = "epiphany"
RCONFLICTS = "firefox"
do_install() {
install -d ${D}/${bindir}
ln -sf ${bindir}/epiphany ${D}/${bindir}/firefox
}
|