From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [81.169.183.159] (helo=coruscant.onosendai.de) by linuxtogo.org with esmtp (Exim 4.69) (envelope-from ) id 1JbvlU-0004id-3p for openembedded-devel@lists.openembedded.org; Wed, 19 Mar 2008 11:43:28 +0100 Received: from [212.23.103.110] (helo=[10.161.188.132]) by coruscant.onosendai.de with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JbvlT-0006V4-97 for openembedded-devel@lists.openembedded.org; Wed, 19 Mar 2008 11:43:23 +0100 From: Holger Freyther To: openembedded-devel@lists.openembedded.org Date: Wed, 19 Mar 2008 11:43:04 +0100 User-Agent: KMail/1.9.9 References: <200803182311.01445.zecke@selfish.org> In-Reply-To: MIME-Version: 1.0 Message-Id: <200803191143.05167.zecke@selfish.org> X-Broken-Reverse-DNS: no host name found for IP address 212.23.103.110 X-SA-Exim-Connect-IP: 81.169.183.159 X-SA-Exim-Mail-From: zecke@selfish.org X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on serenity X-Spam-Level: X-Spam-Status: No, score=0.1 required=5.0 tests=RDNS_NONE autolearn=no version=3.2.3 X-SA-Exim-Version: 4.2.1 (built Tue, 21 Aug 2007 23:39:36 +0000) X-SA-Exim-Scanned: Yes (on linuxtogo.org) Subject: Re: The tzdata package and a bug with tzdata-dbg X-BeenThere: openembedded-devel@lists.openembedded.org X-Mailman-Version: 2.1.9 Precedence: list Reply-To: openembedded-devel@lists.openembedded.org List-Id: Using the OpenEmbedded metadata to build Distributions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Mar 2008 10:43:28 -0000 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline On Tuesday 18 March 2008 23:32:18 Koen Kooi wrote: Hey Koen, thanks for the fast answer > Yes: Change RPROVIDES = "foo" to RPROVIDES_ and bump PR. Yes, this part is obvious. Now to the hard part tzdata-dbg has no content, now that the RPROVIDES are different the tzdata-dbg package will be gone. The tricky question is: ipkg update ipkg upgrade tzdata-dbg should be gone, tzdata should be installed. How to achieve this? My attempt was to have an empty tzdata-dbg package that is not providing tzdata anymore, so on update ipkg should try to install tzdata again.... z.