diff options
| -rw-r--r-- | meta/packages/gnome/libart-lgpl_2.3.19.bb | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/meta/packages/gnome/libart-lgpl_2.3.19.bb b/meta/packages/gnome/libart-lgpl_2.3.19.bb index a37b392593..a1258c8d79 100644 --- a/meta/packages/gnome/libart-lgpl_2.3.19.bb +++ b/meta/packages/gnome/libart-lgpl_2.3.19.bb | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | DESCRIPTION = "Library of functions for 2D graphics" | 1 | DESCRIPTION = "Library of functions for 2D graphics" |
| 2 | SECTION = "x11/gnome" | 2 | SECTION = "x11/gnome" |
| 3 | LICENSE = "LGPL" | 3 | LICENSE = "LGPL" |
| 4 | PR = "r1" | ||
| 4 | 5 | ||
| 5 | ART_CONFIG = "${HOST_ARCH}/art_config.h" | 6 | ART_CONFIG = "${HOST_ARCH}/art_config.h" |
| 6 | 7 | ||
| @@ -9,7 +10,7 @@ SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/libart_lgpl/2.3/libart_lgpl-${ | |||
| 9 | file://${ART_CONFIG} \ | 10 | file://${ART_CONFIG} \ |
| 10 | file://Makefile.am.patch;patch=1" | 11 | file://Makefile.am.patch;patch=1" |
| 11 | 12 | ||
| 12 | inherit autotools pkgconfig | 13 | inherit autotools_stage pkgconfig |
| 13 | 14 | ||
| 14 | DEPENDS = "" | 15 | DEPENDS = "" |
| 15 | 16 | ||
| @@ -24,7 +25,3 @@ do_configure_prepend() { | |||
| 24 | 25 | ||
| 25 | EXTRA_OECONF = "--disable-gtk-doc" | 26 | EXTRA_OECONF = "--disable-gtk-doc" |
| 26 | 27 | ||
| 27 | do_stage() { | ||
| 28 | autotools_stage_includes | ||
| 29 | oe_libinstall -a -so libart_lgpl_2 ${STAGING_LIBDIR} | ||
| 30 | } | ||
