diff options
author | Bruno Randolf <br1@subnet.at> | 2004-12-21 11:43:42 +0000 |
---|---|---|
committer | Bruno Randolf <br1@subnet.at> | 2004-12-21 11:43:42 +0000 |
commit | 5b470501bea9fa75f31330ef9576b0d05a142e83 (patch) | |
tree | ed47184f7689796a3bf9d9f2469dc3461cfe6667 /packages/prism54 | |
parent | 0d0f5a40443ea8fcdc6e711f260ecb9203eb543b (diff) |
Merge http://oe-devel@oe-devel.bkbits.net/openembedded
into null.(none):/data/mtx/oe/openembedded
2004/12/21 12:31:12+01:00 (none)!br1
set version to cvs${CVSDATE} in madwifi and prism54 cvs modules
2004/12/21 12:29:45+01:00 (none)!br1
make perl config.sh-mipsel-linux more similar to the arm version so we don't break each others builds all the time
adapt perl .bb for inclusion of ${TARGET_ARCH}-${TARGET_OS} in the library path
BKrev: 41c80c6eO86ra03tCNAY42zMPCU30w
Diffstat (limited to 'packages/prism54')
-rw-r--r-- | packages/prism54/prism54-module_cvs.bb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/packages/prism54/prism54-module_cvs.bb b/packages/prism54/prism54-module_cvs.bb index e69de29bb2..308b7bfac6 100644 --- a/packages/prism54/prism54-module_cvs.bb +++ b/packages/prism54/prism54-module_cvs.bb @@ -0,0 +1,7 @@ +SECTION = "base" +PV = "cvs${CVSDATE}" + +include prism54-module_1.2.bb + +SRC_URI = "http://prism54.org/pub/linux/snapshot/tars/prism54-cvs-latest.tar.bz2" +S = "${WORKDIR}/prism54-cvs-latest" |