diff options
author | Michael Lippautz <michael.lippautz@gmail.com> | 2010-03-07 15:32:54 +0100 |
---|---|---|
committer | Michael Lippautz <michael.lippautz@gmail.com> | 2010-03-07 15:32:54 +0100 |
commit | a0b042d1f0ba0ba30c0e39f1645d2dfed10ea429 (patch) | |
tree | d71b5897d18cc6c375570dc9763bab20c709da93 /recipes/libol | |
parent | ff2dd30ccc4c3a474dd7e73bd0efa3afc8fdc474 (diff) |
libol: Convert to new staging
Diffstat (limited to 'recipes/libol')
-rw-r--r-- | recipes/libol/libol_0.3.18.bb | 6 |
1 files changed, 1 insertions, 5 deletions
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 -} |