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