diff options
Diffstat (limited to 'virtual/opie-image.oe')
-rw-r--r-- | virtual/opie-image.oe | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/virtual/opie-image.oe b/virtual/opie-image.oe index e69de29bb2..b3f31ce98c 100644 --- a/virtual/opie-image.oe +++ b/virtual/opie-image.oe @@ -0,0 +1,10 @@ +export IMAGE_BASENAME = "opie-image" + +OPIE_LIBS = "qte-for-opie qpf-bitstream-vera libqpe-opie libopie2" +OPIE_BASE = "opie-qcop opie-quicklauncher opie-taskbar" + +DEPENDS = "task-bootstrap strace ${OPIE_LIBS} ${OPIE_BASE}" + +export IPKG_INSTALL = "${DEPENDS}" + +inherit image_ipk |