diff options
Diffstat (limited to 'recipes/gimp')
-rw-r--r-- | recipes/gimp/babl_svn.bb | 5 | ||||
-rw-r--r-- | recipes/gimp/gimp.inc | 5 |
2 files changed, 0 insertions, 10 deletions
diff --git a/recipes/gimp/babl_svn.bb b/recipes/gimp/babl_svn.bb index b9ce3cdf91..2f8eca75fa 100644 --- a/recipes/gimp/babl_svn.bb +++ b/recipes/gimp/babl_svn.bb @@ -12,11 +12,6 @@ SRC_URI = "svn://svn.gnome.org/svn/${PN};module=trunk" S = "${WORKDIR}/trunk" -do_stage() { - autotools_stage_all -} - - FILES_${PN} += "${libdir}/babl-0.0/" FILES_${PN}-dbg += "${libdir}/babl-0.0/.debug/" diff --git a/recipes/gimp/gimp.inc b/recipes/gimp/gimp.inc index 64621120b9..c3f2393243 100644 --- a/recipes/gimp/gimp.inc +++ b/recipes/gimp/gimp.inc @@ -26,11 +26,6 @@ do_configure_append() { find ${S} -name Makefile | xargs sed -i s:'file-wmf$(EXEEXT)':'':g } - -do_stage() { - autotools_stage_all -} - python populate_packages_prepend () { cv_libdir = bb.data.expand('${libdir}', d) do_split_packages(d, cv_libdir, '^lib(.*)\.so\.*', 'lib%s', 'GIMP %s library', extra_depends='', allow_links=True) |