dotcon_1.0.13: fix staging.
authorJunqian Gordon Xu <xjqian@gmail.com>
Wed, 2 Jan 2008 12:59:51 +0000 (12:59 +0000)
committerJunqian Gordon Xu <xjqian@gmail.com>
Wed, 2 Jan 2008 12:59:51 +0000 (12:59 +0000)
packages/dotconf/dotconf_1.0.13.bb

index 3dcfc5d..332cba9 100644 (file)
@@ -8,3 +8,8 @@ inherit autotools
 
 SRC_URI = "http://www.azzit.de/dotconf/download/v1.0/${PN}-${PV}.tar.gz \
          file://srcMakefile.am_00.patch;patch=1"
+
+do_stage () {
+        install -m 0644 ${S}/src/*.h ${STAGING_INCDIR}/
+        oe_libinstall -C src -a -so libdotconf ${STAGING_LIBDIR}/
+}