added my Recipes

This commit is contained in:
2024-07-11 14:16:35 +02:00
parent 38bc4f53ac
commit 09b621d929
7118 changed files with 525762 additions and 3 deletions

View File

@@ -0,0 +1,11 @@
require xorg-data-common.inc
SUMMARY = "Common X11 Bitmaps"
LICENSE = "MIT"
DEPENDS += "libxmu"
RDEPENDS:${PN}-dev = ""
LIC_FILES_CHKSUM = "file://COPYING;md5=dbd075aaffa4a60a8d00696f2e4b9a8f"
SRC_URI[md5sum] = "cedeef095918aca86da79a2934e03daf"
SRC_URI[sha256sum] = "b9f0c71563125937776c8f1f25174ae9685314cbd130fb4c2efce811981e07ee"

View File

@@ -0,0 +1,12 @@
HOMEPAGE = "http://www.x.org"
SECTION = "x11/data"
LICENSE = "MIT"
XORG_PN = "${BPN}"
SRC_URI = "${XORG_MIRROR}/individual/data/${BP}.tar.bz2"
S = "${WORKDIR}/${XORG_PN}-${PV}"
inherit features_check autotools pkgconfig
REQUIRED_DISTRO_FEATURES = "x11"