summaryrefslogtreecommitdiff
path: root/packages/maemo4/mce-dev.inc
diff options
context:
space:
mode:
Diffstat (limited to 'packages/maemo4/mce-dev.inc')
-rw-r--r--packages/maemo4/mce-dev.inc22
1 files changed, 0 insertions, 22 deletions
diff --git a/packages/maemo4/mce-dev.inc b/packages/maemo4/mce-dev.inc
deleted file mode 100644
index 55db0d69da..0000000000
--- a/packages/maemo4/mce-dev.inc
+++ /dev/null
@@ -1,22 +0,0 @@
-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}/
-}
-