aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/maemo4/mce-dev.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/maemo4/mce-dev.inc')
-rw-r--r--recipes/maemo4/mce-dev.inc22
1 files changed, 22 insertions, 0 deletions
diff --git a/recipes/maemo4/mce-dev.inc b/recipes/maemo4/mce-dev.inc
new file mode 100644
index 0000000000..55db0d69da
--- /dev/null
+++ b/recipes/maemo4/mce-dev.inc
@@ -0,0 +1,22 @@
+LICENSE = "LGPL"
+DESCRIPTION = "Nokia MCE headers"
+
+inherit pkgconfig
+
+do_compile() {
+ # Nothing to compile in this recipe. These are just headers.
+ :
+}
+
+do_install() {
+ install -d ${D}${prefix}/include
+ install -d ${D}${libdir}/pkgconfig
+
+ cp -pPr include/* ${D}${prefix}/include
+ cp *.pc ${D}${libdir}/pkgconfig/
+}
+
+do_stage() {
+ cp -pPr include/* ${STAGING_INCDIR}/
+}
+