diff options
Diffstat (limited to 'recipes/angstrom/epiphany-firefox-replacement.bb')
-rw-r--r-- | recipes/angstrom/epiphany-firefox-replacement.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/angstrom/epiphany-firefox-replacement.bb b/recipes/angstrom/epiphany-firefox-replacement.bb index 50de217f82..ca08cf348c 100644 --- a/recipes/angstrom/epiphany-firefox-replacement.bb +++ b/recipes/angstrom/epiphany-firefox-replacement.bb @@ -1,7 +1,7 @@ # This is a hack because $*#($*($# e17 doesn't check if firefox is present and puts it in the menu blindly RDEPENDS_${PN} = "epiphany" -RCONFLICTS = "firefox" +RCONFLICTS_${PN} = "firefox" do_install() { install -d ${D}/${bindir} |