[oe-commits] org.oe.dev gpe-bluetooth: unify

Laibsch commit openembedded-commits at lists.openembedded.org
Fri Mar 30 02:31:04 UTC 2007


gpe-bluetooth: unify

Author: Laibsch at openembedded.org
Branch: org.openembedded.dev
Revision: 338ea31d4809a6db514f8ee9dbd35db2c426e83f
ViewMTN: http://monotone.openembedded.org/revision.psp?id=338ea31d4809a6db514f8ee9dbd35db2c426e83f
Files:
1
packages/gpe-bluetooth/gpe-bluetooth.inc
packages/gpe-bluetooth/gpe-bluetooth_0.49.bb
packages/gpe-bluetooth/gpe-bluetooth_0.51.bb
packages/gpe-bluetooth/gpe-bluetooth_0.52.bb
packages/gpe-bluetooth/gpe-bluetooth_0.53.bb
packages/gpe-bluetooth/gpe-bluetooth_0.54.bb
Diffs:

#
# mt diff -re7bda6cbbea37622f985bce9ec3803fc66bb4ce7 -r338ea31d4809a6db514f8ee9dbd35db2c426e83f
#
# 
# 
# add_file "packages/gpe-bluetooth/gpe-bluetooth.inc"
#  content [ef2ae7c87d0c44bb0f15ab7cc09af657d649ea95]
# 
# patch "packages/gpe-bluetooth/gpe-bluetooth_0.49.bb"
#  from [b802ea3a4a8e6ee6973b6e4c1fb1881b79be276b]
#    to [9d84564ef6d7c9e75e2d6077d5d3ef0426a13818]
# 
# patch "packages/gpe-bluetooth/gpe-bluetooth_0.51.bb"
#  from [d48386758b0077115478e325e904e85f88c4f3f3]
#    to [4369c8ad30037b86be677ff5274a6d202b77c5c5]
# 
# patch "packages/gpe-bluetooth/gpe-bluetooth_0.52.bb"
#  from [1814ba92ecb409b9dcf1bdd3c5ede0573a99e2b9]
#    to [e2ac6d7c781c7668e8ff405e7a43853f588c53c0]
# 
# patch "packages/gpe-bluetooth/gpe-bluetooth_0.53.bb"
#  from [1814ba92ecb409b9dcf1bdd3c5ede0573a99e2b9]
#    to [e2ac6d7c781c7668e8ff405e7a43853f588c53c0]
# 
# patch "packages/gpe-bluetooth/gpe-bluetooth_0.54.bb"
#  from [c7dd62c00338f6cfa909cfda421b74d587008743]
#    to [eaa4bfea5eda771d11f374ba2f9be690e900d917]
# 
============================================================
--- packages/gpe-bluetooth/gpe-bluetooth.inc	ef2ae7c87d0c44bb0f15ab7cc09af657d649ea95
+++ packages/gpe-bluetooth/gpe-bluetooth.inc	ef2ae7c87d0c44bb0f15ab7cc09af657d649ea95
@@ -0,0 +1,11 @@
+DESCRIPTION = "GPE bluetooth support user interface tool."
+SECTION = "gpe"
+LICENSE = "GPL"
+PRIORITY = "optional"
+DEPENDS = "gtk+ libcontactsdb libdisplaymigration libgpewidget openobex libgpevtype bluez-libs sqlite dbus-glib libglade blueprobe bluez-utils-dbus"
+RDEPENDS = "bluez-utils-dbus blueprobe"
+
+GPE_TARBALL_SUFFIX= "bz2"
+inherit gpe autotools
+
+FILES_${PN} += '${datadir}/bluez-pin'
============================================================
--- packages/gpe-bluetooth/gpe-bluetooth_0.49.bb	b802ea3a4a8e6ee6973b6e4c1fb1881b79be276b
+++ packages/gpe-bluetooth/gpe-bluetooth_0.49.bb	9d84564ef6d7c9e75e2d6077d5d3ef0426a13818
@@ -1,12 +1,3 @@
-LICENSE = "GPL"
-DESCRIPTION = "GPE bluetooth support"
-SECTION = "gpe"
-PRIORITY = "optional"
+require gpe-bluetooth.inc
 
 DEPENDS = "gtk+ libdisplaymigration libgpewidget openobex libgpevtype bluez-libs sqlite dbus-glib libglade blueprobe bluez-utils-dbus libcontactsdb"
-RDEPENDS = "bluez-utils-dbus blueprobe"
-
-GPE_TARBALL_SUFFIX= "bz2"
-inherit gpe autotools
-
-FILES_${PN} += '${datadir}/bluez-pin'
============================================================
--- packages/gpe-bluetooth/gpe-bluetooth_0.51.bb	d48386758b0077115478e325e904e85f88c4f3f3
+++ packages/gpe-bluetooth/gpe-bluetooth_0.51.bb	4369c8ad30037b86be677ff5274a6d202b77c5c5
@@ -1,17 +1,7 @@
-LICENSE     = "GPL"
-DESCRIPTION = "GPE bluetooth support user interface tool."
-SECTION = "gpe"
-PRIORITY    = "optional"
-PR          = "r1"
+require gpe-bluetooth.inc
 
-DEPENDS = "gtk+ libcontactsdb libdisplaymigration libgpewidget openobex libgpevtype bluez-libs sqlite dbus-glib libglade blueprobe bluez-utils-dbus"
-RDEPENDS = "bluez-utils-dbus blueprobe"
+PR = "r1"
 
-GPE_TARBALL_SUFFIX= "bz2"
-inherit gpe autotools
-
-FILES_${PN} += '${datadir}/bluez-pin'
-
 do_configure () {
 	autotools_do_configure
 }
============================================================
--- packages/gpe-bluetooth/gpe-bluetooth_0.52.bb	1814ba92ecb409b9dcf1bdd3c5ede0573a99e2b9
+++ packages/gpe-bluetooth/gpe-bluetooth_0.52.bb	e2ac6d7c781c7668e8ff405e7a43853f588c53c0
@@ -1,13 +1 @@
-LICENSE     = "GPL"
-DESCRIPTION = "GPE bluetooth support user interface tool."
-SECTION = "gpe"
-PRIORITY    = "optional"
-PR          = "r0"
-
-DEPENDS = "gtk+ libcontactsdb libdisplaymigration libgpewidget openobex libgpevtype bluez-libs sqlite dbus-glib libglade blueprobe bluez-utils-dbus"
-RDEPENDS = "bluez-utils-dbus blueprobe"
-
-GPE_TARBALL_SUFFIX= "bz2"
-inherit gpe autotools
-
-FILES_${PN} += '${datadir}/bluez-pin'
+require gpe-bluetooth.inc
============================================================
--- packages/gpe-bluetooth/gpe-bluetooth_0.53.bb	1814ba92ecb409b9dcf1bdd3c5ede0573a99e2b9
+++ packages/gpe-bluetooth/gpe-bluetooth_0.53.bb	e2ac6d7c781c7668e8ff405e7a43853f588c53c0
@@ -1,13 +1 @@
-LICENSE     = "GPL"
-DESCRIPTION = "GPE bluetooth support user interface tool."
-SECTION = "gpe"
-PRIORITY    = "optional"
-PR          = "r0"
-
-DEPENDS = "gtk+ libcontactsdb libdisplaymigration libgpewidget openobex libgpevtype bluez-libs sqlite dbus-glib libglade blueprobe bluez-utils-dbus"
-RDEPENDS = "bluez-utils-dbus blueprobe"
-
-GPE_TARBALL_SUFFIX= "bz2"
-inherit gpe autotools
-
-FILES_${PN} += '${datadir}/bluez-pin'
+require gpe-bluetooth.inc
============================================================
--- packages/gpe-bluetooth/gpe-bluetooth_0.54.bb	c7dd62c00338f6cfa909cfda421b74d587008743
+++ packages/gpe-bluetooth/gpe-bluetooth_0.54.bb	eaa4bfea5eda771d11f374ba2f9be690e900d917
@@ -1,16 +1,6 @@
-LICENSE     = "GPL"
-DESCRIPTION = "GPE bluetooth support user interface tool."
-SECTION = "gpe"
-PRIORITY    = "optional"
-PR          = "r1"
+require gpe-bluetooth.inc
 
-DEPENDS = "gtk+ libcontactsdb libdisplaymigration libgpewidget openobex libgpevtype bluez-libs sqlite dbus-glib libglade blueprobe bluez-utils-dbus"
-RDEPENDS = "bluez-utils-dbus blueprobe"
+PR = "r1"
 
-GPE_TARBALL_SUFFIX= "bz2"
-inherit gpe autotools
-
 SRC_URI += "file://hciattach-bts.patch;patch=1 \
 	file://include-sdp_lib.patch;patch=1"
-
-FILES_${PN} += '${datadir}/bluez-pin'






More information about the Openembedded-commits mailing list