diff options
Diffstat (limited to 'recipes/upnp/gupnp-av_0.2.bb')
-rw-r--r-- | recipes/upnp/gupnp-av_0.2.bb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/recipes/upnp/gupnp-av_0.2.bb b/recipes/upnp/gupnp-av_0.2.bb index d3d3b0f2b1..a90961608e 100644 --- a/recipes/upnp/gupnp-av_0.2.bb +++ b/recipes/upnp/gupnp-av_0.2.bb @@ -6,10 +6,6 @@ SRC_URI = "http://gupnp.org/sources/${PN}/${PN}-${PV}.tar.gz" inherit autotools AUTOTOOLS_STAGE_PKGCONFIG = "1" -do_stage() { - autotools_stage_all -} - FILES_${PN} = "${libdir}/*.so.*" |