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 /beepmp | |
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 'beepmp')
-rw-r--r-- | beepmp/beepmp/bugfix.patch | 11 | ||||
-rw-r--r-- | beepmp/beepmp_0.9.7rc2.bb | 0 |
2 files changed, 0 insertions, 11 deletions
diff --git a/beepmp/beepmp/bugfix.patch b/beepmp/beepmp/bugfix.patch deleted file mode 100644 index 8a6347650c..0000000000 --- a/beepmp/beepmp/bugfix.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- bmp-0.9.7/beep/skin.c 2004-06-24 09:36:35.000000000 -0700 -+++ bmp-0.9.7.new/beep/skin.c 2004-06-28 15:29:16.295059688 -0700 -@@ -482,7 +482,7 @@ - bmp_active_skin = skin_new(); - - if (!bmp_active_skin_load(path)) { -- g_message("Unable to load skin (%s), trying default...", path); -+ g_message("Unable to load skin (%s), trying default...", path ? path : "NULL"); - - /* can't load configured skin, retry with default */ - if (!bmp_active_skin_load(BMP_DEFAULT_SKIN_PATH)) { diff --git a/beepmp/beepmp_0.9.7rc2.bb b/beepmp/beepmp_0.9.7rc2.bb deleted file mode 100644 index e69de29bb2..0000000000 --- a/beepmp/beepmp_0.9.7rc2.bb +++ /dev/null |