meta-openembedded/meta-oe
Gyorgy Sarvari 6c101fe29d
nmap: set correct license
Nmap has switched from GPLv2 to  their own "Nmap Public Source
License" since a few release. Set it in the recipe accordingly.

The NPSL file in the license firectory has been downloaded
directly from https://svn.nmap.org/nmap/LICENSE

Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-04-28 14:17:37 -07:00
..
classes check-version-mismatch.bbclass: skip go/src directory 2025-04-19 14:36:05 -07:00
conf reproducilibility: remove cjson-ptest package from non reproducible list 2025-04-24 00:13:49 -07:00
dynamic-layers taisei: make use of virtual/libsdl2 2025-04-25 14:47:10 -07:00
files static-passwd-meta-oe: add flatpak user 2025-04-19 14:36:07 -07:00
lib/oeqa/selftest/cases
licenses nmap: set correct license 2025-04-28 14:17:37 -07:00
recipes-benchmark dhrystone: fix build error with gcc-15 2025-04-10 08:31:05 -07:00
recipes-bsp lmsensors: Fix build without sensord 2025-04-24 08:45:53 -07:00
recipes-connectivity iwd: Support using alternative runtime D-Bus 2025-04-24 18:43:17 -07:00
recipes-core dbus-broker: Declare runtime conflict with dbus 2025-04-24 18:43:18 -07:00
recipes-crypto libmcrypt: fix build with gcc-15.0.1 2025-04-01 20:43:27 -07:00
recipes-dbs psqlodbc: fix build with gcc-15 2025-04-23 19:35:01 -07:00
recipes-devtools nodejs: backport a patch to prevent brotli crashing nodejs 2025-04-28 10:15:23 -07:00
recipes-extended zram: fix RDEPENDS for systemd service 2025-04-25 14:47:12 -07:00
recipes-gnome adw-gtk3: upgrade 5.8 -> 5.10 2025-04-23 19:35:02 -07:00
recipes-graphics libsdl2-mixer: drop deprecated modplug PACKAGECONFIG 2025-04-26 16:31:59 -07:00
recipes-kernel python3-drgn: upgrade 0.0.30 -> 0.0.31 2025-04-23 19:35:04 -07:00
recipes-libsimplelog/libsimplelog libsimplelog: Add C89-C++20 logger for cross-OS. 2025-04-19 14:36:05 -07:00
recipes-multimedia libplacebo: make use of virtual/libsdl2 2025-04-25 14:47:11 -07:00
recipes-navigation geos: upgrade 3.12.1 -> 3.13.1 2025-03-20 09:04:50 -07:00
recipes-networking/cyrus-sasl cyrus-sasl: fix error with gcc-15 2025-04-19 14:36:04 -07:00
recipes-printing cups-filters: use 4 spaces for indentation 2025-04-23 19:35:01 -07:00
recipes-security nmap: set correct license 2025-04-28 14:17:37 -07:00
recipes-shells recipes: Fix variable assignment whitespace 2025-03-20 08:46:56 -07:00
recipes-support libosinfo: update 1.11.0 -> 1.12.0 2025-04-28 06:49:23 -07:00
recipes-test catch2: upgrade 3.8.0 -> 3.8.1 2025-04-15 12:52:18 -07:00
COPYING.MIT
README.md README.md: Hint at "git request-pull" 2024-09-14 08:43:55 -07:00
SECURITY.md meta: Add SECURITY.md file to all layers 2024-11-23 09:00:14 -08:00

meta-oe

This layer depends on:

URI: git://github.com/openembedded/openembedded-core.git branch: master

luajit recipe requires host compiler to be able to generate 32bit code when target is 32bit e.g. arm, so ensure that $CC -m32 is functional on build host, if building this recipe, needed packages to fullfit this might have different names on different host distributions e.g. on archlinux based distributions install prerequisites like below

pacman -S lib32-gcc-libs lib32-glibc

Ubuntu sudo apt-get install gcc-multilib linux-libc-dev:i386

Send pull requests to openembedded-devel@lists.openembedded.org with '[meta-oe]' in the subject'

When sending single patches, please use something like: 'git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix="meta-oe][PATCH"'

You are encouraged to fork the mirror on GitHub https://github.com/openembedded/meta-openembedded to share your patches, this is preferred for patch sets consisting of more than one patch.

Note, it is discouraged to send patches via GitHub pull request system. Such patches get less attention from developers and can be mishandled or not reviewed properly. Please use emails instead. For exemple, you can use 'git request-pull' to generate an email referencing your git repository.

Other services like GitLab, repo.or.cz or self-hosted setups are of course accepted as well, 'git fetch ' works the same on all of them. We recommend GitHub because it is free, easy to use, has been proven to be reliable and has a really good web GUI.

layer maintainer: Khem Raj raj.khem@gmail.com