aboutsummaryrefslogtreecommitdiffstats
path: root/packages/libxml
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2006-08-28 21:00:03 +0000
committerKoen Kooi <koen@openembedded.org>2006-08-28 21:00:03 +0000
commit81b3eb8ab803587093d026de254dd40082913035 (patch)
treec51b95f99d06efb40bebfafbf4d4c09aaf4477b8 /packages/libxml
parentc50a5743b3273d97db8957915d084de01fef7c59 (diff)
downloadopenembedded-81b3eb8ab803587093d026de254dd40082913035.tar.gz
libxml++: move to correct subdir
Diffstat (limited to 'packages/libxml')
-rw-r--r--packages/libxml/libxml++_2.14.0.bb10
1 files changed, 10 insertions, 0 deletions
diff --git a/packages/libxml/libxml++_2.14.0.bb b/packages/libxml/libxml++_2.14.0.bb
new file mode 100644
index 0000000000..6eb296c8c2
--- /dev/null
+++ b/packages/libxml/libxml++_2.14.0.bb
@@ -0,0 +1,10 @@
+LICENSE = "GPL"
+MAINTAINER = "Patrick Steiner <patrick.steiner@a1.net>"
+
+DEPENDS = "gtk+"
+
+inherit gnome pkgconfig
+
+do_stage() {
+autotools_stage_all
+}