From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: From: =?iso-8859-15?q?J=FCrgen_Beisert?= Date: Fri, 6 Sep 2013 11:24:16 +0200 References: <5DDDC2AE1D40D045B973C3CAA4D4CCC74FAC4D@HISCMAIL01.HeiLab.loc> In-Reply-To: <5DDDC2AE1D40D045B973C3CAA4D4CCC74FAC4D@HISCMAIL01.HeiLab.loc> MIME-Version: 1.0 Content-Disposition: inline Message-Id: <201309061124.16130.jbe@pengutronix.de> Subject: Re: [ptxdist] two earlier requests Reply-To: ptxdist@pengutronix.de List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: quoted-printable Sender: ptxdist-bounces@pengutronix.de Errors-To: ptxdist-bounces@pengutronix.de To: ptxdist@pengutronix.de Cc: Henrik.Kraft@heidolph.de Hi Henrik, On Friday 06 September 2013 09:19:08 Henrik.Kraft@heidolph.de wrote: > sorry not to inform you but I have tried allong what pascal suggested > yesterday and it seems to work so the qjson problem seems to be solved. > Even I could'nd verify in depth. I had tried to use install_lib instead > which did not work. > > But the other problem with my binary package remains. You may hav a look = at > the [prject].* files. This skips the install stage: $(STATEDIR)/heidolph_bin.install: @$(call targetinfo) @$(call touch) You should extend your own makefile to provide an install stage and do not = skip = it. But keep in mind using something like cp myfile $(DESTDIR)/$(PREFIX)/bin/myfile to install files. Same for the library in the package: cp mylib.so $(DESTDIR)/$(PREFIX)/lib/mylib.so (don't forget to create the required links) with DESTDIR :=3D PREFIX :=3D /usr PTXdist will call your install stage with DESTDIR pointing into = /packages/. Then you will find all your = to-be-installed files in /packages/. After that = calling "install_lib" will work as expected, because it searches for the gi= ven = library in the /packages/ path. Or a much better approach: autotoolize your package and everything will be = done = for you "automagically". Regards, Juergen -- = Pengutronix e.K. =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 = =A0| Juergen Beisert =A0 =A0 =A0 =A0 =A0 =A0 | Linux Solutions for Science and Industry =A0 =A0 =A0| http://www.pengutroni= x.de/ | -- = ptxdist mailing list ptxdist@pengutronix.de