diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2004-05-11 18:37:44 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2004-05-11 18:37:44 +0000 |
commit | a406e1f268e0c5a6263531a9390e7b431ce16679 (patch) | |
tree | f8ab39bcc799a6a5d9aa89a350625af114896813 | |
parent | 738bb4fe77586577390058c648265ab13dff32c3 (diff) |
Merge http://openembedded@openembedded.bkbits.net/packages
into home.hrw.one.pl:/home/szczepan/zaurus/build/oe/packages
2004/05/11 20:37:17+02:00 hrw.one.pl!szczepan
opie-image.oe:
we don't need to install libraries - they are installed automatically if something depends on them
BKrev: 40a11d78OVLbAGTCNddiX7msBYXJSg
-rw-r--r-- | meta/opie-image.oe | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/opie-image.oe b/meta/opie-image.oe index d577dcf084..f784459465 100644 --- a/meta/opie-image.oe +++ b/meta/opie-image.oe @@ -4,7 +4,7 @@ export IMAGE_BASENAME = "opie-image" # Dependencies to get the launcher up and running # -OPIE_LIBS = "libqte2 qpf-bitstream-vera-small libqpe1 libopiecore2 libopieui2 libopienet2 libopiepim2 libopiemm2" +OPIE_LIBS = "qpf-bitstream-vera-small" OPIE_LIBS_DEPEND = "qte-for-opie libopie2 qpf-bitstream-vera" OPIE_BASE = "opie-pics opie-qcop opie-quicklauncher opie-taskbar" @@ -24,7 +24,7 @@ OPIE_BASE_SETTINGS = "opie-light-and-power opie-appearance opie-systemtime" OPIE_BASE_STYLES = "opie-deco-flat opie-style-flat" OPIE_BASE_DEPENDS = "ipkg ntp" -OPIE_BASE_RDEPENDS = "libipkg ntp" +OPIE_BASE_RDEPENDS = "ntpdate" # # Additional things for a standard 16MB distribution # |