glibc-2.3.1.oe:
authorChris Larson <clarson@kergoth.com>
Tue, 3 Jun 2003 02:00:14 +0000 (02:00 +0000)
committerChris Larson <clarson@kergoth.com>
Tue, 3 Jun 2003 02:00:14 +0000 (02:00 +0000)
  Attempt to make use of patcher oeclass to apply the debian patch
evalnow-1.0.oe:
  Add comments on use of evalnow test

BKrev: 3edc012e4C9mcM9pfjR9NRz-x4If4A

content/glibc-2.3.1.oe
test~/evalnow-1.0.oe

index e69de29..4399f40 100644 (file)
@@ -0,0 +1,15 @@
+DESCRIPTION="GNU C Library"
+LICENSE="LGPL"
+SRC_URI="ftp://ftp.gnu.org/gnu/glibc/${P}.tar.gz ftp://ftp.gnu.org/pub/gnu/libc/glibc-linuxthreads-${PV}.tar.gz ${PATCHES_URI}"
+PATCHES_URI=" ${DEBIAN_MIRROR}/main/g/glibc/glibc_2.3.1-16.diff.gz"
+PROVIDES=virtual/libc
+
+S="${WORKDIR}/${P}"
+EXTRA_OECONF="--with-elf --disable-profile --enable-add-ons=linuxthreads --with-elf --enable-shared --with-headers=${STAGING_DIR}/target/include --without-cvs --enable-kernel=2.4.6"
+
+inherit patcher
+
+do_unpack() {
+       patcher_do_unpack $@ || oefatal "unpacking failed"
+       mv ${WORKDIR}/linuxthreads{,_db} ${S}/
+}
index e69de29..b0ebb54 100644 (file)
@@ -0,0 +1,7 @@
+# Try 'oebuild showenv evalnow-1.0.oe'
+
+EVAL_A='a'
+EVAL_B='b'
+EVAL_C='a is ${EVAL_A}'
+EVAL_CNOW:='a(now) is ${EVAL_A}'
+EVAL_A='a two'