diff options
author | Zhai Edwin <edwin.zhai@intel.com> | 2011-05-12 08:08:05 +0800 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2011-05-12 22:04:18 -0700 |
commit | 10bdb737c2c4c6996fd035849109a1e07580a6b9 (patch) | |
tree | 37c877a145cb77809a2e8bdb1f052ff01571670e /meta/recipes-support/beecrypt | |
parent | 94991fb73586887bfc740eacf190032dfb206a65 (diff) | |
download | openembedded-core-contrib-10bdb737c2c4c6996fd035849109a1e07580a6b9.tar.gz |
recipes: Add Upstream-Status to multiple recipes
gtk+: Add Upstream-Status
ed: Add Upstream-Status
gnome-common: Add Upstream-Status
libmatchbox: Add Upstream-Status
matchbox-wm: Add Upstream-Status
x11vnc: Add Upstream-Status
xtscal: Add Upstream-Status
eds-dbus: Add Upstream-Status
matchbox-desktop: Add Upstream-Status
matchbox-keyboard: Add Upstream-Status
matchbox-stroke: Add Upstream-Status
matchbox-theme-sato: Add Upstream-Status
owl-video-widget: Add Upstream-Status
beecrypt: Add Upstream-Status
gnome-icon-theme: Add Upstream-Status
tslib: Add Upstream-Status
libowl-av: Add Upstream-Status
sato-icon-theme: Add Upstream-Status
web-webkit: Add Upstream-Status
metacity: Add Upstream-Status
apr: Add Upstream-Status
gdk-pixbuf: Add Upstream-Status
pcmanfm: Add Upstream-Status
gpgme: Add Upstream-Status
eee-acpi-scripts: Add Upstream-Status
libgalago: Add Upstream-Status
python-pygtk: Add Upstream-Status
gnome-mime-data: Add Upstream-Status
clutter: Add Upstream-Status
clutter-gtk: Add Upstream-Status
tidy: Add Upstream-Status
mutter: Add Upstream-Status
xcursor-transparent-theme: Add Upstream-Status
leafpad: Add Upstream-Status
matchbox-config-gtk: Add Upstream-Status
contacts: Add Upstream-Status
dates: Add Upstream-Status
web: Add Upstream-Status
webkit: Add Upstream-Status
- Also removed empty fix_im.patch
apr-util: Add Upstream-Status
libcroco: Add Upstream-Status
liboil: Add Upstream-Status
libxslt: Add Upstream-Status
libglade: Add Upstream-Status
gnome-terminal: Add Upstream-Status
xev: Add Upstream-Status
claws-mail: Add Upstream-Status
clipboard-manager: Add Upstream-Status
epdfview: Add Upstream-Status
kf: Add Upstream-Status
qemu: Add Upstream-Status
clutter-gst: Add Upstream-Status
table: Add Upstream-Status
matchbox-panel-2: Add Upstream-Status
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
Diffstat (limited to 'meta/recipes-support/beecrypt')
-rw-r--r-- | meta/recipes-support/beecrypt/beecrypt/disable-icu-check.patch | 2 | ||||
-rw-r--r-- | meta/recipes-support/beecrypt/beecrypt/fix-security.patch | 3 |
2 files changed, 5 insertions, 0 deletions
diff --git a/meta/recipes-support/beecrypt/beecrypt/disable-icu-check.patch b/meta/recipes-support/beecrypt/beecrypt/disable-icu-check.patch index 4a2f4147785..91b1fa6ef57 100644 --- a/meta/recipes-support/beecrypt/beecrypt/disable-icu-check.patch +++ b/meta/recipes-support/beecrypt/beecrypt/disable-icu-check.patch @@ -1,6 +1,8 @@ We are unable to run code at configure time in a cross environemnt, but as we control the build we can be fairly certain this dependency is met. +Upstream-Status: Inappropriate [embedded specific] + JL 05/07/10 Index: beecrypt-4.2.1/configure.ac =================================================================== diff --git a/meta/recipes-support/beecrypt/beecrypt/fix-security.patch b/meta/recipes-support/beecrypt/beecrypt/fix-security.patch index f28e393ca7e..6cb0c002053 100644 --- a/meta/recipes-support/beecrypt/beecrypt/fix-security.patch +++ b/meta/recipes-support/beecrypt/beecrypt/fix-security.patch @@ -3,6 +3,9 @@ project: http://www.mail-archive.com/fink-commits@lists.sourceforge.net/msg75742.html JL 05/07/10 + +Upstream-Status: Pending + Index: beecrypt-4.2.1/include/beecrypt/c++/beeyond/BeeCertificate.h =================================================================== --- beecrypt-4.2.1.orig/include/beecrypt/c++/beeyond/BeeCertificate.h 2010-11-26 17:22:57.000000000 +0800 |