diff options
Diffstat (limited to 'packages/directfb/directfb-examples_0.9.25.bb')
-rw-r--r-- | packages/directfb/directfb-examples_0.9.25.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/packages/directfb/directfb-examples_0.9.25.bb b/packages/directfb/directfb-examples_0.9.25.bb new file mode 100644 index 0000000000..28de29c4a6 --- /dev/null +++ b/packages/directfb/directfb-examples_0.9.25.bb @@ -0,0 +1,15 @@ +DESCRIPTION = "DirectFB examples" +DEPENDS = "directfb" +SECTION = "devel/examples" +LICENSE = "GPL" + +SRC_URI = "http://www.directfb.org/downloads/Extras/DirectFB-examples-${PV}.tar.gz" +S = "${WORKDIR}/DirectFB-examples-${PV}" + +inherit autotools + +do_configure_append() { +# find ${S} -type f | xargs sed -i 's:/usr/lib:${STAGING_LIBDIR}:' + find ${S} -type f | xargs sed -i 's:/usr/include:${STAGING_INCDIR}:' +} + |