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