diff options
author | Matthias Hentges <oe@hentges.net> | 2007-05-13 21:16:02 +0000 |
---|---|---|
committer | Matthias Hentges <oe@hentges.net> | 2007-05-13 21:16:02 +0000 |
commit | 3bf1f0777251ada27625d68e479ffcc56a98995b (patch) | |
tree | f32ce7da4018e758222a81803aae37032e140a16 /packages/altboot/altboot_1.0.5.bb | |
parent | 5cd0dd73b8c511b32ebf28698bc7b30831678ccf (diff) |
altboot: Unb0rk do_install and SVN path of all altboot .bb's. You'll probably have to rm -rf your sources/altboot directory due to a bug in the SVN fetcher.
Diffstat (limited to 'packages/altboot/altboot_1.0.5.bb')
-rw-r--r-- | packages/altboot/altboot_1.0.5.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/altboot/altboot_1.0.5.bb b/packages/altboot/altboot_1.0.5.bb index 15850e5bdc..094a6de3ff 100644 --- a/packages/altboot/altboot_1.0.5.bb +++ b/packages/altboot/altboot_1.0.5.bb @@ -12,7 +12,7 @@ LICENSE = "GPL" ###################################################################################### -PR = "r0" +PR = "r1" ###################################################################################### @@ -20,7 +20,7 @@ PACKAGE_ARCH = "${MACHINE}" TAG = "${@'v' + bb.data.getVar('PV',d,1).replace('.', '-')}" -SRC_URI = "svn://hentges.net/altboot/tags/;module=${TAG};proto=svn" +SRC_URI = "svn://hentges.net/public/altboot/tags/;module=${TAG};proto=svn" S = "${WORKDIR}/${TAG}/" @@ -33,7 +33,7 @@ do_install() { install -d ${D}/etc/altboot.rc install -d ${D}/usr/share/doc/altboot - if test -d ${WORKDIR}/altboot/${MACHINE} + if test -d ${S}/${MACHINE} then install -m 0644 ${S}/${MACHINE}/altboot*.cfg ${D}/etc else |