* xfce recipes
@ 2010-05-12 16:24 "Andreas Müller"
2010-05-12 16:42 ` hong zhang
0 siblings, 1 reply; 2+ messages in thread
From: "Andreas Müller" @ 2010-05-12 16:24 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 1052 bytes --]
I am working with the gumstix-overo branch of oe and have bitbake version 1.8.18. As far as I can see the recipes of xfce-base are the same as in oe-master.
Baking xfce stuff leads me to:
Since checksum.ini has died many recipes complain in the fetch task that there is no checksum information in the bb files. Without exactly knowing what I am doing I helped myself with the patch attached (which is not properly working on all recipes!). I found out that there are some recipes working with simple SRC_URI[md5sum] and others need SRC_URI[archive.md5sum]. Investigations lead me to utils.bbclass / base_get_checksums. In case the parameter 'name' can be found it must be prepended in SRC_URI[...]. Since I lost the trace here now my questions: How to decide if a recipe needs SRC_URI[<name>.md5sum] or SRC_URI[md5sum] and what is the content of <name> (where does it come from)?
Advices are welcome...
Andreas
--
GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT!
Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01
[-- Attachment #2: xfce-base-patch --]
[-- Type: application/octet-stream, Size: 16795 bytes --]
diff --git a/recipes/xfce-base/exo_0.3.105.bb b/recipes/xfce-base/exo_0.3.105.bb
index 9f766ca..9539e0d 100644
--- a/recipes/xfce-base/exo_0.3.105.bb
+++ b/recipes/xfce-base/exo_0.3.105.bb
@@ -1,7 +1,7 @@
DESCRIPTION="XFCE extensions and framework library with session management support"
DEPENDS = "libxfce4util hal liburi-perl-native python-native cairo"
SECTION = "x11"
-PR = "r2"
+PR = "r3"
inherit xfce46 python-dir
@@ -25,5 +25,5 @@ FILES_${PN} += "${datadir}/xfce4/ \
FILES_${PN}-dbg += "${PYTHON_SITEPACKAGES_DIR}/*/.debug/*"
-SRC_URI[md5sum] = "ba87f84894498bf23ae39d849c55f98c"
-SRC_URI[sha256sum] = "278f702d890c89bd3923ce1bdaf29bd9f2c800c2e4cfd9e902d99663bba337e5"
+SRC_URI[archive.md5sum] = "ba87f84894498bf23ae39d849c55f98c"
+SRC_URI[archive.sha256sum] = "278f702d890c89bd3923ce1bdaf29bd9f2c800c2e4cfd9e902d99663bba337e5"
diff --git a/recipes/xfce-base/exo_0.3.4.bb b/recipes/xfce-base/exo_0.3.4.bb
index 53f489d..db0bad7 100644
--- a/recipes/xfce-base/exo_0.3.4.bb
+++ b/recipes/xfce-base/exo_0.3.4.bb
@@ -1,6 +1,6 @@
DEPENDS = "libxfce4util xfce-mcs-manager hal liburi-perl-native python-native"
-PR = "r1"
+PR = "r2"
inherit xfce
XFCE_VERSION = 4.4.2
@@ -18,5 +18,5 @@ FILES_${PN} += "${datadir}/xfce4/ \
FILES_${PN}-dev += "${libdir}/xfce4/mcs-plugins/exo-preferred-applications-settings.*"
FILES_${PN}-dbg += "${libdir}/xfce4/mcs-plugins/.debug/exo-preferred-applications-settings.*"
-SRC_URI[md5sum] = "7a1af943b1df32b6f89ae91823118a22"
-SRC_URI[sha256sum] = "a5373e9bd6055caa7cd5d06128f6236cfd2f4f6657ea4a85d7bd9eafe5bf0538"
+SRC_URI[archive.md5sum] = "7a1af943b1df32b6f89ae91823118a22"
+SRC_URI[archive.sha256sum] = "a5373e9bd6055caa7cd5d06128f6236cfd2f4f6657ea4a85d7bd9eafe5bf0538"
diff --git a/recipes/xfce-base/gtk-xfce-engine_2.4.2.bb b/recipes/xfce-base/gtk-xfce-engine_2.4.2.bb
index a34c7f2..0a082ab 100644
--- a/recipes/xfce-base/gtk-xfce-engine_2.4.2.bb
+++ b/recipes/xfce-base/gtk-xfce-engine_2.4.2.bb
@@ -8,5 +8,5 @@ FILES_${PN} += "${libdir}/gtk-2.0/*/engines/libxfce.so \
${datadir}/themes/"
FILES_${PN}-dbg += "${libdir}/gtk-2.0/*/engines/.debug"
-SRC_URI[md5sum] = "00eb6a62defe6867d28a18569b96d151"
-SRC_URI[sha256sum] = "6fecdb590fa024db698de9027314c1be044f28feab9850f592aa60c3a79ede78"
+SRC_URI[archive.md5sum] = "00eb6a62defe6867d28a18569b96d151"
+SRC_URI[archive.sha256sum] = "6fecdb590fa024db698de9027314c1be044f28feab9850f592aa60c3a79ede78"
diff --git a/recipes/xfce-base/gtk-xfce-engine_2.6.0.bb b/recipes/xfce-base/gtk-xfce-engine_2.6.0.bb
index a678ec8..18f5b77 100644
--- a/recipes/xfce-base/gtk-xfce-engine_2.6.0.bb
+++ b/recipes/xfce-base/gtk-xfce-engine_2.6.0.bb
@@ -11,5 +11,5 @@ FILES_${PN} += "${libdir}/gtk-2.0/*/engines/libxfce.so \
${datadir}/themes/"
FILES_${PN}-dbg += "${libdir}/gtk-2.0/*/engines/.debug"
-SRC_URI[md5sum] = "e836705d2933d0a77c6628285e10d982"
-SRC_URI[sha256sum] = "c817050b2526ac107e1971d344aa20e06b98b80b60c912e83fa96d7804b4e8ca"
+SRC_URI[archive.md5sum] = "e836705d2933d0a77c6628285e10d982"
+SRC_URI[archive.sha256sum] = "c817050b2526ac107e1971d344aa20e06b98b80b60c912e83fa96d7804b4e8ca"
diff --git a/recipes/xfce-base/libxfce4menu_4.6.1.bb b/recipes/xfce-base/libxfce4menu_4.6.1.bb
index f8edcb6..ccb9c33 100644
--- a/recipes/xfce-base/libxfce4menu_4.6.1.bb
+++ b/recipes/xfce-base/libxfce4menu_4.6.1.bb
@@ -4,9 +4,9 @@ DEPENDS = "gettext pkgconfig libxfce4util intltool"
RDEPENDS = "gtk+ libxfce4util"
LICENSE="LGPL-2 FDL-1.1"
-PR = "r2"
+PR = "r3"
inherit xfce46
-SRC_URI[md5sum] = "5dc9343885c2c6f931318b2a1cdcc9db"
-SRC_URI[sha256sum] = "5442b458b0e4f6bbbb6ddfbf1a7789dde1d270ab85686a3be77731a4d5ef84da"
+SRC_URI[archive.md5sum] = "5dc9343885c2c6f931318b2a1cdcc9db"
+SRC_URI[archive.sha256sum] = "5442b458b0e4f6bbbb6ddfbf1a7789dde1d270ab85686a3be77731a4d5ef84da"
diff --git a/recipes/xfce-base/libxfce4util_4.6.1.bb b/recipes/xfce-base/libxfce4util_4.6.1.bb
index de8bf53..8cdfa4c 100644
--- a/recipes/xfce-base/libxfce4util_4.6.1.bb
+++ b/recipes/xfce-base/libxfce4util_4.6.1.bb
@@ -4,7 +4,7 @@ DESCRIPTION = "Basic utility library for Xfce4"
SECTION = "x11/libs"
LICENSE = "GPL"
DEPENDS = "glib-2.0 xfce4-dev-tools "
-PR = "r2"
+PR = "r3"
inherit xfce46
@@ -14,5 +14,5 @@ MACROS="m4/X11.m4 m4/debug.m4 m4/depends.m4 m4/i18n.m4"
FILES_${PN}-dev += " ${datadir}/xfce4/m4"
-SRC_URI[md5sum] = "eac51d58179cbcadc3f802450a8ec9cd"
-SRC_URI[sha256sum] = "ceecdc7d3c89f547606c2d77a8a42ccf9975c809374fab84ff0833a08510c16b"
+SRC_URI[archive.md5sum] = "eac51d58179cbcadc3f802450a8ec9cd"
+SRC_URI[archive.sha256sum] = "ceecdc7d3c89f547606c2d77a8a42ccf9975c809374fab84ff0833a08510c16b"
diff --git a/recipes/xfce-base/libxfcegui4_4.4.2.bb b/recipes/xfce-base/libxfcegui4_4.4.2.bb
index 5a75d40..568719d 100644
--- a/recipes/xfce-base/libxfcegui4_4.4.2.bb
+++ b/recipes/xfce-base/libxfcegui4_4.4.2.bb
@@ -6,11 +6,11 @@ DESCRIPTION = "XFCE Widget library and X Window System interaction"
DEPENDS = "libxfce4util dbh libxml2 gtk+"
SECTION = "x11/libs"
-PR = "r1"
+PR = "r2"
inherit xfce
FILES_${PN} += "${libdir}/xfce4/modules ${datadir}/xfce4/mime ${datadir}/icons/hicolor"
-SRC_URI[md5sum] = "799a4869138c605126e8e71d58189bfd"
-SRC_URI[sha256sum] = "622c2585f61666d9c46841829ba141e86861c73bd9041a3a73452d1c8df5ee91"
+SRC_URI[archive.md5sum] = "799a4869138c605126e8e71d58189bfd"
+SRC_URI[archive.sha256sum] = "622c2585f61666d9c46841829ba141e86861c73bd9041a3a73452d1c8df5ee91"
diff --git a/recipes/xfce-base/libxfcegui4_4.6.1.bb b/recipes/xfce-base/libxfcegui4_4.6.1.bb
index e858219..19de95e 100644
--- a/recipes/xfce-base/libxfcegui4_4.6.1.bb
+++ b/recipes/xfce-base/libxfcegui4_4.6.1.bb
@@ -5,7 +5,7 @@ DEPENDS = "gettext pkgconfig intltool virtual/libx11 libxfce4util xfconf dbh lib
RDEPENDS = "xfconf startup-notification "
SECTION = "x11/libs"
-PR = "r5"
+PR = "r6"
inherit xfce46
@@ -13,5 +13,5 @@ LEAD_SONAME = "libxfcegui4.so.4"
FILES_${PN} += "${libdir}/xfce4/modules ${libdir}/libglade/2.0/*.so ${datadir}/xfce4/mime ${datadir}/icons/hicolor"
-SRC_URI[md5sum] = "539cff747634b8ee6f0d2362ee78a286"
-SRC_URI[sha256sum] = "3468a9cb348bf54f8a0afa386366683eff1987b722d2e81326f9e7ec7dfbe093"
+SRC_URI[archive.md5sum] = "539cff747634b8ee6f0d2362ee78a286"
+SRC_URI[archive.sha256sum] = "3468a9cb348bf54f8a0afa386366683eff1987b722d2e81326f9e7ec7dfbe093"
diff --git a/recipes/xfce-base/xfce-utils_4.4.2.bb b/recipes/xfce-base/xfce-utils_4.4.2.bb
index 42ca2e2..c809ddc 100644
--- a/recipes/xfce-base/xfce-utils_4.4.2.bb
+++ b/recipes/xfce-base/xfce-utils_4.4.2.bb
@@ -28,5 +28,5 @@ FILES_${PN}-mcs-plugins = "${libdir}/xfce4/mcs-plugins/"
# NOTE: This package takes a --with-browser for the default browser
# NOTE: Works with gdm also gtkhtml
-SRC_URI[md5sum] = "119dd3f1daedfa41e3be89bad8997336"
-SRC_URI[sha256sum] = "eba910fb99598e09fa4c41c4ab405216a2b59a837a3ab058656360ec2324314c"
+SRC_URI[archive.md5sum] = "119dd3f1daedfa41e3be89bad8997336"
+SRC_URI[archive.sha256sum] = "eba910fb99598e09fa4c41c4ab405216a2b59a837a3ab058656360ec2324314c"
diff --git a/recipes/xfce-base/xfce-utils_4.6.1.bb b/recipes/xfce-base/xfce-utils_4.6.1.bb
index 76d718b..e01884f 100644
--- a/recipes/xfce-base/xfce-utils_4.6.1.bb
+++ b/recipes/xfce-base/xfce-utils_4.6.1.bb
@@ -1,7 +1,7 @@
DESCRIPTION="XFCE4 Utilities"
DEPENDS = "virtual/libx11 libxfcegui4"
SECTION = "x11"
-PR = "r3"
+PR = "r4"
inherit xfce46
@@ -26,5 +26,5 @@ FILES_${PN} += " \
# NOTE: This package takes a --with-browser for the default browser
# NOTE: Works with gdm also gtkhtml
-SRC_URI[md5sum] = "1aa2362b11e79e56d52ce0d265faf1b6"
-SRC_URI[sha256sum] = "8310ad3694567dc7cbe0d57f4283712ca9e576ca73c9dc53a576b546f0b6b571"
+SRC_URI[archive.md5sum] = "1aa2362b11e79e56d52ce0d265faf1b6"
+SRC_URI[archive.sha256sum] = "8310ad3694567dc7cbe0d57f4283712ca9e576ca73c9dc53a576b546f0b6b571"
diff --git a/recipes/xfce-base/xfce4-panel_4.4.2.bb b/recipes/xfce-base/xfce4-panel_4.4.2.bb
index 5264503..8d8580a 100644
--- a/recipes/xfce-base/xfce4-panel_4.4.2.bb
+++ b/recipes/xfce-base/xfce4-panel_4.4.2.bb
@@ -8,7 +8,7 @@ DEPENDS = "startup-notification virtual/libx11 libxfcegui4 libxfce4mcs xfce-mcs-
inherit pkgconfig xfce
-PR = "r1"
+PR = "r2"
EXTRA_OECONF += " --enable-startup-notification"
@@ -33,5 +33,5 @@ PACKAGES_DYNAMIC = "${PN}-plugin-*"
FILES_${PN}-mcs-plugins += "${libdir}/xfce4/mcs-plugins/"
FILES_${PN}-dbg += "${libdir}/xfce4/mcs-plugins/.debug"
-SRC_URI[md5sum] = "8f26b32c442bf9926f98f285a3c251dd"
-SRC_URI[sha256sum] = "ddabfb0ccf04366820efdeb7c640ee3a648a55e51b5177c9861a5ab896e96ddd"
+SRC_URI[archive.md5sum] = "8f26b32c442bf9926f98f285a3c251dd"
+SRC_URI[archive.sha256sum] = "ddabfb0ccf04366820efdeb7c640ee3a648a55e51b5177c9861a5ab896e96ddd"
diff --git a/recipes/xfce-base/xfce4-panel_4.6.1.bb b/recipes/xfce-base/xfce4-panel_4.6.1.bb
index e048c18..2d4f2f3 100644
--- a/recipes/xfce-base/xfce4-panel_4.6.1.bb
+++ b/recipes/xfce-base/xfce4-panel_4.6.1.bb
@@ -3,7 +3,7 @@
DESCRIPTION = "Xfce4 Panel"
DEPENDS = "virtual/libx11 startup-notification libxfcegui4 libxml2 exo libwnck"
SECTION = "x11"
-PR = "r3"
+PR = "r4"
inherit xfce46
@@ -26,5 +26,5 @@ python populate_packages_prepend() {
PACKAGES_DYNAMIC = "${PN}-plugin-*"
-SRC_URI[md5sum] = "73a366b9892152266b465d7d9c35bef4"
-SRC_URI[sha256sum] = "b308ddc96fcb27b3f18ed2fa20aeb3a12fb73cec7676d75914a58d1b27124b83"
+SRC_URI[archive.md5sum] = "73a366b9892152266b465d7d9c35bef4"
+SRC_URI[archive.sha256sum] = "b308ddc96fcb27b3f18ed2fa20aeb3a12fb73cec7676d75914a58d1b27124b83"
diff --git a/recipes/xfce-base/xfce4-panel_4.6.2.bb b/recipes/xfce-base/xfce4-panel_4.6.2.bb
index 4e4f176..764c25e 100644
--- a/recipes/xfce-base/xfce4-panel_4.6.2.bb
+++ b/recipes/xfce-base/xfce4-panel_4.6.2.bb
@@ -3,7 +3,7 @@
DESCRIPTION = "Xfce4 Panel"
DEPENDS = "virtual/libx11 startup-notification libxfcegui4 libxml2 exo libwnck"
SECTION = "x11"
-PR = "r2"
+PR = "r3"
inherit xfce46
@@ -26,5 +26,5 @@ python populate_packages_prepend() {
PACKAGES_DYNAMIC = "${PN}-plugin-*"
-SRC_URI[md5sum] = "88352816c84cbea57121b0c478976976"
-SRC_URI[sha256sum] = "1d8ab1354c73935a5d12f0d7d226d26ae1b90fdd235460bdb57fd5651229bc8b"
+SRC_URI[archive.md5sum] = "88352816c84cbea57121b0c478976976"
+SRC_URI[archive.sha256sum] = "1d8ab1354c73935a5d12f0d7d226d26ae1b90fdd235460bdb57fd5651229bc8b"
diff --git a/recipes/xfce-base/xfce4-session_4.4.2.bb b/recipes/xfce-base/xfce4-session_4.4.2.bb
index 0189d99..24158d6 100644
--- a/recipes/xfce-base/xfce4-session_4.4.2.bb
+++ b/recipes/xfce-base/xfce4-session_4.4.2.bb
@@ -3,5 +3,5 @@ DEPENDS = "libxfcegui4 libxfce4util xfce-mcs-manager dbus"
inherit xfce
-SRC_URI[md5sum] = "4c3d1acb8ce37ea4dd55d82aeb38e9e7"
-SRC_URI[sha256sum] = "7394906dec7b50789407219f85143ae83b10938949d38adeecdd59eb50c8c1c6"
+SRC_URI[archive.md5sum] = "4c3d1acb8ce37ea4dd55d82aeb38e9e7"
+SRC_URI[archive.sha256sum] = "7394906dec7b50789407219f85143ae83b10938949d38adeecdd59eb50c8c1c6"
diff --git a/recipes/xfce-base/xfce4-session_4.6.1.bb b/recipes/xfce-base/xfce4-session_4.6.1.bb
index de07fb3..04f4119 100644
--- a/recipes/xfce-base/xfce4-session_4.6.1.bb
+++ b/recipes/xfce-base/xfce4-session_4.6.1.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "xfce4-session is a session manager for Xfce 4 Desktop Environmen
DEPENDS = "libxfcegui4 libxfce4util dbus iceauth xfce-utils"
SECTION = "x11"
-PR = "r4"
+PR = "r5"
inherit xfce46
@@ -18,5 +18,5 @@ FILES_${PN}-dbg += "${libdir}/xfce4/splash/engines/.debug/*.a"
FILES_${PN}-dev += "${libdir}/xfce4/splash/engines/*.la"
FILES_${PN}-dev += "${libdir}/xfce4/splash/engines/*.a"
-SRC_URI[md5sum] = "7628be41ed3511a20cff5673d9d39858"
-SRC_URI[sha256sum] = "feed3f9053b83233697223a20f95ca0ad6efe9fedffcc098e4935a425e8f9f0e"
+SRC_URI[archive.md5sum] = "7628be41ed3511a20cff5673d9d39858"
+SRC_URI[archive.sha256sum] = "feed3f9053b83233697223a20f95ca0ad6efe9fedffcc098e4935a425e8f9f0e"
diff --git a/recipes/xfce-base/xfce4-settings_4.6.1.bb b/recipes/xfce-base/xfce4-settings_4.6.1.bb
index 529d0cb..8d9d9fe 100644
--- a/recipes/xfce-base/xfce4-settings_4.6.1.bb
+++ b/recipes/xfce-base/xfce4-settings_4.6.1.bb
@@ -6,7 +6,7 @@ LICENSE = "GPL-2"
DEPENDS = "virtual/libx11 virtual/xserver libxi libwnck xrandr exo libxfce4util"
RDEPENDS = "gtk+ libxfce4util libxfcegui4 xfconf exo"
-PR = "r2"
+PR = "r3"
inherit xfce46
@@ -15,5 +15,5 @@ SRC_URI += " \
file://xfce4-settings-4.6.1-configure.patch;patch=1 \
"
-SRC_URI[md5sum] = "dc1c8704471c5b0104fa10c30eb60cb6"
-SRC_URI[sha256sum] = "36dda4d43366fad47ee95ea5d4fa336d0b14f79c524b4f29a2ac1b9ada4abf8d"
+SRC_URI[archive.md5sum] = "dc1c8704471c5b0104fa10c30eb60cb6"
+SRC_URI[archive.sha256sum] = "36dda4d43366fad47ee95ea5d4fa336d0b14f79c524b4f29a2ac1b9ada4abf8d"
diff --git a/recipes/xfce-base/xfconf_4.6.1.bb b/recipes/xfce-base/xfconf_4.6.1.bb
index ce091ca..6f22f44 100644
--- a/recipes/xfce-base/xfconf_4.6.1.bb
+++ b/recipes/xfce-base/xfconf_4.6.1.bb
@@ -6,11 +6,11 @@ LICENSE = "GPL-2"
DEPENDS = "libxfce4util"
RDEPENDS = "libxfce4util"
-PR = "r2"
+PR = "r3"
inherit xfce46
FILES_${PN} += "${datadir}/dbus-1/services/org.xfce.Xfconf.service"
-SRC_URI[md5sum] = "d4d3018767ea9eb4b57cc57d4038023b"
-SRC_URI[sha256sum] = "22a596f73795be398382e82e9c11062423daa374339ce6db808f73a6ba19380e"
+SRC_URI[archive.md5sum] = "d4d3018767ea9eb4b57cc57d4038023b"
+SRC_URI[archive.sha256sum] = "22a596f73795be398382e82e9c11062423daa374339ce6db808f73a6ba19380e"
diff --git a/recipes/xfce-base/xfdesktop_4.4.2.bb b/recipes/xfce-base/xfdesktop_4.4.2.bb
index 3238e49..8895b10 100644
--- a/recipes/xfce-base/xfdesktop_4.4.2.bb
+++ b/recipes/xfce-base/xfdesktop_4.4.2.bb
@@ -5,7 +5,7 @@
DESCRIPTION="xfce4 Desktop Background Manager"
SECTION = "x11/base"
DEPENDS = "virtual/libx11 libxfcegui4 libxfce4mcs libxml2 xfce4-panel thunar"
-PR = "r2"
+PR = "r3"
inherit xfce
@@ -21,5 +21,5 @@ FILES_${PN} += "${libdir}/xfce4/panel-plugins/*.so \
${datadir}/xfce4/panel-plugins/*.desktop"
FILES_${PN}-dbg += "/usr/libexec/xfce4/panel-plugins/.debug"
-SRC_URI[md5sum] = "694601234e74903d0fccba064f411e0c"
-SRC_URI[sha256sum] = "7e50c13e45b1424924c49dd1e9daa6c16881ee57ac21e4e2c6f20c0eec227cdb"
+SRC_URI[archive.md5sum] = "694601234e74903d0fccba064f411e0c"
+SRC_URI[archive.sha256sum] = "7e50c13e45b1424924c49dd1e9daa6c16881ee57ac21e4e2c6f20c0eec227cdb"
diff --git a/recipes/xfce-base/xfdesktop_4.6.1.bb b/recipes/xfce-base/xfdesktop_4.6.1.bb
index 827a372..f3fd3c7 100644
--- a/recipes/xfce-base/xfdesktop_4.6.1.bb
+++ b/recipes/xfce-base/xfdesktop_4.6.1.bb
@@ -3,7 +3,7 @@ SECTION = "x11/base"
DEPENDS = "virtual/libx11 exo libxfcegui4 xfce4-panel thunar gtk+"
RDEPENDS = "libxfcegui4 libxml2 xfce4-panel thunar exo gtk+"
-PR = "r2"
+PR = "r3"
inherit xfce46
@@ -17,5 +17,5 @@ FILES_${PN} += "${libdir}/xfce4/panel-plugins/*.so \
${datadir}/xfce4/panel-plugins/*.desktop"
FILES_${PN}-dbg += "${libexecdir}/xfce4/panel-plugins/.debug"
-SRC_URI[md5sum] = "ae15cacc3e3834cca7238a8e1035c50d"
-SRC_URI[sha256sum] = "22aa4a654798dcfa728a9c0056486f73ae87a51239950c8f85aedef488cd571a"
+SRC_URI[archive.md5sum] = "ae15cacc3e3834cca7238a8e1035c50d"
+SRC_URI[archive.sha256sum] = "22aa4a654798dcfa728a9c0056486f73ae87a51239950c8f85aedef488cd571a"
diff --git a/recipes/xfce-base/xfwm4_4.4.2.bb b/recipes/xfce-base/xfwm4_4.4.2.bb
index 9875089..e997f1d 100644
--- a/recipes/xfce-base/xfwm4_4.4.2.bb
+++ b/recipes/xfce-base/xfwm4_4.4.2.bb
@@ -4,6 +4,7 @@
DESCRIPTION="XFCE4 Window Manager"
SECTION = "x11/wm"
+PR = "r2"
inherit xfce update-alternatives
FILES_${PN} += "${datadir}/xfwm4/defaults ${datadir}/xfwm4/themes/default.keys/*"
@@ -30,5 +31,5 @@ ALTERNATIVE_NAME = "x-window-manager"
ALTERNATIVE_LINK = "${bindir}/x-window-manager"
ALTERNATIVE_PRIORITY = "10"
-SRC_URI[md5sum] = "21da77e50b07e72bba784bf3418ca067"
-SRC_URI[sha256sum] = "710120122bc4acaaecdb0646656c5aa92f1d44c4c81d1a6775688abab04cca0a"
+SRC_URI[archive.md5sum] = "21da77e50b07e72bba784bf3418ca067"
+SRC_URI[archive.sha256sum] = "710120122bc4acaaecdb0646656c5aa92f1d44c4c81d1a6775688abab04cca0a"
diff --git a/recipes/xfce-base/xfwm4_4.6.1.bb b/recipes/xfce-base/xfwm4_4.6.1.bb
index 9ced1c2..44a789d 100644
--- a/recipes/xfce-base/xfwm4_4.6.1.bb
+++ b/recipes/xfce-base/xfwm4_4.6.1.bb
@@ -2,7 +2,7 @@
DESCRIPTION="XFCE4 Window Manager"
SECTION = "x11/wm"
-PR = "r1"
+PR = "r2"
inherit xfce46 update-alternatives
@@ -27,5 +27,5 @@ ALTERNATIVE_PRIORITY = "30"
FILES_${PN}-dbg += "${libexecdir}/xfce4/xfwm4/.debug/*"
-SRC_URI[md5sum] = "538ff2554a23bf877d336e573884da9a"
-SRC_URI[sha256sum] = "0a808d19a7ddf1f5271d0b7009a5d0dc919562a85afab4071df060f51e9ee9ed"
+SRC_URI[archive.md5sum] = "538ff2554a23bf877d336e573884da9a"
+SRC_URI[archive.sha256sum] = "0a808d19a7ddf1f5271d0b7009a5d0dc919562a85afab4071df060f51e9ee9ed"
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: xfce recipes
2010-05-12 16:24 xfce recipes "Andreas Müller"
@ 2010-05-12 16:42 ` hong zhang
0 siblings, 0 replies; 2+ messages in thread
From: hong zhang @ 2010-05-12 16:42 UTC (permalink / raw)
To: openembedded-devel
Andreas,
I am running "bitbake opie-image" for gumstix-overo but using distro=angstrom. But keep complain gnutls bb.
So far, only bitbake helloworld is successfull. I met nano download problem when I do bitbake nano.
Any problem you see?
---henry
--- On Wed, 5/12/10, "Andreas Müller" <Schnitzeltony@gmx.de> wrote:
> From: "Andreas Müller" <Schnitzeltony@gmx.de>
> Subject: [oe] xfce recipes
> To: openembedded-devel@lists.openembedded.org
> Date: Wednesday, May 12, 2010, 11:24 AM
> I am working with the gumstix-overo
> branch of oe and have bitbake version 1.8.18. As far as I
> can see the recipes of xfce-base are the same as in
> oe-master.
>
> Baking xfce stuff leads me to:
>
> Since checksum.ini has died many recipes complain in the
> fetch task that there is no checksum information in the bb
> files. Without exactly knowing what I am doing I helped
> myself with the patch attached (which is not properly
> working on all recipes!). I found out that there are some
> recipes working with simple SRC_URI[md5sum] and others need
> SRC_URI[archive.md5sum]. Investigations lead me to
> utils.bbclass / base_get_checksums. In case the parameter
> 'name' can be found it must be prepended in SRC_URI[...].
> Since I lost the trace here now my questions: How to decide
> if a recipe needs SRC_URI[<name>.md5sum] or
> SRC_URI[md5sum] and what is the content of <name>
> (where does it come from)?
>
> Advices are welcome...
>
> Andreas
> --
> GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT!
> Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01
>
> -----Inline Attachment Follows-----
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-05-12 16:46 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-12 16:24 xfce recipes "Andreas Müller"
2010-05-12 16:42 ` hong zhang
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.