On 17 July 2014 13:08, Daniel BORNAZ <[email protected]> wrote: > renamed: > meta/recipes-core/dbus/dbus-glib-0.100.2/no-examples.patch -> > meta/recipes-core/dbus/dbus-glib-0.102/no-examples.patch
If there's just a single version of the recipe, please don't version the directory. > renamed: > meta/recipes-core/dbus/dbus-glib-0.100.2/obsolete_automake_macros.patch -> > meta/recipes-core/dbus/dbus-glib-0.102/obsolete_automake_macros.patch > renamed: > meta/recipes-core/dbus/dbus-glib-0.100.2/test-install-makefile.patch -> > meta/recipes-core/dbus/dbus-glib-0.102/test-install-makefile.patch Your upgraded dbus-glib has a SRC_URI assignment in the .bb which overrides the assignment in the .inc, so these two patches are not being used. The obsolete automake macros patch appears to have been merged upstream but it appears that by not applying-test-install-makefile you've disabled the dbus-glib-tests package. > deleted file mode 100644 > index c1bb06a..0000000 > --- a/meta/recipes-core/dbus/dbus-glib_0.100.2.bb > +++ /dev/null > @@ -1,5 +0,0 @@ > -require dbus-glib.inc > - > - > -SRC_URI[md5sum] = "ad0920c7e3aad669163bb59171cf138e" > -SRC_URI[sha256sum] = > "a5bb42da921f51c28161e0e54a5a8241d94a1c0499a14007150e9ce743da6ac5" > diff --git a/meta/recipes-core/dbus/dbus-glib_0.102.bb > b/meta/recipes-core/dbus/dbus-glib_0.102.bb > new file mode 100644 > index 0000000..28e8a72 > --- /dev/null > +++ b/meta/recipes-core/dbus/dbus-glib_0.102.bb > @@ -0,0 +1,8 @@ > +require dbus-glib.inc > + > +SRC_URI = > "http://dbus.freedesktop.org/releases/dbus-glib/dbus-glib-${PV}.tar.gz \ > + file://no-examples.patch \ > +" > + > +SRC_URI[md5sum] = "f76b8558fd575d0106c3a556eaa49184" > +SRC_URI[sha256sum] = > "6964ed585bb8149a14ab744b5ded5e77cf71ec5446e6dcc5fcf5eebcc52df29c" Please use -M so renames are expressed as a change, instead of a delete and a creation. Ross -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
