summaryrefslogtreecommitdiffstats
path: root/meta/classes/webos_library.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes/webos_library.bbclass')
-rw-r--r--meta/classes/webos_library.bbclass11
1 files changed, 11 insertions, 0 deletions
diff --git a/meta/classes/webos_library.bbclass b/meta/classes/webos_library.bbclass
new file mode 100644
index 0000000000..17df3d99ae
--- /dev/null
+++ b/meta/classes/webos_library.bbclass
@@ -0,0 +1,11 @@
+# Copyright (c) 2012-2013 LG Electronics, Inc.
+#
+# webos_library
+#
+# This class is to be inherited by the recipe for every component that installs a
+# library.
+#
+
+# We expect all libraries will use pkgconfig when building and will install
+# pkgconfig (.pc) files.
+inherit webos_pkgconfig