diff options
-rw-r--r-- | apache/apache_2.0.48.oe | 1 | ||||
-rw-r--r-- | dosbox/dosbox_0.61.oe | 1 | ||||
-rw-r--r-- | ngrep/ngrep_1.41.oe | 1 | ||||
-rw-r--r-- | nmap/nmap_3.50.oe | 4 | ||||
-rw-r--r-- | qte/qte-for-qvfb_2.3.7.oe | 0 |
5 files changed, 5 insertions, 2 deletions
diff --git a/apache/apache_2.0.48.oe b/apache/apache_2.0.48.oe index 3be8123ef7..86ea6bc6a8 100644 --- a/apache/apache_2.0.48.oe +++ b/apache/apache_2.0.48.oe @@ -1,3 +1,4 @@ +BROKEN = "1" SECTION = "net" DEPENDS = "expat openssl" DESCRIPTION = "A high performance Unix-based HTTP server." diff --git a/dosbox/dosbox_0.61.oe b/dosbox/dosbox_0.61.oe index a3eec01c00..677b5da507 100644 --- a/dosbox/dosbox_0.61.oe +++ b/dosbox/dosbox_0.61.oe @@ -1,3 +1,4 @@ +BROKEN = "1" DESCRIPTION = "Dos Emulator based on SDL" SECTION = "base" PRIORITY = "optional" diff --git a/ngrep/ngrep_1.41.oe b/ngrep/ngrep_1.41.oe index 62c22133db..e84dccf936 100644 --- a/ngrep/ngrep_1.41.oe +++ b/ngrep/ngrep_1.41.oe @@ -1,3 +1,4 @@ +BROKEN = "1" DESCRIPTION = "ngrep strives to provide most of GNU grep's \ common features, applying them to the network layer." SECTION = "base" diff --git a/nmap/nmap_3.50.oe b/nmap/nmap_3.50.oe index d9331d330b..fa012b6ad2 100644 --- a/nmap/nmap_3.50.oe +++ b/nmap/nmap_3.50.oe @@ -1,6 +1,6 @@ -DEPENDS = "libpcap" +BROKEN = "1" DESCRIPTION = "Nmap is a command line portscanner." - +DEPENDS = "libpcap" SRC_URI = "http://download.insecure.org/nmap/dist/nmap-${PV}.tgz" inherit autotools diff --git a/qte/qte-for-qvfb_2.3.7.oe b/qte/qte-for-qvfb_2.3.7.oe new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/qte/qte-for-qvfb_2.3.7.oe |