[oe-commits] Ulf Samuelsson : And add recipe fix

git version control git at git.openembedded.org
Sun Aug 23 15:51:14 UTC 2009


Module: openembedded.git
Branch: ulf/linux-2.6.30.2
Commit: 39160f04bf598314621af3a99b815380cf8f11d5
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=39160f04bf598314621af3a99b815380cf8f11d5

Author: Ulf Samuelsson <ulf.samuelsson at atmel.com>
Date:   Sun Aug 23 17:37:32 2009 +0200

And add recipe fix

---

 recipes/tftpboot/tftpboot.bb |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/recipes/tftpboot/tftpboot.bb b/recipes/tftpboot/tftpboot.bb
index ea2aad5..e994db4 100644
--- a/recipes/tftpboot/tftpboot.bb
+++ b/recipes/tftpboot/tftpboot.bb
@@ -6,6 +6,7 @@ SRC_URI = "file://tftpboot.tar.bz2"
 
 DEST_DIR=/tftpboot/Angstrom
 
+DEPENDS = x11-gpe-image
 do_install() {
 	mkdir -p ${DEST_DIR}
 	cp -r ${DEPLOY_DIR_IMAGE}	${DEST_DIR}





More information about the Openembedded-commits mailing list