diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-07-16 15:04:22 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-07-16 15:04:22 +0000 |
commit | e39606a9806281636f8148ee73e73ef0d557a63b (patch) | |
tree | e934fbdae0683501a98038f369386ee23f169371 /gpe-bluetooth | |
parent | 9a8052e7e3e47b63ae2a1b968d87eb1f1b66c85b (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
into r2d2.tm.informatik.uni-frankfurt.de:/home/projekte/packages
2004/07/16 17:04:16+02:00 uni-frankfurt.de!mickey
remove outdated dependency to bluez-sdp from gpe-bluetooth
BKrev: 40f7ee76nbr53KaN5ZTNA5Kva9OHAg
Diffstat (limited to 'gpe-bluetooth')
-rw-r--r-- | gpe-bluetooth/gpe-bluetooth_0.36.1.oe | 11 | ||||
-rw-r--r-- | gpe-bluetooth/gpe-bluetooth_0.36.oe | 2 |
2 files changed, 12 insertions, 1 deletions
diff --git a/gpe-bluetooth/gpe-bluetooth_0.36.1.oe b/gpe-bluetooth/gpe-bluetooth_0.36.1.oe index e69de29bb2..7259ee9863 100644 --- a/gpe-bluetooth/gpe-bluetooth_0.36.1.oe +++ b/gpe-bluetooth/gpe-bluetooth_0.36.1.oe @@ -0,0 +1,11 @@ +inherit gpe + +DESCRIPTION = "GPE bluetooth support" +DEPENDS = "gtk+ libdisplaymigration libgpewidget openobex libgpevtype bluez-libs sqlite dbus libglade" +MAINTAINER = "Phil Blundell <pb@handhelds.org>" +SECTION = "gpe" +PRIORITY = "optional" + +FILES_${PN} += ' ${datadir}/gpe ${datadir}/bluez-pin' + +SRC_URI = "${GPE_MIRROR}/gpe-bluetooth-${PV}.tar.gz" diff --git a/gpe-bluetooth/gpe-bluetooth_0.36.oe b/gpe-bluetooth/gpe-bluetooth_0.36.oe index ff7c08f388..15af6fbe79 100644 --- a/gpe-bluetooth/gpe-bluetooth_0.36.oe +++ b/gpe-bluetooth/gpe-bluetooth_0.36.oe @@ -1,7 +1,7 @@ inherit gpe DESCRIPTION = "GPE bluetooth support" -DEPENDS = "gtk+ libdisplaymigration libgpewidget openobex libgpevtype bluez-libs bluez-sdp sqlite dbus libglade" +DEPENDS = "gtk+ libdisplaymigration libgpewidget openobex libgpevtype bluez-libs sqlite dbus libglade" MAINTAINER = "Phil Blundell <pb@handhelds.org>" SECTION = "gpe" PRIORITY = "optional" |