summaryrefslogtreecommitdiff
path: root/test~
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2003-06-11 22:55:52 +0000
committerChris Larson <clarson@kergoth.com>2003-06-11 22:55:52 +0000
commit78e5cb9ead56cc2c61eb14ef54a4ec98794bae87 (patch)
treef2b5fdf09859de9e9122242a056fef4eb980fa77 /test~
parentff2d0c208eef49d7e8a2a5d570844de0f5fbde0a (diff)
package-1.0.oe:
Update the package oeclass test.. actually works now. glibc-2.3.1.oe: Move the patch into SRC_URI BKrev: 3ee7b3784EPM4NLG6quvTqjAsUm9TQ
Diffstat (limited to 'test~')
-rw-r--r--test~/package-1.0.oe16
1 files changed, 16 insertions, 0 deletions
diff --git a/test~/package-1.0.oe b/test~/package-1.0.oe
index e69de29bb2..c96e19cc92 100644
--- a/test~/package-1.0.oe
+++ b/test~/package-1.0.oe
@@ -0,0 +1,16 @@
+SRC_URI=""
+FILES=""
+
+PACKAGES="libncurses5"
+
+# per-package metadata
+FILES_libncurses5="/usr/lib/libncurses.so"
+DESCRIPTION_libncurses5="Ncurses libraries"
+
+inherit base package
+
+do_install () {
+ cd ${D}
+ mkdir -p usr/lib
+ ln -sf libncurses.so.5.2 usr/lib/libncurses.so
+}