Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] Local SVN respository
@ 2012-10-18  8:05 john
  2012-10-18  8:24 ` David Sanchez Herrero
  2012-10-18 20:07 ` Arnout Vandecappelle
  0 siblings, 2 replies; 5+ messages in thread
From: john @ 2012-10-18  8:05 UTC (permalink / raw)
  To: buildroot


Hi,

I am trying to build a local package from a local svn repository. The
software I am building is a heavily hacked version of some open source
package. I am trying to retrieve the software from a local svn
repository (svn:// and not http) but buildroot keeps fetching the
official version of the software rather than my local copy. I have tried
various options like _OVERRIDE_SRCDIR but cannot change this behaviour,
any suggestions?

An extract from my mk file follows:

MYPACKAGE_VERSION = 1.0.1

#This should fetch it from an SVN repository and create
mysoftware-1.0.1.tar.gz in the dl directory
MYPACKAGE_SITE=svn://myserver/mydir/trunk/mysoftware-1.0.1/

#MYPACKAGE_SITE_METHOD = svn

#MYPACKAGE_OVERRIDE_SRCDIR =
${BUILDROOT_LOCATION}/../../mydir/mysoftware-1.0.1/

#This should take  mysoftware-1.0.1.tar.gz directly from the dl
directory and place it in output/build/mysoftware directory
MYPACKAGE_SOURCE = mysoftware-$(MYPACKAGE_VERSION).tar.gz

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-10-19 19:58 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-18  8:05 [Buildroot] Local SVN respository john
2012-10-18  8:24 ` David Sanchez Herrero
2012-10-18 20:07 ` Arnout Vandecappelle
2012-10-19 16:41   ` john
2012-10-19 19:58     ` Arnout Vandecappelle

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox