summaryrefslogtreecommitdiff
path: root/packages/altboot
diff options
context:
space:
mode:
authorMatthias Hentges <oe@hentges.net>2006-03-11 11:54:31 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-03-11 11:54:31 +0000
commit614bc381dc8727b3b622456ba0ece1153b43c10d (patch)
treef193e9d735f699a2899a4c491e068b023acbd432 /packages/altboot
parent1d43d302f44b6acc2b93f6ca8caba5b905a5ae19 (diff)
altboot: Sync with .oz branch
Diffstat (limited to 'packages/altboot')
-rw-r--r--packages/altboot/altboot_1.0.5.bb (renamed from packages/altboot/altboot_0.0.5.bb)4
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/altboot/altboot_0.0.5.bb b/packages/altboot/altboot_1.0.5.bb
index 1cb51a3639..3c2a269b64 100644
--- a/packages/altboot/altboot_0.0.5.bb
+++ b/packages/altboot/altboot_1.0.5.bb
@@ -3,7 +3,7 @@
# Copyright Matthias Hentges <devel@hentges.net> (c) 2006
# License: GPL (see http://www.gnu.org/licenses/gpl.txt for a copy of the license)
#
-# Filename: altboot_0.0.5-rc2.bb
+# Filename: altboot_1.0.5-rc2.bb
# Date: 21-Feb-06
DESCRIPTION = "The altboot bootmanager"
@@ -22,6 +22,8 @@ TAG = "${@'v' + bb.data.getVar('PV',d,1).replace('.', '-')}"
SRC_URI = "cvs://anonymous@hentges.net/hentgescvs;method=pserver;tag=${TAG};module=altboot"
+S = "${WORKDIR}/altboot/"
+
######################################################################################
do_install() {