aboutsummaryrefslogtreecommitdiffstats
path: root/packages/openmoko-projects/assassin_svn.bb
AgeCommit message (Collapse)Author
2008-10-27assassin: Change the source URI of assassin For some experimental reason, ↵Julian_chu
Assassin is going to move to code google. Bump up the reversion of assassin to 217
2008-10-27assassin: Remove curl in DEPENDS of assassinJulian_chu
2008-10-27Assassin: Add curl to assassin's depends. Tick did a quick hack to assassin ↵Julian_chu
for access networking. It's is a temporary solution. After the real solution has been done, this dependency will be remvoed.
2008-10-26Revert "[Assassin] Add curl to assassin's depends."Koen Kooi
This reverts commit 3380e9afd458253f58149683a7fed82a3cc9a935.
2008-10-26Revert "[assassin] Remove curl in DEPENDS of assassin"Koen Kooi
This reverts commit 1e2f0fce00f10a07faa32ecdda9e70302ebca630.
2008-10-26Revert "[assassin] Change the source URI of assassin"Koen Kooi
This reverts commit cd0752834237d7ee3cb77fc4c9ea8e76dc45b58a.
2008-10-26[assassin] Change the source URI of assassinJulian_chu
For some experimental reason, Assassin is going to move to code google. Bump up the reversion of assassin to 217
2008-10-26[assassin] Remove curl in DEPENDS of assassinJulian_chu
2008-10-26[Assassin] Add curl to assassin's depends.Julian_chu
Tick did a quick hack to assassin for access networking. It's is a temporary solution. After the real solution has been done, this dependency will be remvoed.
2008-10-18bb files: Revert the introduction of FILE_PRHolger Hans Peter Freyther
This is a partial revert of aa03004ace2fabb135a6208ef8c2d2b312aa7b0b. The approach that was taken leads to disagreement and the change was pushed too early. DISTRO_PR is going to say and will be used inside the package creation. There will be more disucssion on the list about where to continue from here.
2008-10-15[PR] Change PR to FILE_PR and intro PR as FILE_PR + DISTRO_PRHolger Hans Peter Freyther
Allow a distribution to globally bump the PR of every package this is useful when there was a change in the toolchain and every package is going to be different. find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR="/"FILE_PR ="/ {} \; find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR ="/"FILE_PR ="/ {} \; Acked-By: Koen Kooi <koen@openembedded.org>
2008-05-09assassin_svn.bb : fix DEPENDS from OM mtnGraeme Gregory
2008-03-20assassin_svn.bb : fix DEPENDS from OM mtnGraeme Gregory
2008-03-11assassin: add recipe for assassinJohn Lee
* Assassin is a package manager that help users to install, update, and uninstall packages from Openmoko, or Openmoko community.