[oe-commits] org.oe.dev merge of '188bf8cfee8efc3cb5e4670c99fcdb1dc6534bb2'

xora commit openembedded-commits at lists.openembedded.org
Mon Aug 13 13:34:14 UTC 2007


merge of '188bf8cfee8efc3cb5e4670c99fcdb1dc6534bb2'
     and '83c27aa0850cb7750b6c99b01d999e085f33ddcc'

Author: xora at openembedded.org
Branch: org.openembedded.dev
Revision: 9ca2d91b7a004d5f974f6ebf1c951af37a1cd6d2
ViewMTN: http://monotone.openembedded.org/revision.psp?id=9ca2d91b7a004d5f974f6ebf1c951af37a1cd6d2
Files:
1
packages/hal/ohm_git.bb
classes/seppuku.bbclass
packages/gsm/libgsmd_svn.bb
packages/glibc/glibc-intermediate_2.3.2+cvs20040726.bb
Diffs:

#
# mt diff -r188bf8cfee8efc3cb5e4670c99fcdb1dc6534bb2 -r9ca2d91b7a004d5f974f6ebf1c951af37a1cd6d2
#
# 
# 
# add_file "packages/hal/ohm_git.bb"
#  content [23d27f7a2380b1f011b3981ea4c4cbc22cdd721a]
# 
# patch "classes/seppuku.bbclass"
#  from [77d7c4dcf998ed6e55e831e28954c9c13ef592ba]
#    to [e1ab91e50cadb88343d37fbf46393c050db3ef3a]
# 
# patch "packages/gsm/libgsmd_svn.bb"
#  from [2d6663387ed60bf94b6dda66d31479873c8555ee]
#    to [f77273ed2126e771a5de2102d7cd546e246e5108]
# 
============================================================
--- packages/hal/ohm_git.bb	23d27f7a2380b1f011b3981ea4c4cbc22cdd721a
+++ packages/hal/ohm_git.bb	23d27f7a2380b1f011b3981ea4c4cbc22cdd721a
@@ -0,0 +1,16 @@
+DESCRIPTION = "Open Hardware Manager"
+HOMEPAGE = "http://freedesktop.org/Software/ohm"
+LICENSE = "LGPL"
+
+DEPENDS = "dbus-glib intltool-native hal"
+RDEPENDS += "udev hal-info"
+SRC_URI = "git://anongit.freedesktop.org/git/ohm/;protocol=git"
+
+PV = "0.0+git${SRCDATE}"
+PR = "r1"
+
+S = "${WORKDIR}/git"
+
+inherit autotools pkgconfig
+
+EXTRA_OECONF = "--with-distro=debian"
============================================================
--- classes/seppuku.bbclass	77d7c4dcf998ed6e55e831e28954c9c13ef592ba
+++ classes/seppuku.bbclass	e1ab91e50cadb88343d37fbf46393c050db3ef3a
@@ -129,7 +129,7 @@ def seppuku_find_bug_report(debug_file, 
     component = urllib.quote(component)
     bugname   = urllib.quote(bugname)
 
-    result = opener.open("%(query)s?product=%(product)s&component=%(component)s&short_desc_type=substring&short_desc=%(bugname)s" % vars())
+    result = opener.open("%(query)sproduct=%(product)s&component=%(component)s&short_desc_type=substring&short_desc=%(bugname)s" % vars())
     if result.code != 200:
         raise "Can not query the bugzilla at all"
     txt = result.read()
@@ -137,7 +137,7 @@ def seppuku_find_bug_report(debug_file, 
     scanner.feed(txt)
     if len(scanner.result()) == 0:
         print >> debug_file, "Scanner failed to scan the html site"
-        print >> debug_file, "%(query)s?product=%(product)s&component=%(component)s&short_desc_type=substring&short_desc=%(bugname)s" % vars()
+        print >> debug_file, "%(query)sproduct=%(product)s&component=%(component)s&short_desc_type=substring&short_desc=%(bugname)s" % vars()
         print >> debug_file, txt
         return (False,None)
     else: # silently pick the first result
============================================================
--- packages/gsm/libgsmd_svn.bb	2d6663387ed60bf94b6dda66d31479873c8555ee
+++ packages/gsm/libgsmd_svn.bb	f77273ed2126e771a5de2102d7cd546e246e5108
@@ -1,9 +1,9 @@ PROVIDES += "gsmd"
 DESCRIPTION = "GSM libraries and daemons implementing the 07.10 specification"
 HOMEPAGE = "http://www.openmoko.org"
 LICENSE = "GPL LGPL"
 SECTION = "libs/gsm"
 PROVIDES += "gsmd"
-PV = "0.1+svnr${SRCREV}"
+PV = "0.1+svn${SRCDATE}"
 PR = "r18"
 
 SRC_URI_OVERRIDES_PACKAGE_ARCH = "1"


#
# mt diff -r83c27aa0850cb7750b6c99b01d999e085f33ddcc -r9ca2d91b7a004d5f974f6ebf1c951af37a1cd6d2
#
# 
# 
# patch "packages/glibc/glibc-intermediate_2.3.2+cvs20040726.bb"
#  from [ad7358c219b3b9ee7f569b3963eb5904898f13d2]
#    to [7bd0a0d6aef4323a0909214c720070a8f7d641ea]
# 
============================================================
--- packages/glibc/glibc-intermediate_2.3.2+cvs20040726.bb	ad7358c219b3b9ee7f569b3963eb5904898f13d2
+++ packages/glibc/glibc-intermediate_2.3.2+cvs20040726.bb	7bd0a0d6aef4323a0909214c720070a8f7d641ea
@@ -8,6 +8,7 @@ PACKAGES = ""
 }
 
 PACKAGES = ""
+PACKAGES_DYNAMIC = ""
 PROVIDES = "virtual/${TARGET_PREFIX}libc-for-gcc"
 DEPENDS += " virtual/${TARGET_PREFIX}gcc-initial "
 GLIBC_ADDONS = "linuxthreads"






More information about the Openembedded-commits mailing list