angstrom zeroconf audio: fix RDEPENDS
authorKoen Kooi <koen@openembedded.org>
Sun, 1 Jun 2008 14:41:32 +0000 (14:41 +0000)
committerKoen Kooi <koen@openembedded.org>
Sun, 1 Jun 2008 14:41:32 +0000 (14:41 +0000)
packages/angstrom/angstrom-zeroconf-audio.bb
packages/angstrom/epiphany-firefox-replacement.bb [new file with mode: 0644]

index 9cbbba4..60186ea 100644 (file)
@@ -1,6 +1,8 @@
 DESCRIPTION = "Meta package to enable zeroconf audio with pulseaudio"
 DEPENDS = "avahi pulseaudio"
-RDEPENDS = "pulseaudio-module-zeroconf-publish avahi-daemon"
+RDEPENDS = "pulseaudio-module-native-protocol-tcp  pulseaudio-module-zeroconf-publish pulseaudio-server avahi-daemon"
+
+PR = "r1"
 
 do_compile() {
        :
diff --git a/packages/angstrom/epiphany-firefox-replacement.bb b/packages/angstrom/epiphany-firefox-replacement.bb
new file mode 100644 (file)
index 0000000..2ced2c9
--- /dev/null
@@ -0,0 +1,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
+} 
+