diff options
author | Chris Larson <clarson@kergoth.com> | 2004-12-09 09:47:41 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-12-09 09:47:41 +0000 |
commit | 2c5b8ec6d95cf68650265941530e5ce38c8dd6d9 (patch) | |
tree | bf879bea7ef8517ba8c3d1286ef300401d3d484c /libopie | |
parent | 101e2f1623def0a355d20aacb8bd93810703e834 (diff) |
Merge oe-devel@oe-devel.bkbits.net:openembedded
into hyperion.kergoth.com:/home/kergoth/code/openembedded
2004/12/09 03:39:39-06:00 kergoth.com!kergoth
Break people's builds again.. this time moving the packages into a packages/ subdir to clean things up a bit.
BKrev: 41b81f3dvlp3rU7_8MUXLcI8LDdDoA
Diffstat (limited to 'libopie')
-rw-r--r-- | libopie/libopie2/include.pro | 24 | ||||
-rw-r--r-- | libopie/libopie2_1.1.7.bb | 0 | ||||
-rw-r--r-- | libopie/libopie2_cvs.bb | 0 |
3 files changed, 0 insertions, 24 deletions
diff --git a/libopie/libopie2/include.pro b/libopie/libopie2/include.pro deleted file mode 100644 index 7ec04ed7ce..0000000000 --- a/libopie/libopie2/include.pro +++ /dev/null @@ -1,24 +0,0 @@ -# we don't want to modify subdir .pro's -!contains( TEMPLATE, subdirs ) { -# if it's already a lib, we ignore it -!contains( TEMPLATE, lib ) { - - contains( CONFIG, quick-app ) { - message ( Building a quicklaunch application ) - TEMPLATE = lib - CONFIG += plugin - DEFINES += OPIE_APP_INTERFACE - DEFINES += QUICKAPP_NAME="\"$${TARGET}\"" - } - - !contains ( CONFIG, quick-app ) { - message( Building a standalone application ) - TEMPLATE = app - DEFINES -= OPIE_APP_INTERFACE - DEFINES += QUICKAPP_NAME="\"$${TARGET}\"" - } -} -} - -DEFINES += OPIE_NEW_MALLOC -DEFINES += OPIE_NO_ERASE_RECT_HACKFIX diff --git a/libopie/libopie2_1.1.7.bb b/libopie/libopie2_1.1.7.bb deleted file mode 100644 index e69de29bb2..0000000000 --- a/libopie/libopie2_1.1.7.bb +++ /dev/null diff --git a/libopie/libopie2_cvs.bb b/libopie/libopie2_cvs.bb deleted file mode 100644 index e69de29bb2..0000000000 --- a/libopie/libopie2_cvs.bb +++ /dev/null |