From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail.heidolph.de ([80.150.167.238]) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1VCWsF-0007lh-AH for ptxdist@pengutronix.de; Thu, 22 Aug 2013 17:32:38 +0200 Received: from [10.100.10.5] (port=61934 helo=hiscmail01.heilab.loc) by mail.heidolph.de with esmtps (TLSv1:AES128-SHA:128) (Exim 4.76) (envelope-from ) id 1VCWs7-0004jH-0k for ptxdist@pengutronix.de; Thu, 22 Aug 2013 17:32:27 +0200 From: Date: Thu, 22 Aug 2013 15:32:25 +0000 Message-ID: <5DDDC2AE1D40D045B973C3CAA4D4CCC74FA835@HISCMAIL01.HeiLab.loc> Content-Language: de-DE MIME-Version: 1.0 Subject: [ptxdist] qjson Reply-To: ptxdist@pengutronix.de List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: multipart/mixed; boundary="===============1737030315==" Sender: ptxdist-bounces@pengutronix.de Errors-To: ptxdist-bounces@pengutronix.de To: ptxdist@pengutronix.de --===============1737030315== Content-Language: de-DE Content-Type: multipart/alternative; boundary="_000_5DDDC2AE1D40D045B973C3CAA4D4CCC74FA835HISCMAIL01HeiLabl_" --_000_5DDDC2AE1D40D045B973C3CAA4D4CCC74FA835HISCMAIL01HeiLabl_ Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Hello, I needed to chang the developer platform from openSUSE to Ubunto (10.4 LTS)= and ptxdist from -2011-10.0 to -2013-03.0. As I tried to rebuild all I nee= ded in a first step to exclude qjson lib (libqjson-0.7.1) from the build be= cause it depends on qt. After everything was builded succesfully. After thi= s I included qjson but building failed in step targetinstall. The package i= s a cmake based package. A warning occurs in step install.pack telling PKG didn't install anything t= o [Platform]/packages/qjson-0.7.1. This directory does not exist. There exi= sts a directory [Platform]/packages/qjson.tmp/[BSP-Path]/opkg/CONTROL with = contents control. In build-target two directories (qjson-0.7.1 and qjson-0.7.1-build) exist. = In qjson-0.7.1-build the library including links to it are created. The rules file for the install script reads as follows: # -------------------------------------------------------------------------= --- # install # -------------------------------------------------------------------------= --- $(STATEDIR)/qjson.install: @$(call targetinfo) @$(call install, qjson) @$(call touch) # -------------------------------------------------------------------------= --- # Target-Install # -------------------------------------------------------------------------= --- $(STATEDIR)/qjson.targetinstall: @$(call targetinfo) @$(call install_init, qjson) @$(call install_fixup, qjson, PRIORITY, optional) @$(call install_fixup, qjson, SECTION, base) @$(call install_fixup, qjson, AUTHOR, "Flavio Castelli ") @$(call install_fixup, qjson, DESCRIPTION, missing) @$(call install_lib, qjson, 0, 0, 644, libqjson) @$(call install_finish, qjson) @$(call touch) What is missing now here? Kind regards Henrik Kraft z.Zt. Heidolph GmbH & Co. KG Walpersdorfer Str. 12 91126 Schwabach 09122 - 99 20 - 58 --_000_5DDDC2AE1D40D045B973C3CAA4D4CCC74FA835HISCMAIL01HeiLabl_ Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable

Hello,

 

I needed to chang the developer= platform from openSUSE to Ubunto (10.4 LTS) and ptxdist from -2011-10.0 to= -2013-03.0. As I tried to rebuild all I needed in a first step to exclude = qjson lib (libqjson-0.7.1) from the build because it depends on qt. After everything was builded succesfully. = After this I included qjson but building failed in step targetinstall. The = package is a cmake based package.

 

A warning occurs in step instal= l.pack telling PKG didn’t install anything to [Platform]/packages/qjs= on-0.7.1. This directory does not exist. There exists a directory [Platform= ]/packages/qjson.tmp/[BSP-Path]/opkg/CONTROL with contents control.

 

In build-target two directories= (qjson-0.7.1 and qjson-0.7.1-build) exist. In qjson-0.7.1-build the librar= y including links to it are created.

 

The rules file for the install = script reads as follows:

 

# -----------------------------= -----------------------------------------------

# install

# -----------------------------= -----------------------------------------------

$(STATEDIR)/qjson.install:=

     &= nbsp;  @$(call targetinfo)

     &= nbsp;  @$(call install, qjson)

     &= nbsp;  @$(call touch)

 

# -----------------------------= -----------------------------------------------

# Target-Install

# -----------------------------= -----------------------------------------------

 

$(STATEDIR)/qjson.targetinstall= :

     &= nbsp;  @$(call targetinfo)

 

     &= nbsp;  @$(call install_init, qjson)

     &= nbsp;  @$(call install_fixup, qjson, PRIORITY, optional)

     &= nbsp;  @$(call install_fixup, qjson, SECTION, base)<= /p>

     &= nbsp;  @$(call install_fixup, qjson, AUTHOR, "Flavio Castelli <= ;flavio@castelli.name>")

     &= nbsp;  @$(call install_fixup, qjson, DESCRIPTION, missing)<= /span>

     &= nbsp;  @$(call install_lib, qjson, 0, 0, 644, libqjson)

     &= nbsp;  @$(call install_finish, qjson)

 

     &= nbsp;  @$(call touch)

 

What is missing now here?<= /o:p>

 

Kind regards

 

Henrik Kraft

z.Zt. Heidolph GmbH & Co. KG=

Walpersdorfer Str. 12

91126 Schwabach

09122 – 99 20 - 58=

 

--_000_5DDDC2AE1D40D045B973C3CAA4D4CCC74FA835HISCMAIL01HeiLabl_-- --===============1737030315== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline -- ptxdist mailing list ptxdist@pengutronix.de --===============1737030315==--