From: Michael Lippautz Date: Sun, 7 Mar 2010 14:32:54 +0000 (+0100) Subject: libol: Convert to new staging X-Git-Tag: Release-2010-05/1~454 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a0b042d1f0ba0ba30c0e39f1645d2dfed10ea429;p=openembedded.git libol: Convert to new staging --- diff --git a/recipes/libol/libol_0.3.18.bb b/recipes/libol/libol_0.3.18.bb index 7dc48f92df..0a9ad8a89b 100644 --- a/recipes/libol/libol_0.3.18.bb +++ b/recipes/libol/libol_0.3.18.bb @@ -1,12 +1,8 @@ DESCRIPTION = "A tiny C support library" SECTION = "libs" LICENSE = "GPL" -PR = "r8" +PR = "r9" SRC_URI = "http://www.balabit.com/downloads/files/libol/0.3/${P}.tar.gz" inherit autotools binconfig - -do_stage() { - autotools_stage_all -}