From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from spielplatz.cestona.ro (85-10-192-88.clients.your-server.de [85.10.192.88]) by mail.openembedded.org (Postfix) with ESMTP id A05206BA1D for ; Tue, 25 Feb 2014 20:24:08 +0000 (UTC) Received: from [192.168.178.33] (agsb-4d04814a.pool.mediaways.net [::ffff:77.4.129.74]) (AUTH: LOGIN thilo@cestona.ro) by spielplatz with ESMTPA; Tue, 25 Feb 2014 21:24:08 +0100 id 0000000001D48048.530CFBE8.000050F3 Message-ID: <530CFBE7.5060103@cestona.ro> Date: Tue, 25 Feb 2014 21:24:07 +0100 From: Thilo Cestonaro User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: Paul Barker References: <530CB3A6.3060404@cestona.ro> In-Reply-To: X-Enigmail-Version: 1.6 Cc: Openembedded Core List Subject: Re: opkg-build and dpkg-deb 1.17.x X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Feb 2014 20:24:08 -0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Hey Paul, thx for your hints. I managed to get git send-email to work and send it with signed-off-by line. Regarding your question; The debian-binary needs to be the first member of the archive, then control.tar.gz and then the data.tar.gz. Have a look at "man 5 deb" there is a detailed description how the archive should look like. Greetings, Thilo Am 25.02.2014 16:34, schrieb Paul Barker: > On 25 February 2014 15:15, Thilo Cestonaro wrote: >> Hey all, >> >> with a recent change in dpkg-deb ( >> http://anonscm.debian.org/gitweb/?p=dpkg/dpkg.git;a=commitdiff;h=547dca4c3ff23df5dfa554f1943b371cd7056ee4 >> ), the packages generated by opkg-build will not be accepted by dpkg-deb >> anymore. The change disallows that the data.tar.gz is packed into the >> ipk or deb before the control.tar.gz. >> >> Supplied patch for opkg-utils repo fixes this. >> >> Greetings >> Thilo >> > > This needs to be sent to the yocto@yoctoproject.org mailing list > rather than the openembedded-core@lists.openembedded.org mailing list. > > It should also be sent using 'git send-email' if possible and the > description of why this change is needed needs to be included in the > commit message for the patch. > > You'll also need to add a 'Signed-off-by' line to the patch. > > The full contribution guidelines for opkg-utils are now in the file > 'CONTRIBUTING' in the root of the source tree. See > https://git.yoctoproject.org/cgit/cgit.cgi/opkg-utils/tree/CONTRIBUTING > for an online copy. > > Regarding the change itself, is the 'debian-binary' file still allowed > to be infront of the 'control.tar.gz' file in the archive? Other than > that question, the change looks good at first glance. > > If any of that doesn't work for you, let me know and I'll try to help out. > > Thanks, >