[oe-commits] org.oe.dev tangogps: outfactor .inc file

mickeyl commit oe at amethyst.openembedded.net
Wed Jul 30 18:44:12 UTC 2008


tangogps: outfactor .inc file

Author: mickeyl at openembedded.org
Branch: org.openembedded.dev
Revision: f350641f3893143efec22c74299cdeeae73af124
ViewMTN: http://monotone.openembedded.org/revision/info/f350641f3893143efec22c74299cdeeae73af124
Files:
1
packages/tangogps/tangogps.inc
packages/tangogps/tangogps-fso_0.9.2.bb
packages/tangogps/tangogps_0.9.0.3.bb
Diffs:

#
# mt diff -rbd558b4e8d1fe7232bbd7e2159b0accdb9718868 -rf350641f3893143efec22c74299cdeeae73af124
#
#
#
# add_file "packages/tangogps/tangogps.inc"
#  content [97b25ecc7023d4936767623dc36d5816ad40d54b]
# 
# patch "packages/tangogps/tangogps-fso_0.9.2.bb"
#  from [1829b3be52c4104bd5fa0b9abcd36ff3948b5930]
#    to [5cbb978159e893365e050b41da156f5424b7d760]
# 
# patch "packages/tangogps/tangogps_0.9.0.3.bb"
#  from [731daff061dae087ec470d68d35806ad95c3797a]
#    to [2b0676072dcb31c2e8e6893bc89f5d69d6011670]
#
============================================================
--- packages/tangogps/tangogps.inc	97b25ecc7023d4936767623dc36d5816ad40d54b
+++ packages/tangogps/tangogps.inc	97b25ecc7023d4936767623dc36d5816ad40d54b
@@ -0,0 +1,10 @@
+DESCRIPTION = "A lightweight and fast mapping application"
+LICENSE = "GPLv2"
+SECTION = "x11/applications"
+PRIORITY = "optional"
+DEPENDS = "curl gtk+ gconf gypsy"
+
+SRC_URI = "http://www.tangogps.org/downloads/tangogps-${PV}.tar.gz"
+S = "${WORKDIR}/tangogps-${PV}"
+
+inherit autotools
============================================================
--- packages/tangogps/tangogps-fso_0.9.2.bb	1829b3be52c4104bd5fa0b9abcd36ff3948b5930
+++ packages/tangogps/tangogps-fso_0.9.2.bb	5cbb978159e893365e050b41da156f5424b7d760
@@ -1,13 +1,8 @@
-LICENSE = "GPLv2"
-SECTION = "x11/applications"
-PRIORITY = "optional"
-DESCRIPTION = "lightweight and fast mapping application"
-DEPENDS = "curl gtk+ gconf gypsy dbus-glib"
+require tangogps.inc
 
-inherit autotools
+RDEPENDS = "frameworkd"
 
+SRC_URI += "\
+  file://0002-Get-GPS-data-via-the-gypsy-interface.patch;patch=1 \
+  file://0003-Try-to-request-the-GPS-resource-from-ousaged.patch;patch=1 \
+"
-SRC_URI = "http://www.tangogps.org/downloads/tangogps-${PV}.tar.gz\
-	file://0002-Get-GPS-data-via-the-gypsy-interface.patch;patch=1 \
-	file://0003-Try-to-request-the-GPS-resource-from-ousaged.patch;patch=1"
-
-S=${WORKDIR}/tangogps-${PV}
============================================================
--- packages/tangogps/tangogps_0.9.0.3.bb	731daff061dae087ec470d68d35806ad95c3797a
+++ packages/tangogps/tangogps_0.9.0.3.bb	2b0676072dcb31c2e8e6893bc89f5d69d6011670
@@ -1,10 +1,4 @@
-LICENSE = "GPLv2"
-SECTION = "x11/applications"
-PRIORITY = "optional"
-DESCRIPTION = "lightweight and fast mapping application"
-DEPENDS = "curl gtk+ gconf gpsd"
+require tangogps.inc
+
+DEPENDS += "gpsd"
 RDEPENDS = "gpsd"
-
-SRC_URI = "http://www.tangogps.org/downloads/${PN}-${PV}.tar.gz"
-
-inherit autotools






More information about the Openembedded-commits mailing list