From: Saul Wold <sgw@linux.intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 0/3 v2] O-Hand SVN conversion to GIT
Date: Thu, 1 Sep 2011 16:31:50 -0700 [thread overview]
Message-ID: <cover.1314919495.git.sgw@linux.intel.com> (raw)
Richard,
I bumped the PV to 0.(n+1)+git* instead of creating a PE entry,
the other grouping it to ensure they get repackged against the
version names.
TZ* update is general updates.
Thanks
Sau!
The following changes since commit bf9e9961ec4e7b2d10f25b550b902df62b3939b1:
Fix powerpc term and provide more template for different arches (2011-08-31 20:10:14 +0100)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib sgw/fix
http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=sgw/fix
Saul Wold (3):
o-hand recipes: convert from svn.o-hand.org to git.yoctoproject.org
sato recipes: Update PR because of libowl conversion to git
tzcode: Update to 2011i
.../zaurusd/{zaurusd_svn.bb => zaurusd_git.bb} | 11 ++++++-----
.../{dbus-wait_svn.bb => dbus-wait_git.bb} | 11 ++++++-----
.../psplash/{psplash_svn.bb => psplash_git.bb} | 12 ++++++------
...code-native_2011g.bb => tzcode-native_2011i.bb} | 10 +++++-----
.../tzdata/{tzdata_2011h.bb => tzdata_2011i.bb} | 4 ++--
meta/recipes-gnome/gtkhtml2/gtkhtml2_svn.bb | 17 +++++++----------
.../fstests/{fstests_svn.bb => fstests_git.bb} | 15 ++++++++-------
.../{matchbox-wm-2_svn.bb => matchbox-wm-2_git.bb} | 10 +++++-----
.../{xvideo-tests_svn.bb => xvideo-tests_git.bb} | 8 ++++----
.../recipes-sato/gaku/{gaku_svn.bb => gaku_git.bb} | 11 +++++------
...k-sato-engine_svn.bb => gtk-sato-engine_git.bb} | 12 ++++++------
meta/recipes-sato/leafpad/leafpad_0.8.18.1.bb | 2 +-
.../libowl/{libowl_svn.bb => libowl_git.bb} | 10 +++++-----
...op-sato_svn.bb => matchbox-desktop-sato_git.bb} | 10 ++++++----
...-sato-2_svn.bb => matchbox-theme-sato-2_git.bb} | 8 ++++----
...heme-sato_svn.bb => matchbox-theme-sato_git.bb} | 8 ++++----
.../{libowl-av_svn.bb => libowl-av_git.bb} | 11 ++++++-----
.../{owl-video_svn.bb => owl-video_git.bb} | 10 +++++-----
meta/recipes-sato/pcmanfm/pcmanfm_0.9.8.bb | 2 +-
meta/recipes-sato/pimlico/contacts_0.9.bb | 2 +-
meta/recipes-sato/pimlico/contacts_git.bb | 2 +-
meta/recipes-sato/pimlico/dates_0.4.8.bb | 2 +-
meta/recipes-sato/pimlico/dates_git.bb | 2 +-
meta/recipes-sato/pimlico/tasks_0.19.bb | 2 +-
meta/recipes-sato/pimlico/tasks_git.bb | 2 +-
.../{oh-puzzles_svn.bb => oh-puzzles_git.bb} | 14 +++++++-------
.../{screenshot_svn.bb => screenshot_git.bb} | 10 +++++-----
.../web/{web-webkit_svn.bb => web-webkit_git.bb} | 10 +++++-----
meta/recipes-sato/web/web_git.bb | 2 +-
29 files changed, 116 insertions(+), 114 deletions(-)
rename meta/recipes-bsp/zaurusd/{zaurusd_svn.bb => zaurusd_git.bb} (70%)
rename meta/recipes-core/dbus-wait/{dbus-wait_svn.bb => dbus-wait_git.bb} (50%)
rename meta/recipes-core/psplash/{psplash_svn.bb => psplash_git.bb} (81%)
rename meta/recipes-extended/tzcode/{tzcode-native_2011g.bb => tzcode-native_2011i.bb} (56%)
rename meta/recipes-extended/tzdata/{tzdata_2011h.bb => tzdata_2011i.bb} (97%)
rename meta/recipes-graphics/fstests/{fstests_svn.bb => fstests_git.bb} (65%)
rename meta/recipes-graphics/matchbox-wm-2/{matchbox-wm-2_svn.bb => matchbox-wm-2_git.bb} (86%)
rename meta/recipes-graphics/xvideo-tests/{xvideo-tests_svn.bb => xvideo-tests_git.bb} (64%)
rename meta/recipes-sato/gaku/{gaku_svn.bb => gaku_git.bb} (80%)
rename meta/recipes-sato/gtk-engines/{gtk-sato-engine_svn.bb => gtk-sato-engine_git.bb} (69%)
rename meta/recipes-sato/libowl/{libowl_svn.bb => libowl_git.bb} (78%)
rename meta/recipes-sato/matchbox-desktop-sato/{matchbox-desktop-sato_svn.bb => matchbox-desktop-sato_git.bb} (68%)
rename meta/recipes-sato/matchbox-theme-sato/{matchbox-theme-sato-2_svn.bb => matchbox-theme-sato-2_git.bb} (48%)
rename meta/recipes-sato/matchbox-theme-sato/{matchbox-theme-sato_svn.bb => matchbox-theme-sato_git.bb} (50%)
rename meta/recipes-sato/owl-video-widget/{libowl-av_svn.bb => libowl-av_git.bb} (80%)
rename meta/recipes-sato/owl-video-widget/{owl-video_svn.bb => owl-video_git.bb} (89%)
rename meta/recipes-sato/puzzles/{oh-puzzles_svn.bb => oh-puzzles_git.bb} (92%)
rename meta/recipes-sato/screenshot/{screenshot_svn.bb => screenshot_git.bb} (79%)
rename meta/recipes-sato/web/{web-webkit_svn.bb => web-webkit_git.bb} (78%)
--
1.7.6
next reply other threads:[~2011-09-01 23:36 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-09-01 23:31 Saul Wold [this message]
2011-09-01 23:31 ` [PATCH 1/3] o-hand recipes: convert from svn.o-hand.org to git.yoctoproject.org Saul Wold
2011-09-01 23:31 ` [PATCH 2/3] sato recipes: Update PR because of libowl conversion to git Saul Wold
2011-09-01 23:31 ` [PATCH 3/3] tzcode: Update to 2011i Saul Wold
2011-09-02 17:18 ` [PATCH 0/3 v2] O-Hand SVN conversion to GIT Richard Purdie
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1314919495.git.sgw@linux.intel.com \
--to=sgw@linux.intel.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.