diff options
Diffstat (limited to 'recipes/libpcl/libpcl_1.4.bb')
-rw-r--r-- | recipes/libpcl/libpcl_1.4.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/libpcl/libpcl_1.4.bb b/recipes/libpcl/libpcl_1.4.bb new file mode 100644 index 0000000000..9fdf394894 --- /dev/null +++ b/recipes/libpcl/libpcl_1.4.bb @@ -0,0 +1,15 @@ +DESCRIPTION = "The Portable Coroutine Library (PCL) implements the low level \ +functionality for coroutines." +HOMEPAGE = "http://www.xmailserver.org/libpcl.html" +LICENSE = "GPL" +SECTION = "libs" + +SRC_URI = "http://www.xmailserver.org/libpcl-${PV}.tar.gz" +S = "${WORKDIR}/libpcl-${PV}" + +inherit autotools + +do_stage () { + autotools_stage_includes + oe_libinstall -so -a -C pcl libpcl ${STAGING_LIBDIR}/ +} |