hexsha
stringlengths
40
40
size
int64
5
1.05M
ext
stringclasses
588 values
lang
stringclasses
305 values
max_stars_repo_path
stringlengths
3
363
max_stars_repo_name
stringlengths
5
118
max_stars_repo_head_hexsha
stringlengths
40
40
max_stars_repo_licenses
listlengths
1
10
max_stars_count
float64
1
191k
max_stars_repo_stars_event_min_datetime
stringdate
2015-01-01 00:00:35
2022-03-31 23:43:49
max_stars_repo_stars_event_max_datetime
stringdate
2015-01-01 12:37:38
2022-03-31 23:59:52
max_issues_repo_path
stringlengths
3
363
max_issues_repo_name
stringlengths
5
118
max_issues_repo_head_hexsha
stringlengths
40
40
max_issues_repo_licenses
listlengths
1
10
max_issues_count
float64
1
134k
max_issues_repo_issues_event_min_datetime
stringlengths
24
24
max_issues_repo_issues_event_max_datetime
stringlengths
24
24
max_forks_repo_path
stringlengths
3
363
max_forks_repo_name
stringlengths
5
135
max_forks_repo_head_hexsha
stringlengths
40
40
max_forks_repo_licenses
listlengths
1
10
max_forks_count
float64
1
105k
max_forks_repo_forks_event_min_datetime
stringdate
2015-01-01 00:01:02
2022-03-31 23:27:27
max_forks_repo_forks_event_max_datetime
stringdate
2015-01-03 08:55:07
2022-03-31 23:59:24
content
stringlengths
5
1.05M
avg_line_length
float64
1.13
1.04M
max_line_length
int64
1
1.05M
alphanum_fraction
float64
0
1
a35bbbbf9d042d99e33309424a26c868efeb9c2d
109
bat
Batchfile
bin/shader/vulkan/heightfield/compile.bat
bhlzlx/NixRenderer
722218ed6df7166782e35ee27e07551ede52cf7e
[ "MIT" ]
1
2022-02-21T07:28:12.000Z
2022-02-21T07:28:12.000Z
bin/shader/vulkan/triangle/compile.bat
bhlzlx/NixRenderer
722218ed6df7166782e35ee27e07551ede52cf7e
[ "MIT" ]
null
null
null
bin/shader/vulkan/triangle/compile.bat
bhlzlx/NixRenderer
722218ed6df7166782e35ee27e07551ede52cf7e
[ "MIT" ]
null
null
null
glslangValidator -V triangle.vert -o triangle.vert.spv glslangValidator -V triangle.frag -o triangle.frag.spv
54.5
54
0.825688
6d6d394331c845386e9996858842d7788a258374
643
bat
Batchfile
FOR_OEM/flash_diamex.bat
keyboardpartner/HX3
9d2c6761d70187028723af68907be1681114f6d5
[ "W3C", "PHP-3.01", "OLDAP-2.3" ]
18
2015-03-17T20:47:16.000Z
2022-01-11T19:56:06.000Z
FOR_OEM/flash_diamex.bat
keyboardpartner/HX3
9d2c6761d70187028723af68907be1681114f6d5
[ "W3C", "PHP-3.01", "OLDAP-2.3" ]
1
2016-11-03T23:38:50.000Z
2016-11-03T23:38:50.000Z
FOR_OEM/flash_diamex.bat
keyboardpartner/HX3
9d2c6761d70187028723af68907be1681114f6d5
[ "W3C", "PHP-3.01", "OLDAP-2.3" ]
10
2015-04-18T17:12:08.000Z
2021-06-05T14:28:08.000Z
echo off echo Batch for DIAMEX PROG-S ISP programmer on COM port # echo Example usage: flash_diamex 4 echo with 4 = port number (1..31) of FTDI cable (see Windows device manager do determine #) echo Place 10-pin ribbon connector of ISP programmer on PL1, pin 1 facing towards XTAL echo Insert CONF_DIS jumper JP5 on HX3 board before continuing pause avrdude -C "avrdude.conf" -pm644p -cstk500v2 -B8 -P COM%1 -U lfuse:w:0xf7:m -U hfuse:w:0xd2:m -U efuse:w:0xff:m -U flash:w:"HX3mk3_boot_std.hex":i -U eeprom:w:"HX3mk3_boot_std.eep":i echo Remove CONF_DIS jumper JP5 echo Use HX3 Remote to update to appropriate firmware! pause
42.866667
183
0.751166
6e0ca7d92e5ba23c330adf62b45be505c6cf5d59
167
bat
Batchfile
Hermes/gen_protobuf.bat
miroslavpokorny/Hermes
beb46415a214ce365e86caa3c8e323cf7f5d80e2
[ "Apache-2.0", "Unlicense" ]
null
null
null
Hermes/gen_protobuf.bat
miroslavpokorny/Hermes
beb46415a214ce365e86caa3c8e323cf7f5d80e2
[ "Apache-2.0", "Unlicense" ]
null
null
null
Hermes/gen_protobuf.bat
miroslavpokorny/Hermes
beb46415a214ce365e86caa3c8e323cf7f5d80e2
[ "Apache-2.0", "Unlicense" ]
null
null
null
set out_cs=Protoc\Messages set protobuf="..\packages\Google.Protobuf.Tools.3.2.0\tools\windows_x86\protoc.exe" %protobuf% --csharp_out=%out_cs% message.proto pause
20.875
83
0.778443
060033ef5ee526cd2beb89088609d0d47a6df851
312
bat
Batchfile
MakeExe.bat
dmcclimans/GPXAnalyzer
3201b24ab1cf0c28700f10508dbfa7eb1bf8052e
[ "MIT" ]
null
null
null
MakeExe.bat
dmcclimans/GPXAnalyzer
3201b24ab1cf0c28700f10508dbfa7eb1bf8052e
[ "MIT" ]
null
null
null
MakeExe.bat
dmcclimans/GPXAnalyzer
3201b24ab1cf0c28700f10508dbfa7eb1bf8052e
[ "MIT" ]
null
null
null
pyinstaller --onedir --noconsole --version-file=GPXAnalyzerVersion.txt ^ --noupx --clean --noconfirm ^ --log-level=WARN ^ --add-binary AppSplashscreen.png;. ^ --add-binary AppScreenshot1.png;. --add-binary AppChart1.png;. ^ --add-data Readme.md;. --add-data License.txt;. ^ gpxanalyzer.py @pause
34.666667
73
0.682692
ff7b90361c4eeba3344a162a49de79361fe755c5
512
bat
Batchfile
Sources/WIX/EdgewoodSoftware.PackLib_MSI/WixHarvestDocuments.bat
treeDiM/PackLib4ES
cadac6f5770ab898addff290eb6047d782963b10
[ "MIT" ]
null
null
null
Sources/WIX/EdgewoodSoftware.PackLib_MSI/WixHarvestDocuments.bat
treeDiM/PackLib4ES
cadac6f5770ab898addff290eb6047d782963b10
[ "MIT" ]
null
null
null
Sources/WIX/EdgewoodSoftware.PackLib_MSI/WixHarvestDocuments.bat
treeDiM/PackLib4ES
cadac6f5770ab898addff290eb6047d782963b10
[ "MIT" ]
2
2020-09-22T13:27:49.000Z
2020-12-19T15:56:03.000Z
"C:\Program Files (x86)\WiX Toolset v3.14\bin\heat.exe" dir "..\..\Data\Documents" -dr Documents -cg DocumentsGroup -gg -g1 -sf -srd -var "var.DocumentsDir" -scom -sreg -sw5151 -out ".\GroupDocuments.wxs" @echo off setlocal enabledelayedexpansion ren GroupDocuments.wxs in.tmp set line=0 for /f "tokens=*" %%a in (in.tmp) do ( set /a line+=1 if "!line!"=="2" ( Echo|set /p="<?include Config.wxi?>">> GroupDocuments.wxs Echo. >> GroupDocuments.wxs ) Echo %%a >> GroupDocuments.wxs ) del in.tmp goto :eof
32
204
0.681641
9ecf0184b980149c32de8650f64bf577e4bf49d6
497
cmd
Batchfile
build.cmd
mb3m/vcdifflibrary
1550c092b57d41f5b40e8d51e24795d113017fde
[ "MIT" ]
1
2016-12-06T17:27:52.000Z
2016-12-06T17:27:52.000Z
build.cmd
mb3m/vcdifflibrary
1550c092b57d41f5b40e8d51e24795d113017fde
[ "MIT" ]
null
null
null
build.cmd
mb3m/vcdifflibrary
1550c092b57d41f5b40e8d51e24795d113017fde
[ "MIT" ]
null
null
null
if exist "%ProgramFiles(x86)%\MSBuild\12.0\bin" goto msbuildx86 if exist "%ProgramFiles%\MSBuild\12.0\bin" goto msbuild echo "Unable to detect suitable environment. Check if msbuild is installed." exit 1 :msbuildx86 set msbuildpath=%ProgramFiles(x86)%\MSBuild\12.0\bin\ goto build :msbuild set msbuildpath=%ProgramFiles%\MSBuild\12.0\bin\ goto build :build set targets=Build if not "%~1" == "" set targets=%~1 "%msbuildpath%msbuild.exe" /t:%targets% build\build.proj /fl /flp:logfile=build.log
27.611111
83
0.754527
3d5c00745ae0eebefda52c3de1c39acf945ad9e7
653
bat
Batchfile
Windows/06-sssjson/sssjson.bat
LaranIkal/scalascripting
02602490f417534d17d114dfdb152cded532fade
[ "MIT" ]
5
2020-09-01T23:54:07.000Z
2022-02-05T05:27:08.000Z
Windows/06-sssjson/sssjson.bat
LaranIkal/scalascripting
02602490f417534d17d114dfdb152cded532fade
[ "MIT" ]
null
null
null
Windows/06-sssjson/sssjson.bat
LaranIkal/scalascripting
02602490f417534d17d114dfdb152cded532fade
[ "MIT" ]
null
null
null
::#! @echo off call scala ^ -i utils/utils.scala ^ -i sssjson.scala -deprecation -classpath "jarlib/ujson_2.13-1.2.0.jar;jarlib/upickle-core_2.13-1.2.0.jar;jarlib/geny_2.13-0.6.2.jar" %0 %* goto :eof ::!# MyApp.Main // This program reads a json files and prints each record to the screen. // it is using a structured way to run a scala script. // Important link related to writing to files in Scala: // https://alvinalexander.com/scala/how-to-write-text-files-in-scala-printwriter-filewriter/ // For JSON files, check this link: // https://www.lihaoyi.com/post/uJsonfastflexibleandintuitiveJSONforScala.html // Enjoy :)
29.681818
140
0.704441
61bbfda62425c09587c2ed363b16d31919d0fc0a
128
bat
Batchfile
java/run.bat
yanmingsohu/ConsoleQQ
ecf68cf488db5c4fef4e7266d1438a4a26de781a
[ "MIT" ]
null
null
null
java/run.bat
yanmingsohu/ConsoleQQ
ecf68cf488db5c4fef4e7266d1438a4a26de781a
[ "MIT" ]
null
null
null
java/run.bat
yanmingsohu/ConsoleQQ
ecf68cf488db5c4fef4e7266d1438a4a26de781a
[ "MIT" ]
null
null
null
@echo off rem start javaw -cp bin;ojdbc14.jar tools.db.ui.Mainc java -cp bin;json-taglib-0.4.1.jar Mainc if errorlevel 1 pause
21.333333
53
0.757813
59108909515f98250c3e79fc68dccd7c4dae816b
135
cmd
Batchfile
run_tests_coverage.cmd
lefevre-fraser/openmeta-mms
08f3115e76498df1f8d70641d71f5c52cab4ce5f
[ "MIT" ]
null
null
null
run_tests_coverage.cmd
lefevre-fraser/openmeta-mms
08f3115e76498df1f8d70641d71f5c52cab4ce5f
[ "MIT" ]
null
null
null
run_tests_coverage.cmd
lefevre-fraser/openmeta-mms
08f3115e76498df1f8d70641d71f5c52cab4ce5f
[ "MIT" ]
null
null
null
vsperfcmd /start:coverage /output:metacoverage 3rdParty\xunit-1.9.1\xunit.console.clr4.x86.exe test\tests.xunit vsperfcmd /shutdown
33.75
65
0.807407
fdaea79ad074761fe3824d7dbdcd05399b797d10
336
cmd
Batchfile
GitHub/git-delete-head.cmd
vic4key/Shorten-CMDs
ee6ab2ae2917f5f895d98095528a7803f732e949
[ "MIT" ]
null
null
null
GitHub/git-delete-head.cmd
vic4key/Shorten-CMDs
ee6ab2ae2917f5f895d98095528a7803f732e949
[ "MIT" ]
null
null
null
GitHub/git-delete-head.cmd
vic4key/Shorten-CMDs
ee6ab2ae2917f5f895d98095528a7803f732e949
[ "MIT" ]
null
null
null
@ECHO OFF FOR /f %%V IN ('git rev-parse --short HEAD') DO SET "HEAD_ID=%%V" SET /p response=[+] Delete the last commit or HEAD `%HEAD_ID%` ? SET "confirm=0" IF [%response%]==[Y] SET confirm=1 IF [%response%]==[y] SET confirm=1 IF [%confirm%]==[1] ( git rebase -i HEAD~2 git push origin master --force ) ELSE ( ECHO Cancelled )
22.4
65
0.630952
91545960ae5c5027679a1b5d476a430700c05b7d
70
bat
Batchfile
getComPush.bat
khjun325/Javascript_2018-1_TestJs
8f622f2457ce346d3fa2a69148fef52694cca478
[ "CC0-1.0" ]
null
null
null
getComPush.bat
khjun325/Javascript_2018-1_TestJs
8f622f2457ce346d3fa2a69148fef52694cca478
[ "CC0-1.0" ]
null
null
null
getComPush.bat
khjun325/Javascript_2018-1_TestJs
8f622f2457ce346d3fa2a69148fef52694cca478
[ "CC0-1.0" ]
null
null
null
git add --all git commit -m "[2018.0..27]#4" git push -u origin master
23.333333
30
0.671429
e66506803a00aae873b2ea9fdd7b329f4260e148
507
bat
Batchfile
doc-deploy.bat
betterRunner/faas-deno
9e9d515d84719b9be32b21d315a54ef055053662
[ "MIT" ]
null
null
null
doc-deploy.bat
betterRunner/faas-deno
9e9d515d84719b9be32b21d315a54ef055053662
[ "MIT" ]
null
null
null
doc-deploy.bat
betterRunner/faas-deno
9e9d515d84719b9be32b21d315a54ef055053662
[ "MIT" ]
null
null
null
# abort on errors set -e # build npm run docs:build # navigate into the build output directory cd docs/.vitepress/dist # if you are deploying to a custom domain # echo 'www.example.com' > CNAME git init git add -A git commit -m 'deploy' # if you are deploying to https://<USERNAME>.github.io # git push -f git@github.com:<USERNAME>/<USERNAME>.github.io.git master # if you are deploying to https://<USERNAME>.github.io/<REPO> git push -f git@github.com:betterRunner/faas-deno.git master:gh-pages cd -
22.043478
71
0.729783
a44fd85175ea82eee9eb573f1ba6117d5b9b3fab
37
bat
Batchfile
CustomTTS/scripts/minis/wow_to_TTS/cleartemp.bat
kdkelley/WoW2TTS
f945a615b8a34db69fa40c6ca1ace6f0e5f2036f
[ "MIT" ]
null
null
null
CustomTTS/scripts/minis/wow_to_TTS/cleartemp.bat
kdkelley/WoW2TTS
f945a615b8a34db69fa40c6ca1ace6f0e5f2036f
[ "MIT" ]
null
null
null
CustomTTS/scripts/minis/wow_to_TTS/cleartemp.bat
kdkelley/WoW2TTS
f945a615b8a34db69fa40c6ca1ace6f0e5f2036f
[ "MIT" ]
null
null
null
cd ../../../minis/temp del /s /q *.*
18.5
23
0.432432
6531ff0ac8ad2e5f1cb659a9cfdf001ff917cbb7
48
bat
Batchfile
src/run_mlp.bat
m0dulo/Pattern_Recognition
afb29189385953b296118335b58c0a1ea62e54c5
[ "MIT" ]
null
null
null
src/run_mlp.bat
m0dulo/Pattern_Recognition
afb29189385953b296118335b58c0a1ea62e54c5
[ "MIT" ]
null
null
null
src/run_mlp.bat
m0dulo/Pattern_Recognition
afb29189385953b296118335b58c0a1ea62e54c5
[ "MIT" ]
1
2021-03-05T18:43:09.000Z
2021-03-05T18:43:09.000Z
python classfication.py --config config_mlp.json
48
48
0.854167
d7a46e881916a8e962fe8e20dd8dd2d9a8f3baaf
51
bat
Batchfile
clean.bat
zlsun/VisualAlgorithm
bb119900c09ab21fea34ad204558c8825829b9de
[ "MIT" ]
2
2016-05-22T12:19:47.000Z
2021-07-13T04:05:54.000Z
clean.bat
zlsun/VisualAlgorithm
bb119900c09ab21fea34ad204558c8825829b9de
[ "MIT" ]
null
null
null
clean.bat
zlsun/VisualAlgorithm
bb119900c09ab21fea34ad204558c8825829b9de
[ "MIT" ]
1
2018-03-27T11:48:16.000Z
2018-03-27T11:48:16.000Z
@echo off rd /S /Q build dist del main_window.spec
12.75
20
0.745098
bbb8feb87aa23faddcf0e4df00d6f8e7ee7325b1
193
bat
Batchfile
modules/identity/src/KissU.Modules.Identity.DbMigrator/Scripts/CreateMigrations.bat
gongap/KissU.Microservice
2c9e81407e94e65f6d6dfad04433ff02676f9a8c
[ "MIT" ]
1
2020-08-19T10:47:09.000Z
2020-08-19T10:47:09.000Z
modules/identity/src/KissU.Modules.Identity.DbMigrator/Scripts/CreateMigrations.bat
gongap/KissU.Microservice
2c9e81407e94e65f6d6dfad04433ff02676f9a8c
[ "MIT" ]
2
2021-04-01T02:21:55.000Z
2021-04-01T02:22:16.000Z
modules/identity/src/KissU.Modules.Identity.DbMigrator/Scripts/CreateMigrations.bat
gongap/KissU.Microservice
2c9e81407e94e65f6d6dfad04433ff02676f9a8c
[ "MIT" ]
null
null
null
cd ../ rmdir /S /Q Migrations dotnet ef migrations add InitialCreate -c MigrationsDbContext -o Migrations dotnet ef migrations script -c MigrationsDbContext -o Migrations/InitialCreate.sql cmd
32.166667
82
0.818653
6e281a873ae64f738ab4809dfc8bfd33ceb7407f
81
bat
Batchfile
Code/Build/Windows/build.bat
polluks/Parrot
ef8ce4d3bbe76d1de8fcf3a1748d577e0cb11483
[ "MIT" ]
null
null
null
Code/Build/Windows/build.bat
polluks/Parrot
ef8ce4d3bbe76d1de8fcf3a1748d577e0cb11483
[ "MIT" ]
null
null
null
Code/Build/Windows/build.bat
polluks/Parrot
ef8ce4d3bbe76d1de8fcf3a1748d577e0cb11483
[ "MIT" ]
null
null
null
@echo off pushd .. pushd .. del *.o make -f Build/Windows/makefile.os3 popd popd
10.125
34
0.703704
b9b55c6d1edaebf051ed909e4403b769d122554e
4,096
bat
Batchfile
assets/winc_firmware_upgrade/firmware/Tools/gain_builder/gain_value_downloader.bat
rashedtalukder/cryptoauth_trustplatform_designsuite
6b42c64071a9fb5dc9894bfedbbfabbcfb7961c1
[ "MIT" ]
11
2019-12-03T14:18:38.000Z
2021-08-25T16:41:27.000Z
assets/winc_firmware_upgrade/firmware/Tools/gain_builder/gain_value_downloader.bat
rashedtalukder/cryptoauth_trustplatform_designsuite
6b42c64071a9fb5dc9894bfedbbfabbcfb7961c1
[ "MIT" ]
9
2020-02-13T09:07:42.000Z
2022-03-18T18:29:24.000Z
assets/winc_firmware_upgrade/firmware/Tools/gain_builder/gain_value_downloader.bat
rashedtalukder/cryptoauth_trustplatform_designsuite
6b42c64071a9fb5dc9894bfedbbfabbcfb7961c1
[ "MIT" ]
10
2020-04-28T10:35:48.000Z
2021-11-03T23:03:30.000Z
@ECHO off setlocal EnableDelayedExpansion :: %1 type of bus :: %2 (3A0 or 1500 or 3400) :: %3 (aardvark_serial_number or 0) :: %4 com port for edbg usb device or 0 set TOOL=%1 set TGTIN=%2 set AADVSNIN=%3 set PRTIN=%4 echo Mode %TOOL% if /I "%TOOL%" == "UART" Goto contine_UART if /I "%TOOL%" == "I2C" Goto contine_I2C goto usage :contine_I2C Set FMode=debug_i2c set Mode=I2C set ptool=winc_programmer_i2c.exe goto START :contine_UART Set FMode=debug_uart set Mode=UART set ptool=Tools\image_builder_downloader\winc_programmer_uart.exe -p \\.\COM%PRTIN% goto START :START if /I "a%AADVSNIN%a" == "aa" ( set AARDVARK=0 ) else ( set AARDVARK=%AADVSNIN% ) echo Chip %TGTIN% if /I "%TGTIN%" == "3400" Goto chip3400 if /I "%TGTIN%" == "3A0" Goto chip3A0 if /I "%TGTIN%" == "1500" Goto chip3A0 :USAGE echo Usage %0 (I2C-UART) (3400 or 1500) (aardvark_serial_number or 0) (comport or 0 for I2C) @ECHO %CMDCMDLINE% | FIND /I /C "/C" > NUL && PAUSE exit /b 2 :chip3A0 set VARIANT=3A0 set CHPFAM=1500 set PFW=programmer_firmware\release3A0\programmer_release_text.bin goto parmsok :chip3400 set VARIANT=3400 set CHPFAM=3400 set PFW=programmer_firmware\release3400\programmer_firmware.bin goto parmsok :parmsok cd ..\..\ REM echo %cd% echo Downloading Image... :: winc_programmer_uart.exe -d wincXX00 -i m2m_image_XX00.bin -if prog -w -r -p \\.\COM73 -pfw ..\programmer_firmware\releaseXX00\programmer_firmware.bin echo Building flash images (prog format) echo Tools\image_builder_downloader\image_tool.exe -c Tools\gain_builder\gain_val_image.config -o Tools\gain_builder\m2m_gain_value_image_%VARIANT%.bin -of prog Tools\image_builder_downloader\image_tool.exe -c Tools\gain_builder\gain_val_image.config -o Tools\gain_builder\m2m_gain_value_image_%VARIANT%.bin -of prog echo Call %ptool% -d winc%CHPFAM% -i Tools\gain_builder\m2m_gain_value_image_%VARIANT%.bin -if prog -w -r -pfw programmer_firmware\release%VARIANT%\%PFW% %ptool% -rs 0x004000 -re 0x005000 -d winc%CHPFAM% -i Tools\gain_builder\m2m_gain_value_image_%VARIANT%.bin -if prog -w -r -pfw %PFW% if %ERRORLEVEL% NEQ 0 GOTO FAILED goto SUCCESS :FAILED echo *************** Failed to download ***************** echo ####################################################################### echo ## ## echo ## ######## ### #### ## ## echo ## ## ## ## ## ## ## echo ## ## ## ## ## ## ## echo ## ###### ## ## ## ## ## echo ## ## ######### ## ## ## echo ## ## ## ## ## ## ## echo ## ## ## ## #### ######## ## echo ## ## echo ####################################################################### pause exit /b 1 :SUCCESS echo *************** Download worked ***************** echo ####################################################################### echo ## ## echo ## ######## ### ###### ###### ## echo ## ## ## ## ## ## ## ## ## ## echo ## ## ## ## ## ## ## ## echo ## ######## ## ## ###### ###### ## echo ## ## ######### ## ## ## echo ## ## ## ## ## ## ## ## ## echo ## ## ## ## ###### ###### ## echo ## ## echo ####################################################################### pause exit /b 0
37.577982
160
0.429199
145f0c1e29ba73e529c207b8fcac84e03262041b
111
bat
Batchfile
Tebex-Ark/x64/package.bat
Michidu/Tebex-Ark
c759661515ce5d2f6fae23af0b5d9aadf6800df9
[ "MIT" ]
1
2018-07-27T09:18:01.000Z
2018-07-27T09:18:01.000Z
Tebex-Ark/x64/package.bat
Michidu/Tebex-Ark
c759661515ce5d2f6fae23af0b5d9aadf6800df9
[ "MIT" ]
null
null
null
Tebex-Ark/x64/package.bat
Michidu/Tebex-Ark
c759661515ce5d2f6fae23af0b5d9aadf6800df9
[ "MIT" ]
1
2018-06-01T13:08:53.000Z
2018-06-01T13:08:53.000Z
copy Ark\TebexArk.dll Package\TebexArk\TebexArk.dll copy Atlas\TebexAtlas.dll Package\TebexAtlas\TebexAtlas.dll
55.5
59
0.864865
7ddc68d91be2b07ee99acf64de8d566fa920c97f
470
cmd
Batchfile
build.cmd
DiogenesPolanco/griffin.yo
154f77c3d15461345c38ade6ba4d9a96f0e8f338
[ "Apache-2.0" ]
null
null
null
build.cmd
DiogenesPolanco/griffin.yo
154f77c3d15461345c38ade6ba4d9a96f0e8f338
[ "Apache-2.0" ]
null
null
null
build.cmd
DiogenesPolanco/griffin.yo
154f77c3d15461345c38ade6ba4d9a96f0e8f338
[ "Apache-2.0" ]
null
null
null
@echo off pushd "%programfiles(x86)%\Microsoft SDKs\TypeScript\" FOR /F "delims=" %%I IN ('dir tsc.exe /b /s') DO SET tscBinary=%%I popd setlocal enabledelayedexpansion pushd "src" FOR /F "delims=" %%I IN ('dir *.ts /b /s') DO ( if defined copyCmd ( call SET "copyCmd=!copyCmd! + %%I" ) else ( SET copyCmd=copy /y %%I ) ) popd set copyCmd=%copyCmd% bin\Griffin.Yo.ts "%tscBinary%" %copyCmd% echo on copy /y bin\*.* demos\html\spa\lib\ @endlocal
23.5
67
0.63617
2eb1aea51f493d2557cfafa1db98f9a1073cc187
237
bat
Batchfile
BitPoolMiner/MinerApps/wildrig-multi-0.13.4-beta/start.bat
BitPoolMining/BitPoolMiner
8f46e69f38fc8ed28a0528a053ae1517d9547b75
[ "MIT" ]
7
2018-06-12T16:02:17.000Z
2021-11-12T06:06:50.000Z
BitPoolMiner/MinerApps/wildrig-multi-0.13.4-beta/start.bat
BitPoolMining/BitPoolMiner
8f46e69f38fc8ed28a0528a053ae1517d9547b75
[ "MIT" ]
6
2018-06-14T20:15:16.000Z
2019-05-29T06:29:27.000Z
BitPoolMiner/MinerApps/wildrig-multi-0.13.4-beta/start.bat
BitPoolMining/BitPoolMiner
8f46e69f38fc8ed28a0528a053ae1517d9547b75
[ "MIT" ]
7
2018-08-12T13:34:06.000Z
2021-05-14T13:20:45.000Z
@echo off :loop wildrig.exe --algo algo --opencl-threads 2 --opencl-launch 18x0 --url pool:port --user wallet --pass password if ERRORLEVEL 1000 goto custom timeout /t 5 goto loop :custom echo Custom command here timeout /t 5 goto loop
19.75
109
0.755274
468656900ad219c984e74d0bbb6f1e7268df198c
155
bat
Batchfile
deploy_everywhere_local.bat
suncoast-software/SilkBot
d2da7e040a550ae508679bcf2027b5dfc5a86510
[ "Apache-2.0" ]
1
2020-12-31T23:24:08.000Z
2020-12-31T23:24:08.000Z
deploy_everywhere_local.bat
suncoast-software/SilkBot
d2da7e040a550ae508679bcf2027b5dfc5a86510
[ "Apache-2.0" ]
null
null
null
deploy_everywhere_local.bat
suncoast-software/SilkBot
d2da7e040a550ae508679bcf2027b5dfc5a86510
[ "Apache-2.0" ]
null
null
null
@echo off git clone https://github.com/VelvetThePanda/SilkBot cd SilkBot docker build . -t silk:latest docker-compose -f ./docker-compose-local.yml up -d
22.142857
51
0.767742
da3fb9e9d70b909e998a9e4f03126e476c46723c
3,629
bat
Batchfile
sys/winnt/nhsetup.bat
timdetering/NetHack-VisualStudio
4e5c41401fbe4ff1ccdc6989b4701ee7f093ee7c
[ "Intel", "X11" ]
2
2021-05-02T09:34:15.000Z
2021-11-08T15:30:15.000Z
sys/winnt/nhsetup.bat
timdetering/NetHack-VisualStudio
4e5c41401fbe4ff1ccdc6989b4701ee7f093ee7c
[ "Intel", "X11" ]
null
null
null
sys/winnt/nhsetup.bat
timdetering/NetHack-VisualStudio
4e5c41401fbe4ff1ccdc6989b4701ee7f093ee7c
[ "Intel", "X11" ]
1
2021-03-13T19:55:00.000Z
2021-03-13T19:55:00.000Z
@REM NetHack 3.6 nhsetup.bat $NHDT-Date: 1432512794 2015/05/25 00:13:14 $ $NHDT-Branch: master $:$NHDT-Revision: 1.33 $ */ @REM Copyright (c) NetHack PC Development Team 1993-2017 @REM NetHack may be freely redistributed. See license for details. @REM Win32 setup batch file, see Install.nt for details @REM @echo off pushd %~dp0 set WIN32PATH=..\..\win\win32 set BINPATH=..\..\binary set VCDir= goto :main :dirname rem Get the dirname of the second argument and set the variable who's rem name was specified in the first argument. call set %~1=%%~dp2 call set %~1=%%%~1:~0,-1%% goto :EOF :main echo Checking to see if source tree directories are set up properly... if not exist ..\..\include\hack.h goto :err_dir if not exist ..\..\src\hack.c goto :err_dir if not exist ..\..\dat\wizard.des goto :err_dir if not exist ..\..\util\makedefs.c goto :err_dir if not exist ..\..\sys\winnt\winnt.c goto :err_dir echo Directories look ok. :movemakes echo Moving Makefiles into ..\..\src for those not using Visual Studio REM Some file movemet for those that still want to use MAKE or NMAKE and a Makefile :do_tty if NOT exist %BINPATH%\*.* mkdir %BINPATH% if NOT exist %BINPATH%\license copy ..\..\dat\license %BINPATH%\license >nul echo Copying Microsoft Makefile - Makefile.msc to ..\..\src\Makefile... if NOT exist ..\..\src\Makefile goto :domsc copy ..\..\src\Makefile ..\..\src\Makefile-orig >nul echo Your existing echo ..\..\src\Makefile echo has been renamed to echo ..\..\src\Makefile-orig :domsc copy Makefile.msc ..\..\src\Makefile >nul echo Microsoft Makefile copied ok. echo Copying MinGW Makefile - Makefile.gcc to ..\..\src\Makefile.gcc... if NOT exist ..\..\src\Makefile.gcc goto :dogcc copy ..\..\src\Makefile.gcc ..\..\src\Makefile.gcc-orig >nul echo Your existing echo ..\..\src\Makefile.gcc echo has been renamed to echo ..\..\src\Makefile.gcc-orig :dogcc copy Makefile.gcc ..\..\src\Makefile.gcc >nul echo MinGW Makefile copied ok. echo Done copying files. :vscheck2017 SET REGTREE=HKLM\SOFTWARE\WOW6432Node\Microsoft\VisualStudio\SxS\VS7 @REM i can see your house from here... or at least your VC++ folder echo Checking version of VC++ installed... echo Checking for VC2017 Community Edition... for /f "usebackq skip=2 tokens=1-2*" %%a IN (`reg query %REGTREE% /v 15.0`) do @set VCDir="%%c" if not defined VCDir goto :vscheck2015 if not exist %VCDir% goto :vscheck2015 set MSVCVERSION=2017 goto :fallback :vscheck2015 rem cannot use the registry trick used for vc2017 rem 14 = 2015 SET VCVERS=14 rem Finally, let's determine the root folder for this VC installation. set VCROOT=%%VS%VCVERS%0COMNTOOLS%% if "%VCROOT:~-1%"=="\" set VCROOT=%VCROOT:~0,-1% rem VCROOT=VSDir\Common7\Tools call :dirname VCROOT "%VCROOT%" rem VCROOT=VSDir\Common7 call :dirname VCROOT "%VCROOT%" rem VCROOT=VSDir set VCDir=%VCROOT%\VC SET MSVCVERSION=2015 :fallback echo Using VS%MSVCVERSION%. set SRCPATH=%WIN32PATH%\vs%MSVCVERSION% echo NetHack VS%MSVCVERSION% project files are in %SRCPATH% goto :done :err_win echo Some of the files needed to build graphical NetHack echo for Windows are not in the expected places. echo Check "Install.nt" for a list of the steps required echo to build NetHack. goto :fini :err_dir echo Your directories are not set up properly, please re-read the echo documentation and sys/winnt/Install.nt. goto :fini :done echo done! echo. echo Proceed with the next step documented in Install.nt echo. :fini :end set _pause=N for %%x in (%cmdcmdline%) do if /i "%%~x"=="/c" set _pause=Y if "%_pause%"=="Y" pause set _pause= popd
30.754237
124
0.719758
2cdade7e083399a3b42ab2804ead7375671a9873
251
bat
Batchfile
netinstall/windows-netinstall.bat
truboxl/boinc-portable-template
8f24029fec1f15d6a560bd1e703d7dae7d9ab085
[ "MIT" ]
2
2020-04-05T11:23:29.000Z
2022-01-09T22:01:42.000Z
netinstall/windows-netinstall.bat
truboxl/boinc-portable-template
8f24029fec1f15d6a560bd1e703d7dae7d9ab085
[ "MIT" ]
null
null
null
netinstall/windows-netinstall.bat
truboxl/boinc-portable-template
8f24029fec1f15d6a560bd1e703d7dae7d9ab085
[ "MIT" ]
null
null
null
:: TODO automatically find boinc*.exe setup in current directory to begin :: extraction :: For now, drag and drop boinc*.exe setup to this script to start network :: install mode cmd /min /c "set __COMPAT_LAYER=RUNASINVOKER && start "" %* /V /a"
41.833333
75
0.713147
d5c141923110e2a99a0fc4a8c002461bc71ffef6
137
bat
Batchfile
Run_MAIN.bat
corndog2000/Twitch-Clip-Videoizer
d4db8283ed3683a3f5e423b8c933a52cbbdaf4c6
[ "Unlicense" ]
null
null
null
Run_MAIN.bat
corndog2000/Twitch-Clip-Videoizer
d4db8283ed3683a3f5e423b8c933a52cbbdaf4c6
[ "Unlicense" ]
null
null
null
Run_MAIN.bat
corndog2000/Twitch-Clip-Videoizer
d4db8283ed3683a3f5e423b8c933a52cbbdaf4c6
[ "Unlicense" ]
null
null
null
python main.py 345491502 jffvo5isn2zapq6np7grgho8a5nc0i C:\Users\joesc\Documents\GitHub\Twitch-Clip-Videoizer\resources\videos\Part14.mkv
137
137
0.875912
554db3523a15bc0a5dd42c9a3878ce4828a444a8
596
cmd
Batchfile
py27w.cmd
danielpronych/MultiPython-For-Windows
5147d392efb91f59a0dfc195b46898e4e2cfe0aa
[ "BSD-2-Clause" ]
null
null
null
py27w.cmd
danielpronych/MultiPython-For-Windows
5147d392efb91f59a0dfc195b46898e4e2cfe0aa
[ "BSD-2-Clause" ]
null
null
null
py27w.cmd
danielpronych/MultiPython-For-Windows
5147d392efb91f59a0dfc195b46898e4e2cfe0aa
[ "BSD-2-Clause" ]
null
null
null
@echo off REM - Project: MultiPython-For-Windows REM - File: Run Python 2.7 Windows Executable Script REM - Filename: py27w.cmd REM - Author: Daniel Pronych REM - Date: March 20, 2015 REM - License Notes: REM - MultiPython-For-Windows is Copyright (C) 2015 Daniel Pronych REM - MultiPython-For-Windows comes with ABSOLUTELY NO WARRANTY; For details REM - see the file named LICENSE.txt in the root of the source directory tree. setlocal REM - Run Configuration File For Python 2.7 Environment call %~dp0%config_python_2.7.cmd REM - Run Python Windows Executable "%PYTHONDIR%\pythonw" %* endlocal
35.058824
78
0.775168
f53cb0aa49f43de29e6e3fc93e254fe9314c5a2f
312
bat
Batchfile
source/iff/test.bat
arbruijn/d2gl
829b1990384b78087f3249feec7df13912e0da05
[ "Unlicense" ]
null
null
null
source/iff/test.bat
arbruijn/d2gl
829b1990384b78087f3249feec7df13912e0da05
[ "Unlicense" ]
null
null
null
source/iff/test.bat
arbruijn/d2gl
829b1990384b78087f3249feec7df13912e0da05
[ "Unlicense" ]
null
null
null
ifftest exp08-04.bbm ifftest COBRA2.bbm :ifftest COBRA3.bbm ifftest ROCK044.bbm ifftest SIDE.bbm ifftest SIDE2.bbm ifftest SIDE3.bbm ifftest SIDE4.bbm ifftest SIDE5.bbm ifftest TEST1.bbm ifftest TEST2.bbm ifftest shingles.lbm ifftest tree4.bbm ifftest font1-3x.lbm ifftest gauge03.bbm
14.181818
21
0.759615
4541ff7a0d5c51205a793a83201a67a82528a608
60
bat
Batchfile
LEM_wLE/run_example_python.bat
jeffskwang/LEM-wLE
b35aed0889dbae87be20e5045d0c6fe934106f92
[ "MIT" ]
1
2021-04-13T13:42:49.000Z
2021-04-13T13:42:49.000Z
LEM_wLE/run_example_python.bat
jeffskwang/LEM-wLE
b35aed0889dbae87be20e5045d0c6fe934106f92
[ "MIT" ]
null
null
null
LEM_wLE/run_example_python.bat
jeffskwang/LEM-wLE
b35aed0889dbae87be20e5045d0c6fe934106f92
[ "MIT" ]
3
2021-04-21T01:12:27.000Z
2021-12-02T05:47:55.000Z
python main.py LEM_woLE_S1 python plot_output.py LEM_woLE_S1
30
33
0.883333
15a023de05314c4d3da2686370602fe8a8fc5042
91
bat
Batchfile
bsp_for_art-badge/libraries/src/app/wristband/lib/convert_font_to_mp_font/AppData1/run.bat
Rbb666/SDK
cdf0bfeeb35b989ccf13c41b9625059de5fec87b
[ "Apache-2.0" ]
null
null
null
bsp_for_art-badge/libraries/src/app/wristband/lib/convert_font_to_mp_font/AppData1/run.bat
Rbb666/SDK
cdf0bfeeb35b989ccf13c41b9625059de5fec87b
[ "Apache-2.0" ]
null
null
null
bsp_for_art-badge/libraries/src/app/wristband/lib/convert_font_to_mp_font/AppData1/run.bat
Rbb666/SDK
cdf0bfeeb35b989ccf13c41b9625059de5fec87b
[ "Apache-2.0" ]
null
null
null
prepend_header.exe -t app_data1 -p "test_quick.bin" -m 1 -c crc md5.exe "test_quick_MP.bin"
45.5
63
0.758242
7f2620b5779060dff0b91ef2b09d2b5fd2e1b162
137
cmd
Batchfile
04-Performance/tuning_applications/order_rating_insert.cmd
veryblue1118/mslearn-azure-sql-fundamentals
72aaaab7d5a5951cffe1e3b3941f682001281ef2
[ "MIT" ]
38
2020-05-19T18:30:38.000Z
2022-02-03T17:43:56.000Z
04-Performance/tuning_applications/order_rating_insert.cmd
veryblue1118/mslearn-azure-sql-fundamentals
72aaaab7d5a5951cffe1e3b3941f682001281ef2
[ "MIT" ]
2
2020-09-14T07:57:02.000Z
2021-04-05T15:12:30.000Z
04-Performance/tuning_applications/order_rating_insert.cmd
veryblue1118/mslearn-azure-sql-fundamentals
72aaaab7d5a5951cffe1e3b3941f682001281ef2
[ "MIT" ]
73
2020-08-11T23:28:19.000Z
2022-03-18T21:41:30.000Z
ostress.exe -Saw-server<unique_id>.database.windows.net -iorder_rating_insert.sql -Ucloudadmin -dAdventureWorks -P<password> -n25 -r10 -q
137
137
0.810219
3bb3c4c371be30079214ee57b30590a898d3cae9
324
bat
Batchfile
Scripts/DriverInstall.bat
prtlw/Tweex
031bd85a01d1c692a80e5789972a2a908f6e6e9a
[ "MIT" ]
2
2021-07-29T21:28:13.000Z
2021-08-09T11:47:34.000Z
Scripts/DriverInstall.bat
prtlw/tweex
031bd85a01d1c692a80e5789972a2a908f6e6e9a
[ "MIT" ]
null
null
null
Scripts/DriverInstall.bat
prtlw/tweex
031bd85a01d1c692a80e5789972a2a908f6e6e9a
[ "MIT" ]
null
null
null
@echo off @echo off title t w e e x - G o d M o d e color 04 echo Detecting Admin... net session >nul 2>&1 if %errorLevel% == 0 ( echo Success: Administrative permissions confirmed. ) else ( echo do not have Admin timeout 5 ) mkdir Drivers echo install start Drivers/setup.exe
16.2
59
0.623457
841e967d6ba7ae21fe66ed20d30666165d3e87ec
516
bat
Batchfile
yii.bat
tuhuokeji/diandicms
447d7bb9ebd0d26f0869a6f7a8ead18100d5ef0d
[ "Apache-2.0" ]
null
null
null
yii.bat
tuhuokeji/diandicms
447d7bb9ebd0d26f0869a6f7a8ead18100d5ef0d
[ "Apache-2.0" ]
null
null
null
yii.bat
tuhuokeji/diandicms
447d7bb9ebd0d26f0869a6f7a8ead18100d5ef0d
[ "Apache-2.0" ]
null
null
null
@REM @Author: Wang chunsheng email:2192138785@qq.com @REM @Date: 2021-11-29 18:15:46 @REM @Last Modified by: Wang chunsheng email:2192138785@qq.com @REM Modified time: 2021-12-10 21:46:57@echo off rem ------------------------------------------------------------- rem Yii command line bootstrap script for Windows. rem ------------------------------------------------------------- @setlocal set YII_PATH=%~dp0 if "%PHP_COMMAND%" == "" set PHP_COMMAND=php.exe "%PHP_COMMAND%" "%YII_PATH%yii" %* @endlocal
27.157895
65
0.546512
c42c66156484e4a2b6d03c2a85a0f4ca85f7ec0a
108
bat
Batchfile
mb-test.bat
yufedorov/appium-webdriverio-typescript
5f301f4d80567278d1a670642bf16964c933de64
[ "MIT" ]
null
null
null
mb-test.bat
yufedorov/appium-webdriverio-typescript
5f301f4d80567278d1a670642bf16964c933de64
[ "MIT" ]
null
null
null
mb-test.bat
yufedorov/appium-webdriverio-typescript
5f301f4d80567278d1a670642bf16964c933de64
[ "MIT" ]
null
null
null
powershell Set-ExecutionPolicy -Scope "CurrentUser" -ExecutionPolicy "RemoteSigned" powershell .\mb-test.ps1
54
83
0.833333
b581129a82dbc0ba582ec91df56c805e629c01b1
83
bat
Batchfile
OHIFViewer/bin/medkenOrthanc.bat
faustoespinal/Viewers
a232d8157894ef2b4e7a51fc8fc847fb122ce230
[ "MIT" ]
46
2018-10-17T02:07:07.000Z
2022-01-04T16:19:45.000Z
OHIFViewer/bin/medkenOrthanc.bat
faustoespinal/Viewers
a232d8157894ef2b4e7a51fc8fc847fb122ce230
[ "MIT" ]
19
2019-05-31T17:56:11.000Z
2022-02-09T23:49:59.000Z
OHIFViewer/bin/medkenOrthanc.bat
faustoespinal/Viewers
a232d8157894ef2b4e7a51fc8fc847fb122ce230
[ "MIT" ]
36
2018-10-17T02:07:11.000Z
2022-01-06T20:21:44.000Z
set METEOR_PACKAGE_DIRS=..\Packages meteor --settings ../config/medkenOrthanc.json
27.666667
46
0.807229
a91c271db999c2e65db21b712f80e20cb645b223
203
bat
Batchfile
cpprand/build.bat
WohlSoft/smbx-legacy-source
3b5d942a0566b5c4507750be2af79d3621682f4a
[ "MIT" ]
4
2021-05-29T22:04:15.000Z
2021-10-09T20:50:48.000Z
cpprand/build.bat
WohlSoft/smbx-legacy-source
3b5d942a0566b5c4507750be2af79d3621682f4a
[ "MIT" ]
null
null
null
cpprand/build.bat
WohlSoft/smbx-legacy-source
3b5d942a0566b5c4507750be2af79d3621682f4a
[ "MIT" ]
1
2021-05-29T22:19:54.000Z
2021-05-29T22:19:54.000Z
g++ -fPIC -DBUILD_DLL -O3 -o cpprand.cpp.o -c cpprand.cpp g++ -fPIC -static-libgcc -static-libstdc++ -Wl,--enable-stdcall-fixup -shared -o cpprand.dll cpprand.cpp.o -def cpprand.def strip cpprand.dll
50.75
124
0.719212
6689858ed52641d4e6c228e5f14c3aebb598fa0f
189
bat
Batchfile
todo-server/run.bat
lindon88/mean-todo-example
33ca56de19fda9ad9731577069644d1b1af17e49
[ "MIT" ]
1
2016-12-05T10:56:49.000Z
2016-12-05T10:56:49.000Z
todo-server/run.bat
lindon88/mean-todo-example
33ca56de19fda9ad9731577069644d1b1af17e49
[ "MIT" ]
null
null
null
todo-server/run.bat
lindon88/mean-todo-example
33ca56de19fda9ad9731577069644d1b1af17e49
[ "MIT" ]
null
null
null
@echo off where npm >nul 2>nul IF %ERRORLEVEL% NEQ 0 ( echo Node JS is not installed, install Node JS first manually goto END ) ELSE ( echo Node JS is installed ) call npm start :END
14.538462
62
0.714286
0ab1a491a17c03ada93a3d8369c738654e25634b
239
bat
Batchfile
directory operations/DirectoryCreator.bat
Johann1870/Useful-Batch-Scripts
00769aa2ec7b2b6000de59a16646faa1e8385dbc
[ "Unlicense" ]
null
null
null
directory operations/DirectoryCreator.bat
Johann1870/Useful-Batch-Scripts
00769aa2ec7b2b6000de59a16646faa1e8385dbc
[ "Unlicense" ]
null
null
null
directory operations/DirectoryCreator.bat
Johann1870/Useful-Batch-Scripts
00769aa2ec7b2b6000de59a16646faa1e8385dbc
[ "Unlicense" ]
null
null
null
@ECHO OFF :: J. Ditzel :: Mar 2018 :: Creates a directory of folders as specified in the text file "folders.txt" :: This file should be located in the same directory as this batch file. FOR /f %%i IN (folders.txt) DO MKDIR %%i @ECHO ON
21.727273
77
0.702929
458c0c9ade63ca29b5f6532e093e823338666912
1,057
bat
Batchfile
native_extension/ane/build_asdocs.bat
tuarua/BitTorrentANE
01d833da8664dbf7d1a18ee85a6d018e9f06e697
[ "MIT" ]
24
2016-05-17T00:19:40.000Z
2019-11-19T15:01:15.000Z
native_extension/ane/build_asdocs.bat
langxianwen/BitTorrentANE
01d833da8664dbf7d1a18ee85a6d018e9f06e697
[ "MIT" ]
1
2017-10-04T22:19:59.000Z
2017-10-15T09:31:25.000Z
native_extension/ane/build_asdocs.bat
tuarua/BitTorrentANE
01d833da8664dbf7d1a18ee85a6d018e9f06e697
[ "MIT" ]
10
2016-05-17T00:19:41.000Z
2019-11-19T15:01:36.000Z
REM Get the path to the script and trim to get the directory. @echo off SET projectName=BitTorrentANE echo Setting path to current directory to: SET pathtome=%~dp0 echo %pathtome% echo build asdocs call asdoc ^ -doc-sources %pathtome%..\src ^ -source-path %pathtome%..\src ^ -window-title "Tua Rua %projectName%" ^ -main-title "Tua Rua %projectName% Documentation" ^ -output %pathtome%..\docs\asdocs ^ -lenient ^ -library-path+=D:\dev\sdks\AIR\4.6.0_23\frameworks\libs\air\airglobal.swc call asdoc ^ -doc-sources %pathtome%..\src ^ -source-path %pathtome%..\src ^ -window-title "Tua Rua %projectName%" ^ -main-title "Tua Rua %projectName% Documentation" ^ -output %pathtome%..\docs\tmp ^ -lenient -keep-xml=true -skip-xsl=true ^ -library-path+=D:\dev\sdks\AIR\4.6.0_23\frameworks\libs\air\airglobal.swc call DEL /F /S /Q /A %pathtome%..\docs\tmp\tempdita\ASDoc_Config.xml call DEL /F /S /Q /A %pathtome%..\docs\tmp\tempdita\overviews.xml call rd /S /Q %pathtome%docs move %pathtome%..\docs\tmp\tempdita %pathtome%docs call rd /S /Q %pathtome%..\docs\tmp
33.03125
73
0.724693
8d0c1d00e0868e9fcaa7f5af41820128c45c1ec1
267
cmd
Batchfile
sources/build-only-legacy.cmd
devizer/ReactiveReport
67221fca08ab208dd997cd5c64388844d592fc0f
[ "MIT" ]
null
null
null
sources/build-only-legacy.cmd
devizer/ReactiveReport
67221fca08ab208dd997cd5c64388844d592fc0f
[ "MIT" ]
null
null
null
sources/build-only-legacy.cmd
devizer/ReactiveReport
67221fca08ab208dd997cd5c64388844d592fc0f
[ "MIT" ]
null
null
null
type Prepare-NuGet-And-build-tools.ps1 | powershell -c - call ~local-build-tools.cmd "%NUGET_EXE%" restore "%MSBUILD_EXE%" WindowsBootAnalyzer.sln /t:Rebuild /v:m /p:Configuration=Debug "%MSBUILD_EXE%" WindowsBootAnalyzer.sln /t:Rebuild /v:m /p:Configuration=Release
44.5
80
0.775281
8f086302f2d00597e84b3da7dd77782503bf53c8
878
bb
BitBake
recipes-devtools/python/python-tqdm_4.41.1.bb
jhnc-oss/meta-python2
f02882e2aa9279ca7becca8d0cedbffe88b5a253
[ "MIT" ]
null
null
null
recipes-devtools/python/python-tqdm_4.41.1.bb
jhnc-oss/meta-python2
f02882e2aa9279ca7becca8d0cedbffe88b5a253
[ "MIT" ]
null
null
null
recipes-devtools/python/python-tqdm_4.41.1.bb
jhnc-oss/meta-python2
f02882e2aa9279ca7becca8d0cedbffe88b5a253
[ "MIT" ]
null
null
null
SUMMARY = "Fast, Extensible Progress Meter" HOMEPAGE = "http://tqdm.github.io/" SECTION = "devel/python" LICENSE = "MIT & MPL-2.0" LIC_FILES_CHKSUM = "file://LICENCE;md5=054ef7105cba050017d1368262a1623c" inherit pypi setuptools SRC_URI[md5sum] = "aa3d5fd173c9fea7408cad14c0e73d5d" SRC_URI[sha256sum] = "4789ccbb6fc122b5a6a85d512e4e41fc5acad77216533a6f2b8ce51e0f265c23" RDEPENDS:${PN}:append:class-target = "\ ${PYTHON_PN}-lang \ ${PYTHON_PN}-logging \ ${PYTHON_PN}-numbers \ ${PYTHON_PN}-subprocess \ " BBCLASSEXTEND = "native nativesdk" SKIP_RECIPE[python-tqdm] ?= "${@bb.utils.contains('I_SWEAR_TO_MIGRATE_TO_PYTHON3', 'yes', '', 'python2 is out of support for long time, read https://www.python.org/doc/sunset-python-2/ https://python3statement.org/ and if you really have to temporarily use this, then set I_SWEAR_TO_MIGRATE_TO_PYTHON3 to "yes"', d)}"
38.173913
317
0.750569
816b78c3b8ec5f636f4fd3df62da6e589f3b3a73
890
bb
BitBake
recipes-lv2/lv2-c++-tools/lv2-c++-tools_1.0.5.bb
Rezzonics/meta-pedalpi
3edd566f57befcba271d6f6e8be2f36955d0988a
[ "MIT" ]
null
null
null
recipes-lv2/lv2-c++-tools/lv2-c++-tools_1.0.5.bb
Rezzonics/meta-pedalpi
3edd566f57befcba271d6f6e8be2f36955d0988a
[ "MIT" ]
17
2018-07-28T22:22:26.000Z
2021-01-16T15:45:10.000Z
recipes-lv2/lv2-c++-tools/lv2-c++-tools_1.0.5.bb
Rezzonics/meta-pedalpi
3edd566f57befcba271d6f6e8be2f36955d0988a
[ "MIT" ]
null
null
null
DESCRIPTION = "Make it easier to write LV2 plugins." HOMEPAGE = "http://ll-plugins.nongnu.org/hacking.html" SECTION = "multimedia" LICENSE = "GPLv3" LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" SRCNAME = "lv2-c++-tools" SRC_URI = "\ http://ftp.igh.cnrs.fr/pub/nongnu/ll-plugins/${SRCNAME}-${PV}.tar.bz2 \ " SRC_URI[md5sum] = "4707f2507f86d6c7bbaa809bb52eed9b" SRC_URI[sha256sum] = "6ce16a51a37259a45d8a7a59f39a6c36fc09b4c700dd26244a9dada241864e3b" DEPENDS = " lv2 boost gtkmm " RDEPENDS_${PN} += "bash" inherit pkgconfig S = "${WORKDIR}/${SRCNAME}-${PV}" # Inhibit generation of lv2peg program installed by lv2peg.bb recipe EXTRA_OEMAKE = " DESTDIR=${D} prefix=${prefix} bindir=${bindir} libdir=${libdir} datadir=${datadir} includedir=${includedir} lv2peg_LDFLAGS=-lboost_system PROGRAMS= " do_install() { oe_runmake install ${EXTRA_OEMAKE} }
29.666667
166
0.739326
9276a38f807c96a59c628b2d4355b7e3c119d0de
846
bb
BitBake
recipes-textproc/test-yaml-perl/test-yaml-perl_1.07.bb
rehsack/meta-cpan
3d82a95da95395c20ae13a89dd7de0cebcc27bfa
[ "MIT" ]
3
2016-11-29T12:36:19.000Z
2018-02-12T23:00:14.000Z
recipes-textproc/test-yaml-perl/test-yaml-perl_1.07.bb
rehsack/meta-cpan
3d82a95da95395c20ae13a89dd7de0cebcc27bfa
[ "MIT" ]
1
2015-09-30T07:00:14.000Z
2015-09-30T07:00:14.000Z
recipes-textproc/test-yaml-perl/test-yaml-perl_1.07.bb
rehsack/meta-cpan
3d82a95da95395c20ae13a89dd7de0cebcc27bfa
[ "MIT" ]
3
2015-03-28T17:16:18.000Z
2017-06-21T14:26:55.000Z
DESCRIPTION = "Test::YAML is a subclass of Test::Base with YAML specific support." SECTION = "libs" LICENSE = "Artisticv1 | GPLv1+" PR = "r0" MAINTAINER= "Poky <poky@yoctoproject.org>" HOMEPAGE= "https://metacpan.org/release/Test-YAML" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" SRC_URI = "https://cpan.metacpan.org/authors/id/T/TI/TINITA/Test-YAML-1.07.tar.gz" SRC_URI[md5sum] = "6fe89b0144ffb5913fc4b021a80578b4" SRC_URI[sha256sum] = "1f300d034f46298cb92960912cc04bac33fb27f05b8852d8f051e110b9cd995f" RDEPENDS:${PN} += "test-base-perl" S = "${WORKDIR}/Test-YAML-${PV}" inherit cpan allarch do_install:append() { rm -f ${D}/${bindir}/test-yaml rmdir ${D}/${bindir} } BBCLASSEXTEND = "native"
29.172414
100
0.748227
adaa6deda1f3405004aefb9749a39aa1791378db
686
bb
BitBake
recipes-sca/yara-native/yara-native_4.0.1.bb
dl9pf/meta-sca
c47c361e1974a60ddd2ab78510be05028f61ec2e
[ "BSD-2-Clause" ]
null
null
null
recipes-sca/yara-native/yara-native_4.0.1.bb
dl9pf/meta-sca
c47c361e1974a60ddd2ab78510be05028f61ec2e
[ "BSD-2-Clause" ]
null
null
null
recipes-sca/yara-native/yara-native_4.0.1.bb
dl9pf/meta-sca
c47c361e1974a60ddd2ab78510be05028f61ec2e
[ "BSD-2-Clause" ]
null
null
null
SUMMARY = "The pattern matching swiss knife" HOMEPAGE = "https://github.com/VirusTotal/yara" LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://COPYING;md5=541962f9dacf27c928f57e3a7ba9e1f2" DEPENDS += "\ bison-native" SRC_URI = "git://github.com/VirusTotal/yara.git;protocol=https \ file://yara.sca.description \ file://0001-remove-protobuf-requirement.patch" SRCREV = "b5378bfb3d319cc20eab311c85d38ccc529baee8" S = "${WORKDIR}/git" inherit autotools-brokensep inherit native inherit sca-description do_install_append () { install -d ${D}/${datadir} install ${WORKDIR}/yara.sca.description ${D}${datadir} } FILES_${PN} += "${datadir}"
24.5
72
0.701166
e39cd775d7ceabd3831fa8ba0742083f3de5d129
75
bb
BitBake
recipes/mt-daapd/mt-daapd_0.2.1.1.bb
JrCs/opendreambox
9dbb1c7acca49a81082fab043abc4acecb309761
[ "MIT" ]
3
2015-05-25T10:56:21.000Z
2021-11-27T17:25:26.000Z
recipes/mt-daapd/mt-daapd_0.2.1.1.bb
JrCs/opendreambox
9dbb1c7acca49a81082fab043abc4acecb309761
[ "MIT" ]
1
2021-11-27T17:24:21.000Z
2021-11-27T17:24:21.000Z
recipes/mt-daapd/mt-daapd_0.2.1.1.bb
JrCs/opendreambox
9dbb1c7acca49a81082fab043abc4acecb309761
[ "MIT" ]
2
2016-08-13T08:40:48.000Z
2021-03-26T03:01:03.000Z
require ${PN}.inc PR = "r4" SRC_URI += "file://itunes-5-fix.patch;patch=1"
18.75
46
0.64
24ed88425f6b646b94ed04fe02337acc064ce9ae
304
bb
BitBake
recipes/libopie/libopie2_1.2.4.bb
crystalfontz/openembedded
8af3377bf132113baa0766fd9021e0ce162a0944
[ "MIT" ]
2
2015-04-24T03:53:39.000Z
2019-02-22T21:12:48.000Z
recipes/libopie/libopie2_1.2.4.bb
crystalfontz/openembedded
8af3377bf132113baa0766fd9021e0ce162a0944
[ "MIT" ]
null
null
null
recipes/libopie/libopie2_1.2.4.bb
crystalfontz/openembedded
8af3377bf132113baa0766fd9021e0ce162a0944
[ "MIT" ]
null
null
null
require ${PN}.inc PR = "r2" SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/libopie2 \ file://include.pro \ file://libopie2-tosa.patch \ file://c7x0_w100_disable.patch \ file://rotate_fix.patch" SRC_URI_append_poodle = " file://poodle-2.6-hotkeys.patch"
25.333333
61
0.608553
e866e98f925a6476beabd6464cd22885ae6f0c8d
136
bb
BitBake
meta-xilinx-standalone/recipes-libraries/xilplmi_git.bb
stkw0/meta-xilinx
4ffbd4c87c3f5f0362abd39132ce9c4f789d90ba
[ "MIT" ]
100
2015-05-22T19:12:09.000Z
2022-02-24T05:03:53.000Z
meta-xilinx-standalone/recipes-libraries/xilplmi_git.bb
stkw0/meta-xilinx
4ffbd4c87c3f5f0362abd39132ce9c4f789d90ba
[ "MIT" ]
25
2017-03-21T15:54:33.000Z
2022-02-25T22:56:00.000Z
meta-xilinx-standalone/recipes-libraries/xilplmi_git.bb
stkw0/meta-xilinx
4ffbd4c87c3f5f0362abd39132ce9c4f789d90ba
[ "MIT" ]
119
2015-05-05T00:02:22.000Z
2022-02-08T23:16:15.000Z
inherit esw ESW_COMPONENT_SRC = "/lib/sw_services/xilplmi/src/" ESW_COMPONENT_NAME = "libxilplmi.a" DEPENDS += "xilstandalone libxil"
19.428571
51
0.779412
e7a181a0190cd9ce57a978fc07e875e5d9a16d5b
565
bb
BitBake
recipes-devtools/python/python3-tomli-w_1.0.0.bb
srobo/meta-srobo
8f17e7d74dd3ac064ad170faa271011abf79e515
[ "MIT" ]
null
null
null
recipes-devtools/python/python3-tomli-w_1.0.0.bb
srobo/meta-srobo
8f17e7d74dd3ac064ad170faa271011abf79e515
[ "MIT" ]
11
2021-11-17T10:07:22.000Z
2022-02-11T18:13:11.000Z
recipes-devtools/python/python3-tomli-w_1.0.0.bb
srobo/meta-srobo
8f17e7d74dd3ac064ad170faa271011abf79e515
[ "MIT" ]
null
null
null
SUMMARY = "A lil' TOML writer" DESCRIPTION = "A lil' TOML writer" HOMEPAGE = "https://github.com/hukkin/tomli-w" LICENSE = "MIT" LICENSE_PATH += "${WORKDIR}/tomli_w-${PV}/LICENSE" LIC_FILES_CHKSUM = "file://${WORKDIR}/tomli_w-${PV}/LICENSE;md5=aaaaf0879d17df0110d1aa8c8c9f46f5" SRC_URI[sha256sum] = "f463434305e0336248cac9c2dc8076b707d8a12d019dd349f5c1e382dd1ae1b9" PYPI_PACKAGE = "tomli-w" PYPI_ARCHIVE_NAME ?= "tomli_w-${PV}.${PYPI_PACKAGE_EXT}" PEP517_SOURCE_PATH = "${WORKDIR}/tomli_w-${PV}" inherit pypi python_flit_core BBCLASSEXTEND = "native nativesdk"
33.235294
97
0.764602
7ba6e677811ca7927e88d6b6276bda95594c7b1f
845
bb
BitBake
recipes/classpathx/gnujaf_1.1.1.bb
crystalfontz/openembedded
8af3377bf132113baa0766fd9021e0ce162a0944
[ "MIT" ]
null
null
null
recipes/classpathx/gnujaf_1.1.1.bb
crystalfontz/openembedded
8af3377bf132113baa0766fd9021e0ce162a0944
[ "MIT" ]
null
null
null
recipes/classpathx/gnujaf_1.1.1.bb
crystalfontz/openembedded
8af3377bf132113baa0766fd9021e0ce162a0944
[ "MIT" ]
null
null
null
DESCRIPTION = "Provides a mean to type data and locate components suitable for performing various kinds of action on it." LICENSE = "GPL + library exception" AUTHOR = "GNU ClasspathX" SRC_URI = "\ http://ftp.gnu.org/gnu/classpathx/activation-${PV}.tar.gz \ file://datadir_java.patch \ " # java-library must be last (it defines do_stage) inherit autotools java-library S = "${WORKDIR}/activation-${PV}" export JAVAC = "javac" # Fake javadoc export JAVADOC = "true" JARFILENAME = "activation-${PV}.jar" ALTJARFILENAMES = "activation.jar gnujaf.jar" do_compile() { mkdir -p build javac -sourcepath source -d build `find source -name "*.java"` fastjar -C build -c -f ${JARFILENAME} . } SRC_URI[md5sum] = "de50d7728e8140eb404f2b4554321f8c" SRC_URI[sha256sum] = "b1b5ef560d30fcb11fbf537246857d14110ce4eb2b200d4c54690472305d87b7"
25.606061
121
0.737278
ce838ee62905ab373506466617166c7e7727c578
922
bb
BitBake
recipes-core/fpga-overlay/fpga-overlay.bb
altera-opensource/meta_intel_fpga_refdes
cb97a5dec45e9c66d05a94cd04f3453f947fa458
[ "MIT" ]
null
null
null
recipes-core/fpga-overlay/fpga-overlay.bb
altera-opensource/meta_intel_fpga_refdes
cb97a5dec45e9c66d05a94cd04f3453f947fa458
[ "MIT" ]
null
null
null
recipes-core/fpga-overlay/fpga-overlay.bb
altera-opensource/meta_intel_fpga_refdes
cb97a5dec45e9c66d05a94cd04f3453f947fa458
[ "MIT" ]
null
null
null
DESCRIPTION = "Intel SoCFPGA Linux device tree overlay application on boot" AUTHOR = "Tien Hock Loh <tien.hock.loh@intel.com>" LICENSE = "GPL-2.0-only" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0-only;md5=801f80980d171dd6425610833a22dbe6" RDEPENDS:${PN} = "dtbt" inherit allarch systemd SRC_URI = "file://fpga-overlay.sh \ file://fpga-overlay.service \ " SRC_URI[md5sum] = "4f98c66ce5ba6a1cea1c2252fcf0410b" SRC_URI[sha256sum] = "b9d020b5c432cb8b71a9ff61f11b27c764db3b027b16ce710d0ce07798c97a38" do_compile() { : } do_install () { install -d ${D}${systemd_unitdir}/system install -d ${D}/${bindir}/ install -m 0644 ${WORKDIR}/fpga-overlay.service ${D}${systemd_unitdir}/system/ install -m 0744 ${WORKDIR}/fpga-overlay.sh ${D}/${bindir}/ } NATIVE_SYSTEMD_SUPPORT = "1" SYSTEMD_PACKAGES = "${PN}" SYSTEMD_SERVICE:${PN} = "fpga-overlay.service" FILES:${PN} += "${base_libdir}/systemd"
27.939394
99
0.722343
394b01a67486e832e45aedd5e1d0a7a93c6b99d2
1,218
bb
BitBake
help/commands/3d_examples/TerrainY.bb
MlssingTexture/Polymer3D
fef96100e477cddb43be41afc3060b9f0a0f07c1
[ "CC0-1.0" ]
169
2015-01-01T21:51:22.000Z
2022-03-31T04:43:37.000Z
_release/help/commands/3d_examples/TerrainY.bb
kfprimm/blitz3d
adc829fb76e2c63612b50c725c0944b2b6b0ddaf
[ "Zlib" ]
21
2017-05-03T20:28:28.000Z
2022-03-25T12:11:00.000Z
_release/help/commands/3d_examples/TerrainY.bb
kfprimm/blitz3d
adc829fb76e2c63612b50c725c0944b2b6b0ddaf
[ "Zlib" ]
83
2015-01-11T04:26:37.000Z
2022-03-21T07:38:25.000Z
; TerrainY Example ; ---------------- Graphics3D 640,480 SetBuffer BackBuffer() camera=CreateCamera() PositionEntity camera,1,1,1 light=CreateLight() RotateEntity light,90,0,0 ; Load terrain terrain=LoadTerrain( "media/height_map.bmp" ) ; Scale terrain ScaleEntity terrain,1,50,1 ; Texture terrain grass_tex=LoadTexture( "media/mossyground.bmp" ) EntityTexture terrain,grass_tex,0,1 ; Set terrain detail, enable vertex morphing TerrainDetail terrain,4000,True While Not KeyDown( 1 ) If KeyDown( 203 )=True Then x#=x#-0.1 If KeyDown( 205 )=True Then x#=x#+0.1 If KeyDown( 208 )=True Then y#=y#-0.1 If KeyDown( 200 )=True Then y#=y#+0.1 If KeyDown( 44 )=True Then z#=z#-0.1 If KeyDown( 30 )=True Then z#=z#+0.1 If KeyDown( 205 )=True Then TurnEntity camera,0,-1,0 If KeyDown( 203 )=True Then TurnEntity camera,0,1,0 If KeyDown( 208 )=True Then MoveEntity camera,0,0,-0.1 If KeyDown( 200 )=True Then MoveEntity camera,0,0,0.1 x#=EntityX(camera) y#=EntityY(camera) z#=EntityZ(camera) terra_y#=TerrainY(terrain,x#,y#,z#) PositionEntity camera,x#,terra_y#+5,z# RenderWorld Text 0,0,"Use cursor keys to move about the terrain" ; Output TerrainY value to screen Text 0,20,"TerrainY: "+terra_y# Flip Wend End
20.644068
54
0.723317
029810525bd342cb7437c26fb8e7a89a105d15e2
597
bb
BitBake
recipes/r/r-native_2.0.0.bb
crystalfontz/openembedded
8af3377bf132113baa0766fd9021e0ce162a0944
[ "MIT" ]
70
2015-02-23T04:18:51.000Z
2022-03-15T02:01:27.000Z
recipes/r/r-native_2.0.0.bb
buglabs/oe-buglabs
b8a4c4b1358214cd3ac1cf6f85154e9c62b16ce7
[ "MIT" ]
1
2020-09-07T15:33:56.000Z
2020-09-07T15:33:56.000Z
recipes/r/r-native_2.0.0.bb
buglabs/oe-buglabs
b8a4c4b1358214cd3ac1cf6f85154e9c62b16ce7
[ "MIT" ]
88
2015-02-11T12:03:16.000Z
2022-03-30T11:33:42.000Z
DEPENDS = "ncurses-native perl-native" SRC_URI = "http://www.stats.bris.ac.uk/R/src/base/R-2/R-${PV}.tar.gz" EXTRA_OECONF = "--without-x --without-readline --without-gnome --without-tcltk --without-libpng \ --without-jpeglib" FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/R-${PV}" S = "${WORKDIR}/R-${PV}" inherit autotools native do_configure() { oe_runconf } do_stage() { install -m 0755 ${S}/bin/R ${STAGING_BINDIR}/R } SRC_URI[md5sum] = "3900bca37cabb4b76b8d736d51cc9251" SRC_URI[sha256sum] = "a06c3546400503e6d4ca4505c3f838b9bbd03fab6a3cbab7993f6d9115b68b64"
24.875
97
0.708543
fd0d4acaecfd3f945d748f578ec4f7eed8745dd1
393
bb
BitBake
recipes-go/github.com-golang-glog-native/github.com-golang-glog-native_20160127.bb
dl9pf/meta-sca
c47c361e1974a60ddd2ab78510be05028f61ec2e
[ "BSD-2-Clause" ]
null
null
null
recipes-go/github.com-golang-glog-native/github.com-golang-glog-native_20160127.bb
dl9pf/meta-sca
c47c361e1974a60ddd2ab78510be05028f61ec2e
[ "BSD-2-Clause" ]
null
null
null
recipes-go/github.com-golang-glog-native/github.com-golang-glog-native_20160127.bb
dl9pf/meta-sca
c47c361e1974a60ddd2ab78510be05028f61ec2e
[ "BSD-2-Clause" ]
null
null
null
SUMMARY = "Leveled execution logs for Go" HOMEPAGE = "https://github.com/golang/glog" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://src/${GO_IMPORT}/LICENSE;md5=19cbd64715b51267a47bf3750cc6a8a5" SRC_URI = "git://${GO_IMPORT};protocol=https" SRCREV = "23def4e6c14b4da8ac2ed8007337bc5eb5007998" UPSTREAM_CHECK_COMMITS = "1" GO_IMPORT = "github.com/golang/glog" inherit go inherit native
26.2
89
0.773537
a1215aafc85dd011275dbbdb554e8949ff242618
396
bb
BitBake
meta-opendreambox/recipes-multimedia/libdvbsi++/libdvbsi++_0.3.8.bb
drbest2/opendreambox
2e1df8c8d2468002a6ccce3e8ac297d90066c076
[ "MIT" ]
null
null
null
meta-opendreambox/recipes-multimedia/libdvbsi++/libdvbsi++_0.3.8.bb
drbest2/opendreambox
2e1df8c8d2468002a6ccce3e8ac297d90066c076
[ "MIT" ]
null
null
null
meta-opendreambox/recipes-multimedia/libdvbsi++/libdvbsi++_0.3.8.bb
drbest2/opendreambox
2e1df8c8d2468002a6ccce3e8ac297d90066c076
[ "MIT" ]
null
null
null
SUMMARY = "C++ parsing library for Service Information (SI) in DVB systems" AUTHOR = "Andreas Oberritter" SECTION = "libs/multimedia" LICENSE = "LGPLv2.1" LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343" OPENDREAMBOX_PROJECT = "obi/libdvbsi++" SRCREV = "${@opendreambox_srcrev('ff57e585c47fd62b484d0a8f96fe4f020f5840e3', d)}" inherit autotools pkgconfig opendreambox-git
39.6
81
0.792929
948af58aab5eeb71c6f906bbc3b2224e77a4f2c4
296
bb
BitBake
meta-openembedded/meta-python/recipes-devtools/python/python3-smpplib_2.1.0.bb
Eyerunmyden/HWMgmt-MegaRAC-OpenEdition
72b03e9fc6e2a13184f1c57b8045b616db9b0a6d
[ "Apache-2.0", "MIT" ]
14
2021-11-04T07:47:37.000Z
2022-03-21T10:10:30.000Z
meta-openembedded/meta-python/recipes-devtools/python/python3-smpplib_2.1.0.bb
Eyerunmyden/HWMgmt-MegaRAC-OpenEdition
72b03e9fc6e2a13184f1c57b8045b616db9b0a6d
[ "Apache-2.0", "MIT" ]
null
null
null
meta-openembedded/meta-python/recipes-devtools/python/python3-smpplib_2.1.0.bb
Eyerunmyden/HWMgmt-MegaRAC-OpenEdition
72b03e9fc6e2a13184f1c57b8045b616db9b0a6d
[ "Apache-2.0", "MIT" ]
6
2021-11-02T10:56:19.000Z
2022-03-06T11:58:20.000Z
SUMMARY = "SMPP library for python" SECTION = "devel/python" LICENSE = "GPLv3.0" LIC_FILES_CHKSUM = "file://README.md;md5=56a03d0ce7e492d4b9487b8aae957efe" PYPI_PACKAGE = "smpplib" SRC_URI[sha256sum] = "df4139a279b35fbb42a58f2a254a9c6daf362b04a7f94e208dc120e0b8a3fd4b" inherit pypi setuptools3
29.6
87
0.817568
20086045c06d339e47b92d86d9603943bdb0ace6
457
bb
BitBake
meta-openstack/recipes-devtools/python/python-django_git.bb
ndjhartman/meta-cloud-services
4233545f26d90c0896d4744f970597bf98404130
[ "MIT" ]
null
null
null
meta-openstack/recipes-devtools/python/python-django_git.bb
ndjhartman/meta-cloud-services
4233545f26d90c0896d4744f970597bf98404130
[ "MIT" ]
null
null
null
meta-openstack/recipes-devtools/python/python-django_git.bb
ndjhartman/meta-cloud-services
4233545f26d90c0896d4744f970597bf98404130
[ "MIT" ]
null
null
null
DESCRIPTION = "A high-level Python Web framework" HOMEPAGE = "http://www.djangoproject.com/" SECTION = "devel/python" LICENSE = "BSD" LIC_FILES_CHKSUM = "file://LICENSE;md5=f09eb47206614a4954c51db8a94840fa" SRCNAME = "Django" PV = "1.8.6" SRCREV = "80b7e9d09f2d23209b591288f9b2cf3eb3d927c8" SRC_URI = " \ git://github.com/django/django.git;branch=stable/1.8.x \ " S = "${WORKDIR}/git" inherit setuptools3 FILES_${PN} += "${datadir}/django/*"
20.772727
72
0.706783
594ea1dc2d6e585c417596889f410a20dd40ef1f
1,403
bb
BitBake
recipes-kernel/linux/linux-seco_4.14.78.bb
mathanrajmurugan/meta-seco-bsp-release-4-14-78
80632b0c1ea02967c8c62172b27a8dc29c099291
[ "MIT" ]
null
null
null
recipes-kernel/linux/linux-seco_4.14.78.bb
mathanrajmurugan/meta-seco-bsp-release-4-14-78
80632b0c1ea02967c8c62172b27a8dc29c099291
[ "MIT" ]
null
null
null
recipes-kernel/linux/linux-seco_4.14.78.bb
mathanrajmurugan/meta-seco-bsp-release-4-14-78
80632b0c1ea02967c8c62172b27a8dc29c099291
[ "MIT" ]
null
null
null
# Copyright (C) 2013-2016 Freescale Semiconductor # Copyright 2017 NXP # Released under the MIT license (see COPYING.MIT for the terms) SUMMARY = "Linux Kernel provided and supported by SECO" DESCRIPTION = "Linux Kernel provided and supported by SECO based on NXP" require recipes-kernel/linux/linux-imx.inc #require recipes-kernel/linux/linux-imx-src.inc #require recipes-kernel/linux/linux-dtb.inc DEPENDS += "lzop-native bc-native" LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7" PV = "4.14.78" SCMVERSION = "n" SRC_URI = "git://secogit.seco.com/imx8/linux-kernel-4-14-78-imx8mq-1-0-0.git;protocol=https;user=Mathan_Murugan:mathan123 file://defconfig" SRCREV = "${AUTOREV}" KERNEL_DEVICETREE = " \ seco/seco-imx8mq-c12.dtb \ seco/seco-imx8mq-c20.dtb \ seco/seco-imx8mq-c25.dtb \ \ seco/overlays/seco-imx8mq-c12-dual-display.dtbo \ seco/overlays/seco-imx8mq-c12-lcdif-sn65dsi84.dtbo \ seco/overlays/seco-imx8mq-c12-wilink.dtbo \ seco/overlays/seco-imx8mq-c12-dcss-sn65dsi84.dtbo \ seco/overlays/seco-imx8mq-c12-can-rtc.dtbo \ seco/overlays/seco-imx8mq-c25-dual-display.dtbo \ seco/overlays/seco-imx8mq-c25-lcdif-sn65dsi84.dtbo \ seco/overlays/seco-imx8mq-c25-dcss-sn65dsi84.dtbo \ seco/overlays/seco-imx8mq-c25-dcss-sn65dsi86.dtbo \ seco/overlays/seco-imx8mq-c20-wilink.dtbo \ seco/overlays/seco-imx8mq-c20-dcss-sn65dsi84.dtbo \ "
33.404762
140
0.765502
203f72bf095d7599b1cde4ced04d86d7bbbe80ae
2,203
bb
BitBake
doc/db_account.bb
dawnbreak/red
42c820029e3680a4c3d4c882b1859f4af582ac36
[ "MIT" ]
null
null
null
doc/db_account.bb
dawnbreak/red
42c820029e3680a4c3d4c882b1859f4af582ac36
[ "MIT" ]
null
null
null
doc/db_account.bb
dawnbreak/red
42c820029e3680a4c3d4c882b1859f4af582ac36
[ "MIT" ]
null
null
null
[table] [tr][th]Field[/th][th]Description[/th][th]Type[/th][th]Null[/th][th]Key[/th][th]Default[/th][th]Extra [/th][/tr] [tr][td]account_id[/td][td][/td][td]int(10) unsigned[/td][td]NO[/td][td]PRI[/td][td]NULL[/td][td]auto_increment [/td][/tr] [tr][td]account_parent[/td][td][/td][td]int(10) unsigned[/td][td]NO[/td][td]MUL[/td][td]0[/td][td] [/td][/tr] [tr][td]account_default_channel[/td][td][/td][td]int(10) unsigned[/td][td]NO[/td][td]MUL[/td][td]0[/td][td] [/td][/tr] [tr][td]account_salt[/td][td][/td][td]char(32)[/td][td]NO[/td][td][/td][td][/td][td] [/td][/tr] [tr][td]account_password[/td][td][/td][td]char(255)[/td][td]NO[/td][td][/td][td][/td][td] [/td][/tr] [tr][td]account_email[/td][td][/td][td]char(255)[/td][td]NO[/td][td]MUL[/td][td][/td][td] [/td][/tr] [tr][td]account_external[/td][td][/td][td]char(255)[/td][td]NO[/td][td]MUL[/td][td][/td][td] [/td][/tr] [tr][td]account_language[/td][td][/td][td]char(16)[/td][td]NO[/td][td][/td][td]en[/td][td] [/td][/tr] [tr][td]account_created[/td][td][/td][td]datetime[/td][td]NO[/td][td][/td][td]0000-00-00 00:00:00[/td][td] [/td][/tr] [tr][td]account_lastlog[/td][td][/td][td]datetime[/td][td]NO[/td][td]MUL[/td][td]0000-00-00 00:00:00[/td][td] [/td][/tr] [tr][td]account_flags[/td][td][/td][td]int(10) unsigned[/td][td]NO[/td][td]MUL[/td][td]0[/td][td] [/td][/tr] [tr][td]account_roles[/td][td][/td][td]int(10) unsigned[/td][td]NO[/td][td]MUL[/td][td]0[/td][td] [/td][/tr] [tr][td]account_reset[/td][td][/td][td]char(255)[/td][td]NO[/td][td][/td][td][/td][td] [/td][/tr] [tr][td]account_expires[/td][td][/td][td]datetime[/td][td]NO[/td][td]MUL[/td][td]0000-00-00 00:00:00[/td][td] [/td][/tr] [tr][td]account_expire_notified[/td][td][/td][td]datetime[/td][td]NO[/td][td][/td][td]0000-00-00 00:00:00[/td][td] [/td][/tr] [tr][td]account_service_class[/td][td][/td][td]char(32)[/td][td]NO[/td][td]MUL[/td][td][/td][td] [/td][/tr] [tr][td]account_level[/td][td][/td][td]int(10) unsigned[/td][td]NO[/td][td]MUL[/td][td]0[/td][td] [/td][/tr] [tr][td]account_password_changed[/td][td][/td][td]datetime[/td][td]NO[/td][td]MUL[/td][td]0000-00-00 00:00:00[/td][td] [/td][/tr] [/table] Return to [zrl=[baseurl]/help/database]database documentation[/zrl]
52.452381
118
0.60236
63402922143d2ce957a112d9ba7a41f5aac88825
74
bb
BitBake
test2/aligned-bitfields.bb
ethanpailes/bbc
3c426839071534f9138024d573c28c15a5802003
[ "BSD-3-Clause" ]
1
2016-02-21T02:46:37.000Z
2016-02-21T02:46:37.000Z
test2/aligned-bitfields.bb
ethanpailes/bbc
3c426839071534f9138024d573c28c15a5802003
[ "BSD-3-Clause" ]
null
null
null
test2/aligned-bitfields.bb
ethanpailes/bbc
3c426839071534f9138024d573c28c15a5802003
[ "BSD-3-Clause" ]
null
null
null
block test f1 : 8ul f2 : 8ub f3 : 32s f4 : 64sb f6 : 16ul end
7.4
11
0.527027
335f64031e31d96096b8646667b469bdaf3dbf0e
217
bb
BitBake
recipes/tasks/task-gpe-games.bb
JrCs/opendreambox
9dbb1c7acca49a81082fab043abc4acecb309761
[ "MIT" ]
70
2015-02-23T04:18:51.000Z
2022-03-15T02:01:27.000Z
recipes/tasks/task-gpe-games.bb
JrCs/opendreambox
9dbb1c7acca49a81082fab043abc4acecb309761
[ "MIT" ]
1
2021-11-27T17:24:21.000Z
2021-11-27T17:24:21.000Z
recipes/tasks/task-gpe-games.bb
JrCs/opendreambox
9dbb1c7acca49a81082fab043abc4acecb309761
[ "MIT" ]
88
2015-02-11T12:03:16.000Z
2022-03-30T11:33:42.000Z
DESCRIPTION = "Games task package for GPE Palmtop Environment" PR = "r6" LICENSE = "MIT" inherit task RDEPENDS_${PN} = "\ gpe-go \ gpe-lights \ gpe-othello \ gpe-tetris \ gsoko \ xdemineur"
14.466667
62
0.617512
2bd9df6a78e56f5baffeb24b5d81aa8c08d07486
19,544
bb
BitBake
recipes-kernel/linux/linux-yocto-meson64_5.2.bb
VCTLabs/meta-meson
149e4c5512b2f6765a62a7025b8bb37e6e0b3314
[ "MIT" ]
null
null
null
recipes-kernel/linux/linux-yocto-meson64_5.2.bb
VCTLabs/meta-meson
149e4c5512b2f6765a62a7025b8bb37e6e0b3314
[ "MIT" ]
null
null
null
recipes-kernel/linux/linux-yocto-meson64_5.2.bb
VCTLabs/meta-meson
149e4c5512b2f6765a62a7025b8bb37e6e0b3314
[ "MIT" ]
2
2021-01-31T11:47:10.000Z
2022-02-23T05:39:32.000Z
# # Linux Support for 64bit Amlogic Meson SoCs # FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:" SRCREV_meson = "c3915fe1bf1235dbf3b0bced734c960202915bd5" LINUX_VERSION = "5.2.11" # Linux stable tree SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git;protocol=https;branch=linux-5.2.y;name=meson \ file://defconfig \ file://0001-UPSTREAM-ASoC-hdmi-codec-remove-function-name-debug-.patch \ file://0002-UPSTREAM-ASoC-hdmi-codec-remove-reference-to-the-cur.patch \ file://0003-UPSTREAM-ASoC-hdmi-codec-remove-reference-to-the-dai.patch \ file://0004-UPSTREAM-ASoC-hdmi-codec-remove-ops-dependency-on-th.patch \ file://0005-UPSTREAM-ASoC-meson-axg-card-set-link-name-based-on-.patch \ file://0006-UPSTREAM-ASoC-dapm-allow-muxes-to-force-a-disconnect.patch \ file://0007-UPSTREAM-ASoC-meson-add-tohdmitx-DT-bindings.patch \ file://0008-UPSTREAM-ASoC-meson-axg-card-add-basic-codec-to-code.patch \ file://0009-UPSTREAM-ASoC-meson-add-g12a-tohdmitx-control.patch \ file://0010-UPSTREAM-clk-meson-gxbb-no-spread-spectrum-on-mpll0.patch \ file://0011-UPSTREAM-clk-meson-axg-spread-spectrum-is-on-mpll2.patch \ file://0012-UPSTREAM-clk-meson-mpll-add-init-callback-and-regs.patch \ file://0013-UPSTREAM-clk-meson-g12a-add-mpll-register-init-seque.patch \ file://0014-UPSTREAM-clk-meson-eeclk-add-init-regs.patch \ file://0015-UPSTREAM-clk-meson-g12a-add-controller-register-init.patch \ file://0016-UPSTREAM-arm64-dts-meson-g12a-Add-PWM-nodes.patch \ file://0017-UPSTREAM-arm64-dts-meson-g12a-Add-IR-nodes.patch \ file://0018-UPSTREAM-arm64-dts-meson-g12a-x96-max-enable-IR-deco.patch \ file://0019-UPSTREAM-arm64-dts-meson-g12a-u200-enable-IR-decoder.patch \ file://0020-UPSTREAM-arm64-dts-meson-sei510-consistently-order-n.patch \ file://0021-UPSTREAM-arm64-dts-meson-u200-consistently-order-nod.patch \ file://0022-UPSTREAM-arm64-dts-meson-g12a-add-mmc-nodes.patch \ file://0023-UPSTREAM-arm64-dts-meson-u200-add-sd-and-emmc.patch \ file://0024-UPSTREAM-arm64-dts-meson-sei510-add-sd-and-emmc.patch \ file://0025-UPSTREAM-arm64-dts-meson-g12a-set-uart_ao-clocks.patch \ file://0026-UPSTREAM-arm64-dts-meson-g12a-add-i2c-nodes.patch \ file://0027-UPSTREAM-arm64-dts-meson-u200-enable-i2c-busses.patch \ file://0028-UPSTREAM-arm64-dts-meson-sei510-enable-i2c3.patch \ file://0029-UPSTREAM-arm64-dts-meson-g12a-add-audio-clock-contro.patch \ file://0030-UPSTREAM-arm64-dts-meson-g12a-add-audio-memory-arbit.patch \ file://0031-UPSTREAM-arm64-dts-meson-g12a-add-audio-fifos.patch \ file://0032-UPSTREAM-arm64-dts-meson-g12a-add-tdm.patch \ file://0033-UPSTREAM-arm64-dts-meson-g12a-add-spdifouts.patch \ file://0034-UPSTREAM-arm64-dts-meson-g12a-add-pdm.patch \ file://0035-UPSTREAM-arm64-dts-meson-g12a-add-spdifin.patch \ file://0036-UPSTREAM-arm64-dts-meson-g12a-enable-hdmi_tx-sound-d.patch \ file://0037-UPSTREAM-dt-bindings-arm-amlogic-Move-amlogic-meson-.patch \ file://0038-UPSTREAM-dt-bindings-arm-Convert-Amlogic-board-soc-b.patch \ file://0039-UPSTREAM-arm64-dts-meson-sei510-add-bluetooth-suppli.patch \ file://0040-UPSTREAM-arm64-dts-meson-g12a-add-tohdmitx.patch \ file://0041-UPSTREAM-arm64-dts-meson-g12a-add-ethernet-mac-contr.patch \ file://0042-FROMGIT-arm64-dts-meson-g12a-add-ethernet-pinctrl-de.patch \ file://0043-FROMGIT-arm64-dts-meson-g12a-add-mdio-multiplexer.patch \ file://0044-FROMGIT-arm64-dts-meson-u200-add-internal-network.patch \ file://0045-FROMGIT-arm64-dts-meson-sei510-add-network-support.patch \ file://0046-FROMGIT-arm64-dts-meson-g12a-add-drive-strength-hdmi.patch \ file://0047-FROMGIT-arm64-dts-meson-g12a-add-drive-strength-for-.patch \ file://0048-FROMGIT-dt-bindings-mmc-meson-gx-add-dram-access-qui.patch \ file://0049-FROMGIT-mmc-meson-gx-add-dram-access-quirk.patch \ file://0050-UPSTREAM-dt-bindings-pinctrl-add-a-drive-strength-mi.patch \ file://0051-UPSTREAM-pinctrl-generic-add-new-drive-strength-micr.patch \ file://0052-UPSTREAM-dt-bindings-pinctrl-meson-Add-drive-strengt.patch \ file://0053-UPSTREAM-pinctrl-meson-Rework-enable-disable-bias-pa.patch \ file://0054-UPSTREAM-pinctrl-meson-add-support-of-drive-strength.patch \ file://0055-UPSTREAM-pinctrl-meson-g12a-add-DS-bank-value.patch \ file://0056-UPSTREAM-dt-bindings-pinctrl-meson-add-output-suppor.patch \ file://0057-UPSTREAM-pinctrl-meson-add-output-support-in-pinconf.patch \ file://0058-UPSTREAM-drm-meson-imply-dw-hdmi-i2s-audio-for-meson.patch \ file://0059-FROMGIT-arm64-dts-meson-g12a-Add-hwrng-node.patch \ file://0060-FROMGIT-arm64-dts-meson-g12a-x96-max-Add-Gigabit-Eth.patch \ file://0061-FROMGIT-dt-bindings-arm-amlogic-add-G12B-bindings.patch \ file://0062-FROMGIT-dt-bindings-arm-amlogic-add-Odroid-N2-bindin.patch \ file://0063-FROMGIT-arm64-dts-meson-Add-minimal-support-for-Odro.patch \ file://0064-UPSTREAM-media-platform-ao-cec-g12a-remove-spin_lock.patch \ file://0065-UPSTREAM-drm-meson-Add-zpos-immutable-property-to-pl.patch \ file://0066-UPSTREAM-drm-meson-Add-support-for-XBGR8888-ABGR8888.patch \ file://0067-FROMGIT-arm64-dts-meson-g12a-add-SDIO-controller.patch \ file://0068-FROMGIT-arm64-dts-meson-g12a-x96-max-add-support-for.patch \ file://0069-FROMGIT-arm64-dts-meson-g12a-x96-max-Enable-Wifi-SDI.patch \ file://0070-FROMGIT-arm64-dts-meson-g12a-sei510-Enable-Wifi-SDIO.patch \ file://0071-FROMGIT-arm64-dts-meson-g12a-sei510-add-32k-clock-to.patch \ file://0072-FROMGIT-arm64-dts-meson-g12a-x96-max-add-32k-clock-t.patch \ file://0073-FROMGIT-arm64-dts-meson-g12a-sei510-bump-bluetooth-b.patch \ file://0074-FROMGIT-arm64-dts-meson-g12a-x96-max-bump-bluetooth-.patch \ file://0075-UPSTREAM-dt-bindings-clk-g12a-clkc-add-Temperature-S.patch \ file://0076-UPSTREAM-clk-meson-g12a-add-temperature-sensor-clock.patch \ file://0077-UPSTREAM-dt-bindings-clk-meson-add-g12b-periph-clock.patch \ file://0078-UPSTREAM-clk-meson-g12a-Add-support-for-G12B-CPUB-cl.patch \ file://0079-UPSTREAM-clk-meson-g12a-mark-fclk_div3-as-critical.patch \ file://0080-FROMGIT-drm-bridge-dw-hdmi-Use-automatic-CTS-generat.patch \ file://0081-FROMGIT-arm64-dts-amlogic-odroid-n2-keep-SD-card-reg.patch \ file://0082-FROMGIT-arm64-dts-meson-g12a-add-missing-dwc2-phy-na.patch \ file://0083-FROMGIT-arm64-dts-meson-g12a-sei510-enable-IR-contro.patch \ file://0084-FROMGIT-clk-meson-g12a-fix-hifi-typo-in-mali-parent_.patch \ file://0085-FROMGIT-clk-meson-axg-audio-migrate-to-the-new-paren.patch \ file://0086-FROMGIT-clk-meson-g12a-aoclk-migrate-to-the-new-pare.patch \ file://0087-FROMGIT-clk-meson-gxbb-aoclk-migrate-to-the-new-pare.patch \ file://0088-FROMGIT-clk-meson-axg-aoclk-migrate-to-the-new-paren.patch \ file://0089-FROMGIT-clk-meson-remove-ao-input-bypass-clocks.patch \ file://0090-FROMGIT-clk-meson-g12a-migrate-to-the-new-parent-des.patch \ file://0091-FROMGIT-clk-meson-gxbb-migrate-to-the-new-parent-des.patch \ file://0092-FROMGIT-clk-meson-axg-migrate-to-the-new-parent-desc.patch \ file://0093-BACKPORT-clk-meson-meson8b-migrate-to-the-new-parent.patch \ file://0094-BACKPORT-clk-meson-clk-regmap-migrate-to-new-parent-.patch \ file://0095-FROMGIT-clk-meson-remove-ee-input-bypass-clocks.patch \ file://0096-BACKPORT-clk-meson-remove-clk-input-helper.patch \ file://0097-UPSTREAM-pwm-meson-Fix-the-G12A-AO-clock-parents-ord.patch \ file://0098-UPSTREAM-pwm-meson-Unify-the-parameter-list-of-meson.patch \ file://0099-UPSTREAM-pwm-meson-Use-devm_clk_get_optional-to-get-.patch \ file://0100-UPSTREAM-pwm-meson-Use-GENMASK-and-FIELD_PREP-for-th.patch \ file://0101-UPSTREAM-pwm-meson-Change-MISC_CLK_SEL_WIDTH-to-MISC.patch \ file://0102-UPSTREAM-pwm-meson-Don-t-duplicate-the-polarity-inte.patch \ file://0103-UPSTREAM-pwm-meson-Pass-struct-pwm_device-to-meson_p.patch \ file://0104-UPSTREAM-pwm-meson-Add-the-meson_pwm_channel-data-to.patch \ file://0105-UPSTREAM-pwm-meson-Add-the-per-channel-register-offs.patch \ file://0106-UPSTREAM-pwm-meson-Move-pwm_set_chip_data-to-meson_p.patch \ file://0107-UPSTREAM-pwm-meson-Simplify-the-calculation-of-the-p.patch \ file://0108-UPSTREAM-pwm-meson-Read-the-full-hardware-state-in-m.patch \ file://0109-UPSTREAM-pwm-meson-Don-t-cache-struct-pwm_state-inte.patch \ file://0110-UPSTREAM-pwm-meson-Add-support-PWM_POLARITY_INVERSED.patch \ file://0111-FROMGIT-clk-core-introduce-clk_hw_set_parent.patch \ file://0112-FROMGIT-clk-meson-add-g12a-cpu-dynamic-divider-drive.patch \ file://0113-FROMGIT-clk-meson-g12a-add-notifiers-to-handle-cpu-c.patch \ file://0114-FROMGIT-clk-meson-g12a-expose-CPUB-clock-ID-for-G12B.patch \ file://0115-FROMGIT-soc-amlogic-meson-clk-measure-protect-measur.patch \ file://0116-FROMGIT-soc-amlogic-meson-clk-measure-add-G12B-secon.patch \ file://0117-FROMGIT-soc-amlogic-meson-gx-socinfo-add-A311D-id.patch \ file://0118-BACKPORT-arm64-dts-move-common-G12A-G12B-modes-to-me.patch \ file://0119-FROMGIT-arm64-dts-meson-g12-common-add-pwm_a-on-GPIO.patch \ file://0120-FROMGIT-arm64-dts-meson-g12a-add-cpus-OPP-table.patch \ file://0121-BACKPORT-arm64-dts-meson-g12a-enable-DVFS-on-G12A-bo.patch \ file://0122-FROMGIT-arm64-dts-meson-g12b-add-cpus-OPP-tables.patch \ file://0123-FROMGIT-arm64-dts-meson-add-ethernet-fifo-sizes.patch \ file://0124-FROMGIT-dt-bindings-arm-amlogic-add-bindings-for-G12.patch \ file://0125-FROMGIT-dt-bindings-arm-amlogic-add-bindings-for-the.patch \ file://0126-FROMGIT-dt-bindings-arm-amlogic-add-support-for-the-.patch \ file://0127-FROMGIT-arm64-dts-meson-g12b-support-a311d-and-s922x.patch \ file://0128-FROMGIT-pinctrl-meson-g12a-add-pwm_a-on-GPIOE_2-pinm.patch \ file://0129-FROMGIT-media-dt-bindings-media-meson-ao-cec-add-SM1.patch \ file://0130-FROMGIT-media-platform-meson-ao-cec-g12a-add-support.patch \ file://0131-BACKPORT-ASoC-add-soc-dai.c.patch \ file://0132-BACKPORT-ASoC-soc-dai-mv-soc_dai_hw_params-to-soc-da.patch \ file://0133-BACKPORT-ASoC-soc-dai-add-snd_soc_dai_hw_free.patch \ file://0134-BACKPORT-ASoC-soc-dai-add-snd_soc_dai_startup.patch \ file://0135-BACKPORT-ASoC-soc-dai-add-snd_soc_dai_shutdown.patch \ file://0136-FROMGIT-ASoC-soc-dai-add-snd_soc_dai_prepare.patch \ file://0137-FROMGIT-ASoC-soc-dai-add-snd_soc_dai_trigger.patch \ file://0138-FROMGIT-ASoC-soc-dai-add-snd_soc_dai_bespoke_trigger.patch \ file://0139-FROMGIT-ASoC-soc-dai-add-snd_soc_dai_delay.patch \ file://0140-FROMGIT-ASoC-soc-dai-add-snd_soc_dai_suspend.patch \ file://0141-FROMGIT-ASoC-soc-dai-add-snd_soc_dai_resume.patch \ file://0142-FROMGIT-ASoC-soc-dai-add-snd_soc_dai_probe.patch \ file://0143-FROMGIT-ASoC-soc-dai-add-snd_soc_dai_remove.patch \ file://0144-FROMGIT-ASoC-soc-dai-add-snd_soc_dai_compress_new.patch \ file://0145-FROMGIT-ASoC-soc-dai-move-snd_soc_dai_stream_valid-t.patch \ file://0146-FROMGIT-ASoC-codec2codec-run-callbacks-in-order.patch \ file://0147-FROMGIT-ASoC-codec2codec-name-link-using-stream-dire.patch \ file://0148-FROMGIT-ASoC-codec2codec-deal-with-params-when-neces.patch \ file://0149-FROMGIT-ASoC-meson-g12a-tohdmitx-override-codec2code.patch \ file://0150-FROMGIT-ASoC-create-pcm-for-codec2codec-links-as-wel.patch \ file://0151-FROMGIT-ASoC-codec2codec-fix-missing-return-of-error.patch \ file://0152-FROMGIT-ASoC-codec2codec-remove-ephemeral-variables.patch \ file://0153-FROMGIT-ASoC-codec2codec-fill-some-of-the-runtime-st.patch \ file://0154-FROMGIT-drm-meson-mask-value-when-writing-bits-relax.patch \ file://0155-FROMGIT-drm-meson-crtc-use-proper-macros-instead-of-.patch \ file://0156-FROMGIT-drm-meson-drv-use-macro-when-initializing-vp.patch \ file://0157-FROMGIT-drm-meson-vpp-use-proper-macros-instead-of-m.patch \ file://0158-FROMGIT-drm-meson-viu-use-proper-macros-instead-of-m.patch \ file://0159-FROMGIT-drm-meson-venc-use-proper-macros-instead-of-.patch \ file://0160-FROMGIT-drm-meson-global-clean-up.patch \ file://0161-FROMGIT-drm-meson-add-macro-used-to-enable-HDMI-PLL.patch \ file://0162-FROMGIT-drm-meson-venc-set-the-correct-macrovision-m.patch \ file://0163-FROMGIT-arm64-dts-amlogic-g12-CPU-timers-stop-in-sus.patch \ file://0164-FROMGIT-dt-bindings-arm-amlogic-fix-x96-max-sei510-s.patch \ file://0165-BACKPORT-arm64-dts-meson-g12b-khadas-vim3-add-initia.patch \ file://0166-BACKPORT-arm64-dts-meson-g12b-odroid-n2-enable-DVFS.patch \ file://0167-FROMLIST-clk-meson-g12a-fix-gp0-and-hifi-ranges.patch \ file://0168-FROMLIST-dt-bindings-thermal-Add-DT-bindings-documen.patch \ file://0169-FROMLIST-thermal-amlogic-Add-thermal-driver-to-suppo.patch \ file://0170-FROMLIST-arm64-dts-amlogic-g12-add-temperature-senso.patch \ file://0171-BACKPORT-arm64-dts-meson-sei510-Add-minimal-thermal-.patch \ file://0172-BACKPORT-arm64-dts-amlogic-odroid-n2-add-minimal-the.patch \ file://0173-FROMLIST-MAINTAINERS-add-entry-for-Amlogic-Thermal-d.patch \ file://0174-FROMLIST-drm-bridge-dw-hdmi-i2s-support-more-i2s-for.patch \ file://0175-FROMLIST-drm-bridge-dw-hdmi-move-audio-channel-setup.patch \ file://0176-FROMLIST-drm-bridge-dw-hdmi-set-channel-count-in-the.patch \ file://0177-FROMLIST-drm-bridge-dw-hdmi-i2s-enable-lpcm-multi-ch.patch \ file://0178-FROMLIST-drm-bridge-dw-hdmi-i2s-set-the-channel-allo.patch \ file://0179-FROMLIST-drm-bridge-dw-hdmi-i2s-reset-audio-fifo-bef.patch \ file://0180-FROMLIST-drm-bridge-dw-hdmi-i2s-enable-only-the-requ.patch \ file://0181-FROMLIST-drm-bridge-dw-hdmi-i2s-add-.get_eld-support.patch \ file://0182-FROMLIST-dt-bindings-clock-meson-add-resets-to-the-a.patch \ file://0183-FROMLIST-clk-meson-axg-audio-add-g12a-reset-support.patch \ file://0184-FROMLIST-arm64-cpufeature-Don-t-treat-granule-sizes-.patch \ file://0185-FROMLIST-arm64-dts-meson-sei510-add-max98357a-DAC.patch \ file://0186-BACKPORT-arm64-dts-meson-sei510-add-sound-card.patch \ file://0187-FROMLIST-arm64-dts-meson-g12a-x96-max-add-sound-card.patch \ file://0188-FROMLIST-arm64-dts-meson-g12b-odroid-n2-add-sound-ca.patch \ file://0189-FROMLIST-usb-dwc3-meson-g12a-Add-support-for-IRQ-bas.patch \ file://0190-FROMLIST-Bluetooth-btbcm-Add-entry-for-BCM4359C0-UAR.patch \ file://0191-WIP-ASoC-max98357a-add-Kconfig-name.patch \ file://0192-WIP-ASoC-hdmi-codec-re-introduce-mutex-locking.patch \ file://0193-WIP-arm64-dts-meson-add-dwmac-3.710-to-ethmac-compat.patch \ file://0194-WIP-drm-bridge-dw-hdmi-support-dynamically-get-input.patch \ file://0195-WIP-drm-bridge-dw-hdmi-allow-ycbcr420-modes-for-0x20.patch \ file://0196-WIP-drm-meson-Add-YUV420-output-support.patch \ file://0197-WIP-drm-meson-Output-in-YUV444-if-sink-supports-it.patch \ file://0198-WIP-dt-bindings-media-add-Amlogic-Video-Decoder-Bind.patch \ file://0199-WIP-media-videodev2-add-V4L2_FMT_FLAG_FIXED_RESOLUTI.patch \ file://0200-WIP-media-meson-add-v4l2-m2m-video-decoder-driver.patch \ file://0201-WIP-MAINTAINERS-Add-meson-video-decoder.patch \ file://0202-WIP-arm64-dts-meson-gx-add-vdec-entry.patch \ file://0203-WIP-arm64-dts-meson-add-vdec-entries.patch \ file://0204-WIP-media-meson-vdec-add-H.264-decoding-support.patch \ file://0205-WIP-media-meson-vdec-add-MPEG4-decoding-support.patch \ file://0206-WIP-media-meson-vdec-add-MJPEG-decoding-support.patch \ file://0207-WIP-media-videodev2.h-Add-Amlogic-compressed-format.patch \ file://0208-WIP-media-meson-vdec-add-support-for-V4L2_PIX_FMT_AM.patch \ file://0209-WIP-meson-vdec-make-amvdec_dst_buf_done_offset-publi.patch \ file://0210-WIP-media-meson-vdec-add-HEVC-decoding-support.patch \ file://0211-WIP-meson-vdec-Map-the-Firmware-buf-idx-VB2-buf-idx.patch \ file://0212-WIP-media-meson-vdec-commonize-some-HEVC-code.patch \ file://0213-WIP-media-meson-vdec-add-VP9-input-support.patch \ file://0214-WIP-media-meson-vdec-add-VP9-support.patch \ file://0215-WIP-media-meson-vdec-add-g12a-platform.patch \ file://0216-WIP-media-meson-vp9-add-IOMMU-support.patch \ file://0217-WIP-arm64-dts-meson-g12a-add-video-decoder-node.patch \ file://0218-HACK-arm64-dts-g12a-set-cma-pool-to-896MB.patch \ file://0219-ARM64-defconfig-enable-CEC-support.patch \ file://0220-ASoC-meson-add-meson-audio-core-driver.patch \ file://0221-ASoC-meson-add-register-definitions.patch \ file://0222-ASoC-meson-add-initial-aiu-i2s-support.patch \ file://0223-ASoC-meson-add-initial-spdif-support.patch \ file://0224-ARM64-defconfig-enable-audio-support-for-meson-SoCs-.patch \ file://0225-ARM64-dts-meson-gx-add-audio-controller-nodes.patch \ file://0226-snd-meson-activate-HDMI-audio-path.patch \ file://0227-ARM64-dts-meson-gx-add-sound-dai-cells-to-HDMI-node.patch \ file://0228-ARM64-dts-meson-activate-hdmi-audio-HDMI-enabled-boa.patch \ file://0229-arm64-dts-meson-gxm-nexbox-a1-disable-cvbs.patch \ file://0230-WiP-drm-panfrost-add-support-for-custom-soft-reset-o.patch \ file://0231-TEMP-drm-panfrost-kernel-driver-fix-1-2.patch \ file://0232-TEMP-drm-panfrost-kernel-driver-fix-2-2.patch \ file://0001-clk-Fix-potential-NULL-dereference-in-clk_fetch_pare.patch \ " KERNEL_VERSION_SANITY_SKIP="1" KERNEL_CLASSES = "kernel-uimage-meson" LINUX_VERSION_EXTENSION_append = "-meson64" KERNEL_CONFIG_COMMAND ?= "oe_runmake_call -C ${S} CC="${KERNEL_CC}" O=${B} olddefconfig" require linux-meson.inc # Checksum changed on 4.17 LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814"
74.881226
120
0.674734
216dc1728c25b6b6dfa9279e6a8da81bb15f17b4
941
bb
BitBake
recipes-rdkb/ruli/ruli_0.36.bb
rdkcmf/meta-rdk-ext
ac1f13203d69a7a68a339efb399459f1f23ca94a
[ "MIT" ]
null
null
null
recipes-rdkb/ruli/ruli_0.36.bb
rdkcmf/meta-rdk-ext
ac1f13203d69a7a68a339efb399459f1f23ca94a
[ "MIT" ]
null
null
null
recipes-rdkb/ruli/ruli_0.36.bb
rdkcmf/meta-rdk-ext
ac1f13203d69a7a68a339efb399459f1f23ca94a
[ "MIT" ]
null
null
null
SUMMARY = "RULI stands for Resolver User Layer Interface It's a library built on top of an asynchronous DNS stub resolver" HOMEPAGE = "http://www.nongnu.org/ruli/" LICENSE = "GPL-2.0" LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3" DEPENDS = "liboop" SRC_URI += "ftp://ftp.gnome.org/mirror/gnu.org/savannah/ruli/ruli_${PV}.orig.tar.gz" SRC_URI += "file://Makefile.patch" SRC_URI[md5sum] = "e73fbfdeadddb68a703a70cea5271468" SRC_URI[sha256sum] = "11d32def5b514748fbd9ea8c88049ae99e1bb358efc74eb91a4d268a3999dbfa" S = "${WORKDIR}/${PN}-${PV}" do_install() { install -d ${D}${includedir}/ruli install -d ${D}${libdir} install -m 0644 ${S}/src/ruli*.h ${D}${includedir}/ruli install -m 0644 ${S}/src/libruli.so ${D}${libdir} install -m 0644 ${S}/src/libruli.so.4 ${D}${libdir} } FILES_SOLIBSDEV = "" SOLIBS = ".so" INSANE_SKIP_${PN} += "dev-so" FILES_${PN} += "${libdir}/libruli.so ${libdir}/libruli.so.4"
30.354839
122
0.706695
832cd2cfdf0eeea674a36271dd260f1ff59e782f
362
bb
BitBake
recipes/opensync/msynctool_0.22.bb
andreimironenko/arago-oe-dev
4e1175f61be9d0dd68873e4847fe531e5f93b52a
[ "MIT" ]
70
2015-02-23T04:18:51.000Z
2022-03-15T02:01:27.000Z
recipes/opensync/msynctool_0.22.bb
buglabs/oe-buglabs
b8a4c4b1358214cd3ac1cf6f85154e9c62b16ce7
[ "MIT" ]
1
2020-09-07T15:33:56.000Z
2020-09-07T15:33:56.000Z
recipes/opensync/msynctool_0.22.bb
buglabs/oe-buglabs
b8a4c4b1358214cd3ac1cf6f85154e9c62b16ce7
[ "MIT" ]
88
2015-02-11T12:03:16.000Z
2022-03-30T11:33:42.000Z
SRC_URI = "http://www.opensync.org/download/releases/0.22/msynctool-${PV}.tar.bz2" LICENSE = "GPL" DEPENDS = "libopensync" HOMEPAGE = "http://www.opensync.org/" inherit autotools pkgconfig require opensync-unpack.inc SRC_URI[md5sum] = "3ddc55209e682a8b99a47cf3d0053dbf" SRC_URI[sha256sum] = "5a3008eaaf61dc9f7cc0cd0c762d700dfa8cc1aa65c07ec5bf12abe252f2d280"
27.846154
87
0.798343
90a9089270ab41c7a9279e004429c782e287e57b
1,700
bb
BitBake
recipes/u-boot/u-boot_2009.11.bb
andreimironenko/arago-oe-dev
4e1175f61be9d0dd68873e4847fe531e5f93b52a
[ "MIT" ]
2
2019-12-28T12:12:34.000Z
2020-06-29T20:24:11.000Z
recipes/u-boot/u-boot_2009.11.bb
buglabs/oe-buglabs
b8a4c4b1358214cd3ac1cf6f85154e9c62b16ce7
[ "MIT" ]
1
2020-09-07T15:33:56.000Z
2020-09-07T15:33:56.000Z
recipes/u-boot/u-boot_2009.11.bb
buglabs/oe-buglabs
b8a4c4b1358214cd3ac1cf6f85154e9c62b16ce7
[ "MIT" ]
1
2019-02-16T06:26:27.000Z
2019-02-16T06:26:27.000Z
PR = "r1" require u-boot.inc DEFAULT_PREFERENCE = "-1" DEFAULT_PREFERENCE_at91sam9g10ek = "2" DEFAULT_PREFERENCE_at91sam9g20ek = "2" DEFAULT_PREFERENCE_at91sam9g45ek = "2" DEFAULT_PREFERENCE_at91sam9m10ekes = "2" DEFAULT_PREFERENCE_at91sam9m10g45ek = "2" DEFAULT_PREFERENCE_at91sam9g45ek = "2" DEFAULT_PREFERENCE_adb4000 = "2" SRC_URI = "ftp://ftp.denx.de/pub/u-boot/u-boot-${PV}.tar.bz2 " SRC_URI_append_at91 = "\ file://at91/0002-Support-running-ATSAM9G45-M10-from-dataflash.patch \ file://at91/0003-Update-SAM9M10-G45-config-for-dataflash-support.patch \ file://at91/0004-Support-selecting-SPI-mode-in-dataflash-driver.patch \ file://at91/0005-mux-replace-verbose-dataflash_mmc_mux-command.patch \ file://at91/0006-libarm-board.c-Gets-overwritten-workaround.patch \ file://at91/0007-fat.c-Add-DEBUG-currently-disabled.patch \ file://at91/0008-env_dataflash.c-More-robust-handling.patch \ file://at91/0009-cmd_debug.c-Add-a-generic-function-for-debug-vars.patch \ file://at91/0010-debug.h-Add-header-for-debug-variables.patch \ file://at91/0011-common-Makefile-Add-cmd_debug.c-to-build.patch \ file://at91/0012-cmd_mci.c-Support-writing-out-AT91-mci-config.patch \ file://at91/0013-atmel_dataflash.c-Status-printout-depend-on-DEBUG.patch \ file://at91/0014-AT91-MCI-Add-support-for-SD-Card.patch \ file://at91/0015-sam9m10g45ek-Add-configuration-file.patch \ " SRC_URI_append_adb4000 = "\ file://at91/100-icnova.patch \ " TARGET_LDFLAGS = "" inherit base do_compile () { oe_runmake ${UBOOT_MACHINE} oe_runmake all } SRC_URI[md5sum] = "d94700614225f53c853dfe714eb5fa47" SRC_URI[sha256sum] = "066615314fc90a314823ac975ca2a525a51fdad41802f4088a3a21ce073e8de6"
34.693878
87
0.770588
ef733450ed56830b03a5e5bc158188a8cb30453f
2,259
bb
BitBake
meta-ros1-melodic/generated-recipes/ros-comm/roslaunch_1.14.11-1.bb
rcwoolley/meta-ros
4e7ce48fc62329b36f9a56b5713bd46eb8256b2a
[ "MIT" ]
null
null
null
meta-ros1-melodic/generated-recipes/ros-comm/roslaunch_1.14.11-1.bb
rcwoolley/meta-ros
4e7ce48fc62329b36f9a56b5713bd46eb8256b2a
[ "MIT" ]
null
null
null
meta-ros1-melodic/generated-recipes/ros-comm/roslaunch_1.14.11-1.bb
rcwoolley/meta-ros
4e7ce48fc62329b36f9a56b5713bd46eb8256b2a
[ "MIT" ]
null
null
null
# Generated by superflore -- DO NOT EDIT # # Copyright Open Source Robotics Foundation inherit ros_distro_melodic inherit ros_superflore_generated DESCRIPTION = "roslaunch is a tool for easily launching multiple ROS <a href="http://ros.org/wiki/Nodes">nodes</a> locally and remotely via SSH, as well as setting parameters on the <a href="http://ros.org/wiki/Parameter Server">Parameter Server</a>. It includes options to automatically respawn processes that have already died. roslaunch takes in one or more XML configuration files (with the <tt>.launch</tt> extension) that specify the parameters to set and nodes to launch, as well as the machines that they should be run on." AUTHOR = "Jacob Perron <jacob@openrobotics.org>" ROS_AUTHOR = "Ken Conley" HOMEPAGE = "http://wiki.ros.org/roslaunch" SECTION = "devel" LICENSE = "BSD" LIC_FILES_CHKSUM = "file://package.xml;beginline=22;endline=22;md5=d566ef916e9dedc494f5f793a6690ba5" ROS_CN = "ros_comm" ROS_BPN = "roslaunch" ROS_BUILD_DEPENDS = "" ROS_BUILDTOOL_DEPENDS = " \ catkin-native \ " ROS_EXPORT_DEPENDS = "" ROS_BUILDTOOL_EXPORT_DEPENDS = "" ROS_EXEC_DEPENDS = " \ ${PYTHON_PN}-paramiko \ ${PYTHON_PN}-pyyaml \ ${PYTHON_PN}-rospkg \ rosclean \ rosgraph-msgs \ roslib \ rosmaster \ rosout \ rosparam \ rosunit \ " # Currently informational only -- see http://www.ros.org/reps/rep-0149.html#dependency-tags. ROS_TEST_DEPENDS = " \ rosbuild \ " DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}" # Bitbake doesn't support the "export" concept, so build them as if we needed them to build this package (even though we actually # don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS. DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}" RDEPENDS:${PN} += "${ROS_EXEC_DEPENDS}" # matches with: https://github.com/ros-gbp/ros_comm-release/archive/release/melodic/roslaunch/1.14.11-1.tar.gz ROS_BRANCH ?= "branch=release/melodic/roslaunch" SRC_URI = "git://github.com/ros-gbp/ros_comm-release;${ROS_BRANCH};protocol=https" SRCREV = "21ded31d12f8f6b743a7a79ec81ad7761a364afc" S = "${WORKDIR}/git" ROS_BUILD_TYPE = "catkin" inherit ros_${ROS_BUILD_TYPE}
35.857143
555
0.738822
a0296aea1585f38d1c66afb2c7bc4894168da4b2
150
bb
BitBake
recipes-core/packagegroups/packagegroup-flatpak.bb
flatpak/meta-flatpak
0a28dc826b92fd04a06f2c14ceb9f0b88bb1b4f0
[ "MIT" ]
4
2021-10-06T13:20:23.000Z
2021-12-16T06:53:53.000Z
recipes-core/packagegroups/packagegroup-flatpak.bb
flatpak/meta-flatpak
0a28dc826b92fd04a06f2c14ceb9f0b88bb1b4f0
[ "MIT" ]
3
2021-10-08T20:52:12.000Z
2022-02-11T13:58:34.000Z
recipes-core/packagegroups/packagegroup-flatpak.bb
flatpak/meta-flatpak
0a28dc826b92fd04a06f2c14ceb9f0b88bb1b4f0
[ "MIT" ]
null
null
null
SUMMARY = "PROJECTNAME Flatpak Application Support" LICENSE = "MIT" inherit packagegroup RDEPENDS_${PN} = " \ flatpak flatpak-image-runtime \ "
16.666667
51
0.726667
725de196d7eb20ed446646b49a5643c5c0522e44
804
bb
BitBake
recipes/esc/esc-media_5.bb
anguslees/openembedded-android
a608b5f8f87aa72e33ab8da00329dbb09999cfbe
[ "MIT" ]
2
2015-04-24T03:53:39.000Z
2019-02-22T21:12:48.000Z
recipes/esc/esc-media_5.bb
anguslees/openembedded-android
a608b5f8f87aa72e33ab8da00329dbb09999cfbe
[ "MIT" ]
null
null
null
recipes/esc/esc-media_5.bb
anguslees/openembedded-android
a608b5f8f87aa72e33ab8da00329dbb09999cfbe
[ "MIT" ]
null
null
null
DESCRIPTION = "Media files to include on the Embedded Systems Conference workshop" LICENSE="Various" SRC_URI = "http://hivelocity.dl.sourceforge.net/project/showoff/esc_media_files.tar.gz" SRC_URI[md5sum] = "b75cbc0ce0dfcbd85de12e7fe9ecab8b" SRC_URI[sha256sum] = "364f474a6356326c113d964885207d90741f2e95770b079d96fffc4295e62739" S=${WORKDIR}/esc_media_files do_install() { ESC_MEDIA="2009-obama-congress-speech.avi AlphaAnimal.license \ AlphaAnimal.m4a BigBuckBunny_640x360.m4v bbb.flac \ bbb.mp3 bbb.ogg davincieffect.aac gstreamer-logo.svg \ sprc720.flv startup.wav" install -d ${D}${datadir}/esc-media for F in ${ESC_MEDIA} ; do install -m 0644 ${S}/${F} ${D}${datadir}/esc-media done } FILES_${PN} += "${datadir}/esc-media"
33.5
87
0.708955
aaa5e3fa80da9fc18aaccbbd2a91a9a1414eb4ab
374
bb
BitBake
recipes-kernel/linux/linux-stable_4.9.bb
pbrkr/meta-linux-mainline
50a234d879e5570bb0439c46992d59cfa4d1f577
[ "MIT" ]
null
null
null
recipes-kernel/linux/linux-stable_4.9.bb
pbrkr/meta-linux-mainline
50a234d879e5570bb0439c46992d59cfa4d1f577
[ "MIT" ]
null
null
null
recipes-kernel/linux/linux-stable_4.9.bb
pbrkr/meta-linux-mainline
50a234d879e5570bb0439c46992d59cfa4d1f577
[ "MIT" ]
null
null
null
# Copyright (C) 2021, meta-linux-mainline contributors (auto-generated file) # SPDX-License-Identifier: CC0-1.0 LINUX_VMAJOR = "4" LINUX_VMINOR = "9" LINUX_VPATCH = "314" LINUX_SHA256_TARBALL = "029098dcffab74875e086ae970e3828456838da6e0ba22ce3f64ef764f3d7f1a" LINUX_SHA256_PATCH = "4972fd4ecb3b94f53c235033d19724ef4dbacbc9c2aa951005e7e8528a3e4cb8" require linux-stable.inc
41.555556
89
0.839572
4d7e75ce3ee8082e63155affd2b87853e702b970
666
bb
BitBake
recipes-core/images/webbox-image.bb
minimindgames/meta-minimindgames
9d907dd15fce3dccd2e9c0e3636ce2c06ac8eee1
[ "MIT" ]
null
null
null
recipes-core/images/webbox-image.bb
minimindgames/meta-minimindgames
9d907dd15fce3dccd2e9c0e3636ce2c06ac8eee1
[ "MIT" ]
null
null
null
recipes-core/images/webbox-image.bb
minimindgames/meta-minimindgames
9d907dd15fce3dccd2e9c0e3636ce2c06ac8eee1
[ "MIT" ]
null
null
null
SUMMARY = "Webbox image" LICENSE = "MIT" inherit core-image IMAGE_FEATURES += "splash package-management ssh-server-dropbear hwcodecs weston" # Chromium browser CORE_IMAGE_EXTRA_INSTALL += "chromium-ozone-wayland" # Let systemd start WebbboxManager as service CORE_IMAGE_EXTRA_INSTALL += "start-webbox" CORE_IMAGE_EXTRA_INSTALL += "start-browser" # Audio over HDMI CORE_IMAGE_EXTRA_INSTALL += "pulseaudio pulseaudio-server" # ethtool, for WakeOnLAN etc. CORE_IMAGE_EXTRA_INSTALL += "ethtool" # vlc video/music player CORE_IMAGE_EXTRA_INSTALL += "vlc" # systemd-firewalld CORE_IMAGE_EXTRA_INSTALL += "firewalld" CORE_IMAGE_EXTRA_INSTALL += "webbox-manager"
22.965517
81
0.792793
461df61c9eabc7d7a562d4b2f82b863579f7834d
41
bb
BitBake
recipes/dbus/dbus-glib_0.82.bb
srobo-legacy/openembedded
f28a367b54624446c66d0939ee8d229da4e982ce
[ "MIT" ]
null
null
null
recipes/dbus/dbus-glib_0.82.bb
srobo-legacy/openembedded
f28a367b54624446c66d0939ee8d229da4e982ce
[ "MIT" ]
null
null
null
recipes/dbus/dbus-glib_0.82.bb
srobo-legacy/openembedded
f28a367b54624446c66d0939ee8d229da4e982ce
[ "MIT" ]
null
null
null
require dbus-glib.inc PR = "${INC_PR}.1"
13.666667
21
0.658537
72dc6927b10219b2ee54fa6406a8bb8a7b5987f7
307
bb
BitBake
meta-ros-common/recipes-imported-labgrid/python/python3-cbor_1.0.0.bb
razr/meta-ros
c1312aec49e2bf70ce321d3fbc0c223188d985de
[ "MIT" ]
122
2019-06-03T13:02:47.000Z
2022-03-27T17:50:05.000Z
meta-ros-common/recipes-imported-labgrid/python/python3-cbor_1.0.0.bb
razr/meta-ros
c1312aec49e2bf70ce321d3fbc0c223188d985de
[ "MIT" ]
365
2019-06-25T22:27:52.000Z
2022-03-25T01:51:42.000Z
meta-ros-common/recipes-imported-labgrid/python/python3-cbor_1.0.0.bb
eigendude/meta-ros
9dc61e5044c78a11ee5c79846f17c3681d3ae0e9
[ "MIT" ]
64
2019-06-27T06:49:57.000Z
2022-03-25T02:05:15.000Z
# Imported as-is from # https://github.com/labgrid-project/meta-labgrid/commit/7b3b31b953d954d88f6cde4cd95e1efd6e53b1a3 inherit setuptools3 require python-cbor.inc SRC_URI[md5sum] = "22b03b59784fd78cb6c27aa498af0db6" SRC_URI[sha256sum] = "13225a262ddf5615cbd9fd55a76a0d53069d18b07d2e9f19c39e6acb8609bbb6"
34.111111
97
0.859935
81229c6d00fb00371b3529349ed4c361baad351c
137
bb
BitBake
recipes-core/packagegroups/packagegroup-octoprint-misc.bb
geomatsi/meta-octoprint-images
e242c387610ec8ff6185a8014b2fbf87a7084f31
[ "MIT" ]
null
null
null
recipes-core/packagegroups/packagegroup-octoprint-misc.bb
geomatsi/meta-octoprint-images
e242c387610ec8ff6185a8014b2fbf87a7084f31
[ "MIT" ]
null
null
null
recipes-core/packagegroups/packagegroup-octoprint-misc.bb
geomatsi/meta-octoprint-images
e242c387610ec8ff6185a8014b2fbf87a7084f31
[ "MIT" ]
null
null
null
DESCRIPTION = "Misc packages for Octoprint image" LICENSE = "MIT" inherit packagegroup RDEPENDS_${PN} = "\ rpm \ lrzsz \ "
13.7
49
0.642336
531afad66bda863a94f0881b37e980d18a335a6f
297
bb
BitBake
recipes-images/elmo/systemd-gnome-xbmc-image.bb
prismcube/meta-elmo
fa61168287c9e7f0e4f33bae06bff5dee062a4e4
[ "MIT" ]
null
null
null
recipes-images/elmo/systemd-gnome-xbmc-image.bb
prismcube/meta-elmo
fa61168287c9e7f0e4f33bae06bff5dee062a4e4
[ "MIT" ]
null
null
null
recipes-images/elmo/systemd-gnome-xbmc-image.bb
prismcube/meta-elmo
fa61168287c9e7f0e4f33bae06bff5dee062a4e4
[ "MIT" ]
null
null
null
require systemd-image.bb IMAGE_INSTALL += " \ packagegroup-xbmc \ packagegroup-gnome \ packagegroup-gnome-apps \ packagegroup-gnome-themes \ packagegroup-gnome-xserver-base \ packagegroup-core-x11-xserver \ packagegroup-gnome-fonts \ " export IMAGE_BASENAME = "systemd-GNOME-XBMC-image"
19.8
50
0.767677
43cc94f60886ce90ac86804d4c91724aedbb26ce
782
bb
BitBake
recipes-graphics/xorg-driver/xf86-video-freedreno_1.4.0.bb
jb-seo/meta-qcom
507f18842bcd89b14a35a58a97f11708f93d8c21
[ "MIT" ]
null
null
null
recipes-graphics/xorg-driver/xf86-video-freedreno_1.4.0.bb
jb-seo/meta-qcom
507f18842bcd89b14a35a58a97f11708f93d8c21
[ "MIT" ]
2
2017-11-08T18:06:48.000Z
2019-05-22T14:09:28.000Z
recipes-graphics/xorg-driver/xf86-video-freedreno_1.4.0.bb
jb-seo/meta-qcom
507f18842bcd89b14a35a58a97f11708f93d8c21
[ "MIT" ]
3
2017-11-08T17:16:33.000Z
2019-08-30T13:40:16.000Z
require recipes-graphics/xorg-driver/xorg-driver-video.inc SUMMARY = "X.Org driver for Adreno mobile GPUs" COMPATIBLE_MACHINE = "(-)" COMPATIBLE_MACHINE_armv7a = "(.*)" COMPATIBLE_MACHINE_armv7ve = "(.*)" COMPATIBLE_MACHINE_aarch64 = "(.*)" #FIXME: LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" SRC_URI[md5sum] = "e0f49b1a07ac2d390a1239701b5fcefc" SRC_URI[sha256sum] = "f5abdd0b09b7ba4bab13440667b00b9be72e734a343d35d8876f08e1b93dc6c1" SRC_URI += " \ file://0001-Adapt-Block-WakeupHandler-signature-for-ABI-23.patch \ file://0002-Use-NotifyFd-for-drm-and-udev-fds.patch \ file://0003-Use-NotifyFd-more-completely.patch \ " DEPENDS += "virtual/libx11 drm libpciaccess pixman" FILES_${PN} += "${datadir}/X11/xorg.conf.d"
32.583333
90
0.758312
5d11475567ad6730c018cbb7c67f18579eb69730
153
bb
BitBake
meta-python/recipes-devtools/python/python-tornado_4.5.2.bb
Caesar-github/meta-openembedded
34aa4c3202b427f59f843dc43a4e1afda4f81d13
[ "MIT" ]
4
2017-08-04T07:08:35.000Z
2021-08-17T09:09:30.000Z
meta-python/recipes-devtools/python/python-tornado_4.5.2.bb
Caesar-github/meta-openembedded
34aa4c3202b427f59f843dc43a4e1afda4f81d13
[ "MIT" ]
1
2018-01-25T15:18:23.000Z
2018-01-25T15:18:23.000Z
meta-python/recipes-devtools/python/python-tornado_4.5.2.bb
Caesar-github/meta-openembedded
34aa4c3202b427f59f843dc43a4e1afda4f81d13
[ "MIT" ]
4
2017-09-01T14:46:15.000Z
2021-08-17T09:09:32.000Z
inherit pypi setuptools require python-tornado.inc RDEPENDS_${PN} += "${PYTHON_PN}-backports-ssl ${PYTHON_PN}-backports-abc ${PYTHON_PN}-singledispatch"
38.25
101
0.784314
d31be2674783ed90b13647959b129b509fbdf00c
2,407
bb
BitBake
recipes-debian/fonts-ipafont/fonts-ipafont_debian.bb
tuyenhv/meta-debian
1dc8fe821cd99bae567d12ab615c1a3243c9acc7
[ "MIT" ]
null
null
null
recipes-debian/fonts-ipafont/fonts-ipafont_debian.bb
tuyenhv/meta-debian
1dc8fe821cd99bae567d12ab615c1a3243c9acc7
[ "MIT" ]
null
null
null
recipes-debian/fonts-ipafont/fonts-ipafont_debian.bb
tuyenhv/meta-debian
1dc8fe821cd99bae567d12ab615c1a3243c9acc7
[ "MIT" ]
null
null
null
SUMMARY = "Japanese OpenType font set, IPAfont" DESCRIPTION = "IPAfont is a Japanese OpenType, a scalable font which was developed to \n\ supersede both the TrueType and the Type 1 ("PostScript") font formats, \n\ font set that is provided by Information-technology Promotion Agency, \n\ Japan (IPA). \n\ . \n\ IPAfont is an outline font set suitable for both display and printing." HOMEPAGE = "http://ossipedia.ipa.go.jp/ipafont/index.html" inherit debian-package PV = "00303" LICENSE = "IPA" LIC_FILES_CHKSUM = "file://IPA_Font_License_Agreement_v1.0.txt;md5=6cd3351ba979cf9db1fad644e8221276" # There are no debian/patches but debian/source/format is "3.0 (quilt)" DEBIAN_QUILT_PATCHES = "" inherit allarch do_install() { install -d ${D}${datadir}/fonts/opentype/ipafont-gothic \ ${D}${datadir}/fonts/opentype/ipafont-mincho # According to debian/fonts-ipafont-gothic.install install -m 0644 ${S}/ipag*.ttf ${D}${datadir}/fonts/opentype/ipafont-gothic/ # According to debian/fonts-ipafont-mincho.install install -m 0644 ${S}/ipam*.ttf ${D}${datadir}/fonts/opentype/ipafont-mincho/ } # fonts-ipafont is metapackage that depends on gothic and mincho font packages ALLOW_EMPTY_${PN} = "1" PACKAGES =+ "${PN}-gothic ${PN}-mincho" FILES_${PN}-gothic = "${datadir}/fonts/opentype/ipafont-gothic" FILES_${PN}-mincho = "${datadir}/fonts/opentype/ipafont-mincho" RDEPENDS_${PN} += "${PN}-gothic ${PN}-mincho" RRECOMMENDS_${PN}-gothic += "${PN}-mincho" RRECOMMENDS_${PN}-mincho += "${PN}-gothic" inherit update-alternatives ALTERNATIVE_PRIORITY = "100" ALT_LINK_DIR = "${datadir}/fonts/truetype" # According to debian/fonts-ipafont-gothic.postinst ALTERNATIVE_${PN}-gothic = "fonts-japanese-gothic.ttf" ALTERNATIVE_LINK_NAME[fonts-japanese-gothic.ttf] = "${ALT_LINK_DIR}/fonts-japanese-gothic.ttf" ALTERNATIVE_TARGET[fonts-japanese-gothic.ttf] = "${datadir}/fonts/opentype/ipafont-gothic/ipag.ttf" # According to debian/fonts-ipafont-mincho.postinst ALTERNATIVE_${PN}-mincho = "fonts-japanese-mincho.ttf" ALTERNATIVE_LINK_NAME[fonts-japanese-mincho.ttf] = "${ALT_LINK_DIR}/fonts-japanese-mincho.ttf" ALTERNATIVE_TARGET[fonts-japanese-mincho.ttf] = "${datadir}/fonts/opentype/ipafont-mincho/ipam.ttf" pkg_postinst_${PN}-gothic() { test -d $D${ALT_LINK_DIR} || install -d $D${ALT_LINK_DIR} } pkg_postinst_${PN}-mincho() { test -d $D${ALT_LINK_DIR} || install -d $D${ALT_LINK_DIR} }
38.206349
100
0.74408
cf39233a3a7eb62dd70cd501440b78909f919531
52
bb
BitBake
meta-python/recipes-devtools/python/python3-pexpect_4.6.0.bb
guillon/meta-openembedded
64974b8779291419486338f75f229a732e450d78
[ "MIT" ]
53
2018-02-28T08:51:32.000Z
2022-02-28T06:49:23.000Z
meta-python/recipes-devtools/python/python3-pexpect_4.6.0.bb
guillon/meta-openembedded
64974b8779291419486338f75f229a732e450d78
[ "MIT" ]
27
2018-01-25T00:26:53.000Z
2020-08-09T05:20:04.000Z
meta-python/recipes-devtools/python/python3-pexpect_4.6.0.bb
guillon/meta-openembedded
64974b8779291419486338f75f229a732e450d78
[ "MIT" ]
51
2018-02-21T04:46:08.000Z
2022-03-02T04:20:41.000Z
require python-pexpect.inc inherit pypi setuptools3
17.333333
26
0.865385
f35cc3b58bbd8ebb1ab0fd90b8ea982d4b08fd5c
2,125
bb
BitBake
meta-oe/recipes-support/multipath-tools/multipath-tools_git.bb
lixinfnst/meta-openembedded
34dcefb1bfbbac33a771b4b68748e0d9d877365e
[ "MIT" ]
null
null
null
meta-oe/recipes-support/multipath-tools/multipath-tools_git.bb
lixinfnst/meta-openembedded
34dcefb1bfbbac33a771b4b68748e0d9d877365e
[ "MIT" ]
null
null
null
meta-oe/recipes-support/multipath-tools/multipath-tools_git.bb
lixinfnst/meta-openembedded
34dcefb1bfbbac33a771b4b68748e0d9d877365e
[ "MIT" ]
null
null
null
SUMMARY = "The upstream project used to drive the Device Mapper multipathing driver" DEPENDS = "lvm2 libaio readline udev" LICENSE = "LGPLv2" SRC_URI = "git://git.opensvc.com/multipath-tools/.git;protocol=http \ file://multipathd.oe \ file://makefile_inc.patch \ file://always-use-libdevmapper.patch \ file://always-use-libdevmapper-kpartx.patch \ file://do-not-link-libmpathpersist-to-TMPDIR.patch \ " # 0.5.0 # #SRCREV = "82f391e787dc02e9d9294aa391137ab424bb83c4" #LIC_FILES_CHKSUM = "file://COPYING;md5=7be2873b6270e45abacc503abbe2aa3d" # 0.5.0 + commits thru 7/18/2014 # #SRCREV = "0d72f46c12207a6b7b89f5ef4f5ab5f87ed8bc90" #LIC_FILES_CHKSUM = "file://COPYING;md5=b06690e7a95c166eefe0199b39118eb1" # 0.5.0 + commits thru 9/12/2014 # # includes important systemd related structure size fix # SRCREV = "aec68ab217fd2956443b27ceeb97dd6475267789" LIC_FILES_CHKSUM = "file://COPYING;md5=b06690e7a95c166eefe0199b39118eb1" inherit systemd S = "${WORKDIR}/git" PV = "0.5.0+git${@'${SRCPV}'.split('+')[-1]}" # The exact version of SYSTEMD does not matter but should be greater than 209. # EXTRA_OEMAKE = 'MULTIPATH_VERSION=${PV} DESTDIR=${D} syslibdir=${base_libdir} \ OPTFLAGS="${CFLAGS}" \ LIB=${base_libdir} libdir=${base_libdir}/multipath \ unitdir=/lib/systemd/system \ ${@bb.utils.contains("DISTRO_FEATURES", "systemd", "SYSTEMD=216", "", d)} \ ' do_install() { oe_runmake install # Copy a sample conf file, but do not rename it multipath.conf. # cp multipath.conf.defaults ${D}${sysconfdir} # We copy an initscript, but do not start multipathd at init time. # cp ${WORKDIR}/multipathd.oe ${D}${sysconfdir}/init.d/multipathd } FILES_${PN}-dbg += "${base_libdir}/multipath/.debug" # systemd and udev stuff always goes under /lib! # FILES_${PN} += "${base_libdir}/multipath \ /lib/systemd" PACKAGES =+ "kpartx" FILES_kpartx = "${base_sbindir}/kpartx \ /lib/udev/kpartx_id" RDEPENDS_${PN} += "kpartx"
29.513889
91
0.662588
1d5fc8956423b44c82c37dcd637404d99ac794bf
541
bb
BitBake
recipes-bsp/rtk-hciattach/rtk-hciattach_20200602.bb
kueken/meta-edision
050c5ed7d910fc3d5acfcde724fab884159b40d3
[ "MIT" ]
null
null
null
recipes-bsp/rtk-hciattach/rtk-hciattach_20200602.bb
kueken/meta-edision
050c5ed7d910fc3d5acfcde724fab884159b40d3
[ "MIT" ]
null
null
null
recipes-bsp/rtk-hciattach/rtk-hciattach_20200602.bb
kueken/meta-edision
050c5ed7d910fc3d5acfcde724fab884159b40d3
[ "MIT" ]
null
null
null
SUMMARY = "Realtek Bluetooth UART and USB driver" HOMEPAGE = "https://www.realtek.com/" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://Makefile;md5=ac320a4e1d358e1234ea8489eca682e8" COMPATIBLE_MACHINE = "osnino|osninoplus|osninopro" SRC_URI = "git://github.com/edision-open/LINUX_BT_DRIVER_RTL8723D.git;protocol=https" SRCREV = "6a68bd988096b6fc801cda9a2fed1e86164d0c1c" S = "${WORKDIR}/git/uart/rtk_hciattach" EXTRA_OEMAKE = 'CC="${CC}"' do_install() { install -d ${D}${bindir} install -m 755 ${S}/rtk_hciattach ${D}${bindir} }
27.05
85
0.739372
29103b4df9250deb548b851a2a6f43e8a06435cb
657
bb
BitBake
recipes-nodejs/npm-cspell-dict-django-native_1.1.3.bb
genetzky/meta-sca
e0eb7a9dadd194a3ad458c739dcc49d977ab894f
[ "BSD-2-Clause" ]
null
null
null
recipes-nodejs/npm-cspell-dict-django-native_1.1.3.bb
genetzky/meta-sca
e0eb7a9dadd194a3ad458c739dcc49d977ab894f
[ "BSD-2-Clause" ]
null
null
null
recipes-nodejs/npm-cspell-dict-django-native_1.1.3.bb
genetzky/meta-sca
e0eb7a9dadd194a3ad458c739dcc49d977ab894f
[ "BSD-2-Clause" ]
null
null
null
SUMMARY = "NPM: cspell-dict-django" DESCRIPTION = "Django dictionary for cspell." HOMEPAGE = "https://github.com/streetsidesoftware/cspell-dicts/blob/master/packages/django#readme" DEFAULT_PREFERENCE = "${SCA_DEFAULT_PREFERENCE}" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=8e46c7bc7d07e1763d0810c3ec8a4799" DEPENDS = "npm-configstore-native" SRC_URI = "https://registry.npmjs.org/cspell-dict-django/-/cspell-dict-django-1.1.3.tgz" SRC_URI[md5sum] = "3f657da627b33f6d87c38e85ff1d15d1" SRC_URI[sha256sum] = "80d146077d0399a686691017faef4e557da7d0ac2d4e207f26dedea2d1c93a6e" NPM_PKGNAME = "cspell-dict-django" inherit npmhelper inherit native
34.578947
98
0.805175
dc468dc77fc203b18be692647a1895259f59e017
999
bb
BitBake
recipes/openmoko-3rdparty/guitartune_svn.bb
srobo-legacy/openembedded
f28a367b54624446c66d0939ee8d229da4e982ce
[ "MIT" ]
70
2015-02-23T04:18:51.000Z
2022-03-15T02:01:27.000Z
recipes/openmoko-3rdparty/guitartune_svn.bb
srobo-legacy/openembedded
f28a367b54624446c66d0939ee8d229da4e982ce
[ "MIT" ]
1
2020-09-07T15:33:56.000Z
2020-09-07T15:33:56.000Z
recipes/openmoko-3rdparty/guitartune_svn.bb
srobo-legacy/openembedded
f28a367b54624446c66d0939ee8d229da4e982ce
[ "MIT" ]
88
2015-02-11T12:03:16.000Z
2022-03-30T11:33:42.000Z
DESCRIPTION = "guitar tuner for openmoko phones" HOMEPAGE = "http://code.google.com/p/guitartune" AUTHOR = "cchandel" LICENSE = "GPLv2" SECTION = "e/apps" DEPENDS = "gtk+ libglade fftw sqlite3" SRCREV = "11" PV = "0.36+svnr${SRCPV}" SRC_URI = "svn://guitartune.googlecode.com/svn;module=trunk;proto=http" S = "${WORKDIR}/trunk" inherit autotools do_install_append() { install -d "${D}/${datadir}/pixmaps" install -m 0644 "${S}/resources/guitartune.png" "${D}/${datadir}/pixmaps" install -d "${D}/${datadir}/applications" install -m 0644 "${S}/resources/guitartune.desktop" "${D}/${datadir}/applications" install -d "${D}/${datadir}/guitartune" for ico in "${S}/resources/"*.png; do if [ "$(basename $ico)" != "guitartune.png" ]; then install -m 0644 $ico "${D}/${datadir}/guitartune" fi done } FILES_${PN} += "/usr/share/guitartune/* /usr/share/applications/* /usr/share/pixmaps/*"
33.3
90
0.605606
52157967859d0e294b70f97299531a9c3e7c4395
1,350
bb
BitBake
recipes/hplip/hplip_2.8.10.bb
crystalfontz/openembedded
8af3377bf132113baa0766fd9021e0ce162a0944
[ "MIT" ]
70
2015-02-23T04:18:51.000Z
2022-03-15T02:01:27.000Z
recipes/hplip/hplip_2.8.10.bb
buglabs/oe-buglabs
b8a4c4b1358214cd3ac1cf6f85154e9c62b16ce7
[ "MIT" ]
1
2020-09-07T15:33:56.000Z
2020-09-07T15:33:56.000Z
recipes/hplip/hplip_2.8.10.bb
buglabs/oe-buglabs
b8a4c4b1358214cd3ac1cf6f85154e9c62b16ce7
[ "MIT" ]
88
2015-02-11T12:03:16.000Z
2022-03-30T11:33:42.000Z
DESCRIPTION = "HP Linux Imaging and Printing" LICENSE = "GPL, MIT" # currently, we build a stripped down version that only includes IJS # and components required to implement a minimal printing system # for embedded systems. SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${PN}-${PV}.tar.gz \ file://cross-build.patch" PR = "r1" inherit autotools EXTRA_OECONF = ' \ BUILD_SYS="" HOST_SYS="" \ --disable-network-build \ --disable-doc-build \ --disable-pp-build \ --disable-scan-build \ --disable-gui-build \ --disable-fax-build \ --disable-dbus-build \ --disable-foomatic-drv-install \ --disable-foomatic-rip-hplip-install \ ' # needed by python checks in configure EXTRA_OEMAKE = 'BUILD_SYS="" HOST_SYS=""' PACKAGES += "${PN}-ppd ${PN}-cups ${PN}-backend" # need to snag the debug file or OE will fail on backend package FILES_${PN}-dbg += "\ ${libdir}/cups/backend/.debug FILES_${PN}-ppd = "\ ${datadir}/ppd" FILES_${PN}-cups = "\ ${datadir}/cups" FILES_${PN}-backend = "\ ${libdir}/cups/backend" SRC_URI[md5sum] = "a9ad78c4f0d884caac6b176b3cb9bf21" SRC_URI[sha256sum] = "8e34e2bc5974fd0f4ab71fbb42ac76fe3074fb2a09960452e4a1a157a77e00f1"
27.55102
87
0.605185
9a5870a61087e20affac55676f6253cd6e7388d8
478
bb
BitBake
common/recipes-graphics/flux/flux_1.4.4.bb
ntanibata/meta-renesas
d8c646ccaa7e16510f1c04fa7d7909a52185326b
[ "MIT" ]
null
null
null
common/recipes-graphics/flux/flux_1.4.4.bb
ntanibata/meta-renesas
d8c646ccaa7e16510f1c04fa7d7909a52185326b
[ "MIT" ]
null
null
null
common/recipes-graphics/flux/flux_1.4.4.bb
ntanibata/meta-renesas
d8c646ccaa7e16510f1c04fa7d7909a52185326b
[ "MIT" ]
null
null
null
SUMMARY = "flux is an interface description language used by DirectFB" HOMEPAGE = "http://directfb.org" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://src/fluxcomp.cpp;beginline=13;endline=32;md5=eb9874d4eb31887b9bc6b14fefff731c" PR = "r0" SRCREV = "d3086b8e39aaddd5302de6ce16cdc300ffd3ac75" SRC_URI = "git://git.directfb.org/git/directfb/core/flux.git;protocol=git" PR = "r0" PV = "1.4.4+git${SRCPV}" S = "${WORKDIR}/git" inherit autotools pkgconfig BBCLASSEXTEND = "native"
25.157895
105
0.748954
513caa0e8b7a0d7e36cac1adb8aec519ecf5a05c
545
bb
BitBake
recipes-images/images/core-image-homeautomation.bb
kernelconcepts/meta-webstuff
fc02e38d1783cd2e5ac9bf2ca0cbb090eab150d1
[ "MIT" ]
1
2019-11-08T19:09:02.000Z
2019-11-08T19:09:02.000Z
recipes-images/images/core-image-homeautomation.bb
kernelconcepts/meta-webstuff
fc02e38d1783cd2e5ac9bf2ca0cbb090eab150d1
[ "MIT" ]
null
null
null
recipes-images/images/core-image-homeautomation.bb
kernelconcepts/meta-webstuff
fc02e38d1783cd2e5ac9bf2ca0cbb090eab150d1
[ "MIT" ]
null
null
null
SUMMARY = "Basic image for a headless home automation hub" IMAGE_FEATURES += "package-management ssh-server-dropbear" LICENSE = "MIT" inherit core-image features_check IMAGE_INSTALL_append += "custom-appstart haveged" #IMAGE_INSTALL_append += "domoticz" IMAGE_INSTALL_append += "openhab" IMAGE_INSTALL_append += "i2c-tools libpython3 mosquitto mosquitto-clients" # 1000 MiB of additional storage for installable addons and data IMAGE_ROOTFS_EXTRA_SPACE = "1024000" # Recommended hardware: # - openHAB: >1GB of storage, 2GB of RAM minimum
30.277778
75
0.788991
bfc61f0e00520ecf2e02439ecd3e93dfe8590de4
953
bb
BitBake
meta-stx-integ/recipes-devtools/python/python-pynacl_git.bb
saulwold/meta-starlingx
113db4261d8af823ea2cfae727b9b239d8b1ecc8
[ "MIT" ]
null
null
null
meta-stx-integ/recipes-devtools/python/python-pynacl_git.bb
saulwold/meta-starlingx
113db4261d8af823ea2cfae727b9b239d8b1ecc8
[ "MIT" ]
1
2020-12-23T05:34:48.000Z
2020-12-23T05:34:48.000Z
meta-stx-integ/recipes-devtools/python/python-pynacl_git.bb
saulwold/meta-starlingx
113db4261d8af823ea2cfae727b9b239d8b1ecc8
[ "MIT" ]
3
2020-04-24T17:34:58.000Z
2020-08-24T15:57:04.000Z
FILESEXTRAPATHS_prepend := "${THISDIR}/files/python-pynacl:" DESCRIPTION = "Python binding to libsodiom" HOMEPAGE = "https://pypi.org/project/PyNaCl/" SECTION = "devel/python" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=8cc789b082b3d97e1ccc5261f8594d3f" SRCREV = "4881c878c9a33f4684337f650355bdf7f031d77d" PROTOCOL = "https" BRANCH = "master" S = "${WORKDIR}/git" PV = "1.3.0+git${SRCPV}" SRC_URI = " \ git://github.com/pyca/pynacl.git;protocol=${PROTOCOL};rev=${SRCREV};branch=${BRANCH} \ file://${PN}/0001-Enable-cross-compile.patch \ " inherit setuptools distutils DEPENDS += " libsodium python-cffi-native libsodium-native" RDEPENDS_${PN} = " libsodium" do_compile_prepend() { export PYNACL_CROSS_BUILD="--build=${BUILD_SYS}" export PYNACL_CROSS_HOST="--host=${HOST_SYS}" export PYNACL_CROSS_TARGET="--target=${TARGET_SYS}" export SODIUM_INSTALL="system" } do_install_prepend() { export SODIUM_INSTALL="system" }
25.078947
87
0.736621
79646e66439b5170c949eb86f23d843832b67587
625
bb
BitBake
recipes/opie-restartapplet/opie-restartapplet_1.2.4.bb
andreimironenko/arago-oe-dev
4e1175f61be9d0dd68873e4847fe531e5f93b52a
[ "MIT" ]
2
2019-12-28T12:12:34.000Z
2020-06-29T20:24:11.000Z
recipes/opie-restartapplet/opie-restartapplet_1.2.4.bb
buglabs/oe-buglabs
b8a4c4b1358214cd3ac1cf6f85154e9c62b16ce7
[ "MIT" ]
1
2020-09-07T15:33:56.000Z
2020-09-07T15:33:56.000Z
recipes/opie-restartapplet/opie-restartapplet_1.2.4.bb
buglabs/oe-buglabs
b8a4c4b1358214cd3ac1cf6f85154e9c62b16ce7
[ "MIT" ]
1
2021-05-17T03:12:31.000Z
2021-05-17T03:12:31.000Z
require ${PN}.inc PR = "r1" SRC_URI = "http://sources.openembedded.org/opie-1.2.4-split_core_applets_restartapplet.tar.bz2;name=split_core_applets_restartapplet \ http://sources.openembedded.org/opie-1.2.4-split_apps.tar.bz2;name=split_apps" SRC_URI[split_core_applets_restartapplet.md5sum] = "04a5fee89a2c17fc1a6d6c8b51a9737e" SRC_URI[split_core_applets_restartapplet.sha256sum] = "ef7828f181ae255a904b393655ffbbbc28ce4eeaec53437767aa8b023016dd76" SRC_URI[split_apps.md5sum] = "67a43e8e4bcd9e63b884ea25deea5b34" SRC_URI[split_apps.sha256sum] = "a33a55efb4ae4c15a8c2c5d6faba6d671a5652da8e216ce35088896fe597215b"
56.818182
134
0.8432
2d102401b7c216bb9ce4949d308866de615c33a2
959
bb
BitBake
recipes-support/vboot-utils/vboot-utils-native_43.6946.bb
koenkooi/meta-rockchip
707e473933a9f303342855d82c9e53afdc5af4c2
[ "MIT" ]
1
2019-08-22T07:42:18.000Z
2019-08-22T07:42:18.000Z
recipes-support/vboot-utils/vboot-utils-native_43.6946.bb
hizukiayaka/meta-rockchip
0adac2ee1c56ebd6df160ca99ee0b338009fd564
[ "MIT" ]
null
null
null
recipes-support/vboot-utils/vboot-utils-native_43.6946.bb
hizukiayaka/meta-rockchip
0adac2ee1c56ebd6df160ca99ee0b338009fd564
[ "MIT" ]
null
null
null
# Copyright (C) 2015 Romain Perier <romain.perier@gmail.com> # Released under the MIT license (see COPYING.MIT for the terms) DESCRIPTION = "Chromium OS verified boot utilities" HOMEPAGE = "http://git.chromium.org/gitweb/?p=chromiumos/platform/vboot_reference.git;a=summary" SECTION = "admin" LICENSE = "Chromium" LIC_FILES_CHKSUM = "file://LICENSE;md5=562c740877935f40b262db8af30bca36" DEPENDS = "openssl-native util-linux-native libyaml-native" TAG = "43-6946" SRC_URI = "git://chromium.googlesource.com/chromiumos/platform/vboot_reference;protocol=http;branch=release-R${TAG}.B \ file://0001-host_misc-Fix-uninitialized-variable-val-in-function.patch \ file://0002-futility-fix-warning-treated-as-error-about-uninitia.patch" SRCREV = "9978e0aa0069697816a38c7dcc6a81be5975cab7" S = "${WORKDIR}/git" PARALLEL_MAKE = "" EXTRA_OEMAKE = "" inherit base native do_install_append() { oe_runmake PREFIX=${prefix} DESTDIR=${D} install }
36.884615
119
0.758081
9ca7ab0dfb95bfb9932df808fa497c17f2eac4d5
66
bb
BitBake
recipes-azure/python/python3-azure-cli-consumption_0.3.1.bb
derekstraka/meta-iot-cloud
251cedef219c533de48a1f428a84bc0e8e44c1df
[ "MIT" ]
1
2021-03-13T01:47:16.000Z
2021-03-13T01:47:16.000Z
recipes-azure/python/python3-azure-cli-consumption_0.3.1.bb
derekstraka/meta-iot-cloud
251cedef219c533de48a1f428a84bc0e8e44c1df
[ "MIT" ]
null
null
null
recipes-azure/python/python3-azure-cli-consumption_0.3.1.bb
derekstraka/meta-iot-cloud
251cedef219c533de48a1f428a84bc0e8e44c1df
[ "MIT" ]
null
null
null
inherit pypi setuptools3 require python-azure-cli-consumption.inc
22
40
0.863636
ed416608b1eb649372b525c9b47e5c19277d7b46
1,462
bb
BitBake
meta-rcar-gen3/recipes-bsp/u-boot/u-boot_2018.09.bb
iotbzh/meta-renesas
70d47c56f04a7ee78597770b88de68a59c56a4aa
[ "MIT" ]
null
null
null
meta-rcar-gen3/recipes-bsp/u-boot/u-boot_2018.09.bb
iotbzh/meta-renesas
70d47c56f04a7ee78597770b88de68a59c56a4aa
[ "MIT" ]
null
null
null
meta-rcar-gen3/recipes-bsp/u-boot/u-boot_2018.09.bb
iotbzh/meta-renesas
70d47c56f04a7ee78597770b88de68a59c56a4aa
[ "MIT" ]
null
null
null
require u-boot-common_${PV}.inc require u-boot.inc DEPENDS += "bc-native dtc-native" UBOOT_URL = "git://github.com/renesas-rcar/u-boot.git" BRANCH = "v2018.09/rcar-3.9.9" SRC_URI = "${UBOOT_URL};branch=${BRANCH}" SRCREV = "6ea9ca82bb31dd1784d23a85dcdbaa0924bbfeee" PV = "v2018.09+git${SRCPV}" UBOOT_SREC_SUFFIX = "srec" UBOOT_SREC ?= "u-boot-elf.${UBOOT_SREC_SUFFIX}" UBOOT_SREC_IMAGE ?= "u-boot-elf-${MACHINE}-${PV}-${PR}.${UBOOT_SREC_SUFFIX}" UBOOT_SREC_SYMLINK ?= "u-boot-elf-${MACHINE}.${UBOOT_SREC_SUFFIX}" do_deploy_append() { if [ -n "${UBOOT_CONFIG}" ] then for config in ${UBOOT_MACHINE}; do i=$(expr $i + 1); for type in ${UBOOT_CONFIG}; do j=$(expr $j + 1); if [ $j -eq $i ] then type=${type#*_} install -m 644 ${B}/${config}/${UBOOT_SREC} ${DEPLOYDIR}/u-boot-elf-${type}-${PV}-${PR}.${UBOOT_SREC_SUFFIX} cd ${DEPLOYDIR} ln -sf u-boot-elf-${type}-${PV}-${PR}.${UBOOT_SREC_SUFFIX} u-boot-elf-${type}.${UBOOT_SREC_SUFFIX} fi done unset j done unset i else install -m 644 ${B}/${UBOOT_SREC} ${DEPLOYDIR}/${UBOOT_SREC_IMAGE} cd ${DEPLOYDIR} rm -f ${UBOOT_SREC} ${UBOOT_SREC_SYMLINK} ln -sf ${UBOOT_SREC_IMAGE} ${UBOOT_SREC_SYMLINK} ln -sf ${UBOOT_SREC_IMAGE} ${UBOOT_SREC} fi }
33.227273
128
0.56156
632a6f556afd2eb9adec67eefd79f7c9aae30194
680
bb
BitBake
meta-opendreambox/recipes-core/libsigc++-1.2/libsigc++-1.2_1.2.5.bb
Toysoft/DreamElite_opendreambox
569335f34d3fa0bf1aed6c5e56bc4b1cd6368541
[ "MIT" ]
null
null
null
meta-opendreambox/recipes-core/libsigc++-1.2/libsigc++-1.2_1.2.5.bb
Toysoft/DreamElite_opendreambox
569335f34d3fa0bf1aed6c5e56bc4b1cd6368541
[ "MIT" ]
null
null
null
meta-opendreambox/recipes-core/libsigc++-1.2/libsigc++-1.2_1.2.5.bb
Toysoft/DreamElite_opendreambox
569335f34d3fa0bf1aed6c5e56bc4b1cd6368541
[ "MIT" ]
null
null
null
SUMMARY = "A library for loose coupling of C++ method calls" SECTION = "libs" LICENSE = "LGPLv2.1" LIC_FILES_CHKSUM = "file://COPYING;md5=d8045f3b8f929c1cb29a1e3fd737b499" PR = "r2" SRC_URI = "${SOURCEFORGE_MIRROR}/libsigc/libsigc++-${PV}.tar.gz \ file://autofoo.patch \ file://fix-install.patch \ file://pkgconfig.patch \ file://to_1.2.7.patch" SRC_URI[md5sum] = "d0d1ffcae0eced97ef4f17ce0ba81352" SRC_URI[sha256sum] = "dcd6d3ea9a2c185b5286f80eefe9ac1402036b8fa21cfc742442d99579bd2b3e" S = "${WORKDIR}/libsigc++-${PV}" inherit autotools pkgconfig EXTRA_AUTORECONF = "--exclude=autoheader" FILES_${PN}-dev += "${libdir}/sigc++-*/"
30.909091
87
0.692647
450cdd51e8c2b670ed85375701c68c99234d7b81
2,638
bb
BitBake
recipes/modutils/modutils_2.4.27.bb
crystalfontz/openembedded
8af3377bf132113baa0766fd9021e0ce162a0944
[ "MIT" ]
null
null
null
recipes/modutils/modutils_2.4.27.bb
crystalfontz/openembedded
8af3377bf132113baa0766fd9021e0ce162a0944
[ "MIT" ]
null
null
null
recipes/modutils/modutils_2.4.27.bb
crystalfontz/openembedded
8af3377bf132113baa0766fd9021e0ce162a0944
[ "MIT" ]
null
null
null
SECTION = "base" DESCRIPTION = "These utilities are intended to make a Linux modular kernel \ manageable for all users, administrators and distribution maintainers." LICENSE = "GPLv2" DEPENDS = "bison-native" FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/files" PR = "r8" SRC_URI = "${KERNELORG_MIRROR}/pub/linux/utils/kernel/modutils/v2.4/modutils-${PV}.tar.bz2 \ file://lex.l.diff \ file://modutils-notest.patch \ file://configure.patch \ file://program_prefix.patch \ file://armeb.patch \ file://gcc4.patch" inherit autotools # modutils go in /sbin sbindir = "/sbin" EXTRA_OECONF = "--disable-strip" export BUILDCC = "${BUILD_CC}" export BUILDCFLAGS = "${BUILD_CFLAGS}" do_install () { oe_runmake 'DESTDIR=${D}' install install -d ${D}${sysconfdir} rm ${D}${base_sbindir}/lsmod install -d ${D}${base_bindir}/ ln -s ../sbin/insmod ${D}${base_bindir}/lsmod for f in bin/lsmod sbin/insmod sbin/rmmod sbin/modprobe sbin/modinfo sbin/depmod; do mv ${D}/$f ${D}/$f.24 done } pkg_postinst_modutils () { #!/bin/sh for f in sbin/insmod sbin/modprobe sbin/rmmod bin/lsmod; do bn=`basename $f` update-alternatives --install /$f $bn /$f.24 10 done if test -n "$D"; then D="-r $D" if test -n "`which ${TARGET_PREFIX}depmod-2.4`"; then for kerneldir in `ls -p ${IMAGE_ROOTFS}/lib/modules|grep /`; do kernelver=`basename $kerneldir` ${TARGET_PREFIX}depmod-2.4 -a -b ${IMAGE_ROOTFS} -C ${IMAGE_ROOTFS}/${sysconfdir}/modules.conf -r $kernelver done fi fi update-rc.d $D modutils.sh start 20 S . } pkg_prerm_modutils () { #!/bin/sh for f in sbin/insmod sbin/modprobe sbin/rmmod sbin/depmod sbin/modinfo bin/lsmod; do bn=`basename $f` update-alternatives --remove $bn /$f.24 done if test -n "$D"; then D="-r $D" fi update-rc.d $D modutils.sh remove } pkg_postinst_modutils-depmod() { #!/bin/sh update-alternatives --install /sbin/depmod depmod /sbin/depmod.24 10 } pkg_postinst_modutils-modinfo() { #!/bin/sh update-alternatives --install /sbin/modinfo modinfo /sbin/modinfo.24 10 } pkg_prerm_modutils-depmod() { #!/bin/sh update-alternatives --remove depmod /sbin/depmod.24 } pkg_prerm_modutils-modinfo() { #!/bin/sh update-alternatives --remove modinfo /sbin/modinfo.24 } PACKAGES = "${PN}-dbg modutils-depmod modutils-modinfo modutils-doc modutils" FILES_modutils-depmod = "sbin/depmod.24" FILES_modutils-modinfo = "sbin/modinfo.24" RDEPENDS_modutils = "modutils-depmod" SRC_URI[md5sum] = "bac989c74ed10f3bf86177fc5b4b89b6" SRC_URI[sha256sum] = "ab4c9191645f9ffb455ae7c014d8c45339c13a1d0f6914817cfbf30a0bc56bf0"
28.365591
129
0.700152
3f9c1477b64de29bf79e9cefaba34834abd29589
429
bb
BitBake
layers/meta-laptimer/recipes-bootconf/bootconf/python3-colorzero_1.1.bb
deets/yocto-pi-lap-timer
ea6cb3791fdda6052a5d2f5b92bc3103a1b845c4
[ "MIT" ]
null
null
null
layers/meta-laptimer/recipes-bootconf/bootconf/python3-colorzero_1.1.bb
deets/yocto-pi-lap-timer
ea6cb3791fdda6052a5d2f5b92bc3103a1b845c4
[ "MIT" ]
2
2021-03-21T16:52:45.000Z
2022-01-13T02:33:49.000Z
layers/meta-laptimer/recipes-bootconf/bootconf/python3-colorzero_1.1.bb
deets/yocto-pi-lap-timer
ea6cb3791fdda6052a5d2f5b92bc3103a1b845c4
[ "MIT" ]
null
null
null
inherit setuptools3 SUMMARY = "Python colozero library" SECTION = "devel/python" HOMEPAGE = "https://github.com/waveform80/colorzero" LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b2854a8defdf90fac461ff4aba9cc0ea" inherit pypi SRC_URI[md5sum] = "7581c4b7fc5f52bf41422e4bbb29731a" SRC_URI[sha256sum] = "acba47119b5d8555680d3cda9afe6ccc5481385ccc3c00084dd973f7aa184599" BBCLASSEXTEND = "native nativesdk"
28.6
87
0.818182
ef9a395454fe7648869ac7383b55d2925d6e5c8b
56
bb
BitBake
recipes-sca/python-ropgadget-native/python3-ropgadget-native_5.8.bb
RobertBerger/meta-sca
dfc3dcba98d7270104cbe9f33e69ceb4b41bd6e9
[ "BSD-2-Clause" ]
null
null
null
recipes-sca/python-ropgadget-native/python3-ropgadget-native_5.8.bb
RobertBerger/meta-sca
dfc3dcba98d7270104cbe9f33e69ceb4b41bd6e9
[ "BSD-2-Clause" ]
null
null
null
recipes-sca/python-ropgadget-native/python3-ropgadget-native_5.8.bb
RobertBerger/meta-sca
dfc3dcba98d7270104cbe9f33e69ceb4b41bd6e9
[ "BSD-2-Clause" ]
null
null
null
inherit setuptools3 require python-ropgadget-native.inc
18.666667
35
0.875
b330bac6e93e4ef95e75821349667a1b0536c1bf
1,108
bb
BitBake
recipes-graphics/hellogl/hellogl_1.0.bb
mkghertel/meta-tes
28e57e46b06d6236d54cfa98f4389f9a673ab298
[ "MIT" ]
null
null
null
recipes-graphics/hellogl/hellogl_1.0.bb
mkghertel/meta-tes
28e57e46b06d6236d54cfa98f4389f9a673ab298
[ "MIT" ]
null
null
null
recipes-graphics/hellogl/hellogl_1.0.bb
mkghertel/meta-tes
28e57e46b06d6236d54cfa98f4389f9a673ab298
[ "MIT" ]
1
2020-11-12T14:53:37.000Z
2020-11-12T14:53:37.000Z
DESCRIPTION = "TES OpenGL 2.0 ES example" HOMEPAGE = "http://www.tes-dst.com" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://main.c;endline=20;md5=9f04cb94394d96c310de03ac83284493" DEPENDS = "virtual/libgles2 virtual/egl libkms-egl-dev" FILESEXTRAPATHS_prepend := "${TES_SRC}:" SRC_URI = " \ file://demos/hellogl \ " SRCREV = "${AUTOREV}" SRC_URI_tesintern = "\ ${TES_SVN_PATH}/demos;module=hellogl;subdir=demos;protocol=https;user=${TES_SVN_USER};pswd=${TES_SVN_PASSWORD}; \ " S = "${WORKDIR}/demos/hellogl" srcdir = "${prefix}/src" B = "${WORKDIR}/demos/hellogl" do_install () { install -d ${D}${datadir}/${PN} install -m 0755 hellogl ${D}${datadir}/${PN}/ install -d ${D}${srcdir}/${PN} install -m 0644 ${S}/main.c ${D}${srcdir}/${PN}/ install -m 0644 ${S}/Makefile ${D}${srcdir}/${PN}/ } # # Add a src package for the project, enabling the user to modify and build # the project as a start for evaluation. # Sources, resources and project file have to be added to the package. # PACKAGES += "${PN}-devsrc" FILES_${PN}-devsrc += "\ ${srcdir}/${PN} \ " RDEPENDS_${PN}-devsrc = "${PN}"
25.767442
114
0.666065
926ebe4e8aff98a2a3dd77ee7ddcdd53d31ab72a
1,048
bb
BitBake
recipes-kde/apps/kwalletmanager/kwalletmanager.bb
brgl/meta-qt5-extra
edb0deb59c99f5fbe0e64a31af50d45be8f6aa69
[ "MIT" ]
null
null
null
recipes-kde/apps/kwalletmanager/kwalletmanager.bb
brgl/meta-qt5-extra
edb0deb59c99f5fbe0e64a31af50d45be8f6aa69
[ "MIT" ]
null
null
null
recipes-kde/apps/kwalletmanager/kwalletmanager.bb
brgl/meta-qt5-extra
edb0deb59c99f5fbe0e64a31af50d45be8f6aa69
[ "MIT" ]
null
null
null
SUMMARY = "KDE Wallet Manager is a tool to manage the passwords on your KDE system" LICENSE = "GPLv2 & LGPLv2.1" LIC_FILES_CHKSUM = " \ file://COPYING;md5=5c213a7de3f013310bd272cdb6eb7a24 \ file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \ " inherit kde-apps gtk-icon-cache DEPENDS += " \ kcoreaddons-native \ kdoctools-native \ kauth-native \ kconfig-native \ sonnet-native \ kwallet \ kservice \ kcmutils \ ki18n \ kxmlgui \ kconfig-native \ kconfigwidgets \ kdbusaddons \ " PV = "${KDE_APP_VERSION}" SRC_URI[md5sum] = "bfb9fcf08b2200a37c9938c708a9aaad" SRC_URI[sha256sum] = "50d74198e98debef6409c8f7e3e90261e2f7ff6955dcaaa753f426edea741762" SRC_URI += "file://0001-fix-build-with-QT_NO_SESSIONMANAGER-set.patch" FILES_${PN} += " \ ${datadir}/dbus-1 \ ${datadir}/polkit-1 \ ${datadir}/icons \ ${datadir}/k*5 \ ${libdir}/kauth \ ${OE_QMAKE_PATH_PLUGINS} \ " FILES_${PN}-dbg += " \ ${libdir}/kauth/.debug \ ${OE_QMAKE_PATH_PLUGINS}/.debug \ "
23.818182
87
0.673664
b3da36c9f1eba7a2151a28aa67105311ee115c85
1,248
bb
BitBake
recipes/qemu/qemu_0.14.0.bb
srobo-legacy/mirrors-openembedded
6c3adf22343b66944c8bb18529bf10dd52418b37
[ "MIT" ]
70
2015-02-23T04:18:51.000Z
2022-03-15T02:01:27.000Z
recipes/qemu/qemu_0.14.0.bb
omerk/openembedded
c0cf97c0a43da520bd5aae9b7d7e421b30e2852e
[ "MIT" ]
null
null
null
recipes/qemu/qemu_0.14.0.bb
omerk/openembedded
c0cf97c0a43da520bd5aae9b7d7e421b30e2852e
[ "MIT" ]
88
2015-02-11T12:03:16.000Z
2022-03-30T11:33:42.000Z
LICENSE = "GPL" DEPENDS = "zlib ncurses" PR = "r3" SRC_URI = "\ http://download.savannah.gnu.org/releases/qemu/qemu-${PV}.tar.gz \ file://leftover.patch \ file://91-oh-sdl-cursor.patch \ file://fix_baum_c_compilation.patch \ file://fallback.to.safe.mmap_min_addr.patch \ file://spice-qxl-locking-fix-for-qemu-kvm.patch \ file://Detect-and-use-GCC-atomic-builtins-for-locking.patch \ file://larger_default_ram_size.patch \ " SRC_URI[md5sum] = "f9d145d5c09de9f0984ffe9bd1229970" SRC_URI[sha256sum] = "ba21e84d7853217830e167dae9999cdbff481189c6a0bb600ac7fb7201453108" BBCLASSEXTEND="native" EXTRA_OECONF = "--target-list=arm-linux-user,arm-softmmu,i386-linux-user,i386-softmmu,x86_64-linux-user,x86_64-softmmu,mips-linux-user,mips-softmmu,ppc-linux-user,ppc-softmmu,mipsel-linux-user,mips64el-softmmu,mips64-softmmu,sh4-linux-user,sh4-softmmu,sh4eb-linux-user,sh4eb-softmmu --disable-werror --disable-vnc-tls --enable-kvm" S = "${WORKDIR}/qemu-${PV}" EXTRA_OECONF += " --disable-curl --disable-sdl --disable-strip \ " EXTRA_OECONF_append_virtclass-native = " --extra-cflags="-I${STAGING_INCDIR_NATIVE}"" inherit autotools do_configure() { ${S}/configure --prefix=${prefix} ${EXTRA_OECONF} }
37.818182
331
0.730769
337b1862733fb037da54250fc39a8edd1465d5b3
216
bb
BitBake
recipes/xorg-font/font-bitstream-75dpi_1.0.1.bb
crystalfontz/openembedded
8af3377bf132113baa0766fd9021e0ce162a0944
[ "MIT" ]
70
2015-02-23T04:18:51.000Z
2022-03-15T02:01:27.000Z
recipes/obsolete/xorg-font/font-bitstream-75dpi_1.0.1.bb
buglabs/oe-buglabs
b8a4c4b1358214cd3ac1cf6f85154e9c62b16ce7
[ "MIT" ]
1
2020-09-07T15:33:56.000Z
2020-09-07T15:33:56.000Z
recipes/obsolete/xorg-font/font-bitstream-75dpi_1.0.1.bb
buglabs/oe-buglabs
b8a4c4b1358214cd3ac1cf6f85154e9c62b16ce7
[ "MIT" ]
88
2015-02-11T12:03:16.000Z
2022-03-30T11:33:42.000Z
require xorg-font-common.inc PE = "1" PR = "${INC_PR}.0" SRC_URI[archive.md5sum] = "aed54fb53d2d24aff10c92985286d1e5" SRC_URI[archive.sha256sum] = "cf9e1cb1c21517a566e5678791778d40c7c915d792bd29d319928f4e4234662b"
27
95
0.810185
a1294b98a8b7b8a57f138bf5a17123c1a912c9f3
519
bb
BitBake
meta-oe/recipes-graphics/fbgrab/fbgrab_1.4.bb
texierp/meta-openembedded
7a6a1ac1d3cddeea7828a59ddacc194dc724cae8
[ "MIT" ]
1
2021-03-23T12:21:12.000Z
2021-03-23T12:21:12.000Z
meta-oe/recipes-graphics/fbgrab/fbgrab_1.4.bb
texierp/meta-openembedded
7a6a1ac1d3cddeea7828a59ddacc194dc724cae8
[ "MIT" ]
null
null
null
meta-oe/recipes-graphics/fbgrab/fbgrab_1.4.bb
texierp/meta-openembedded
7a6a1ac1d3cddeea7828a59ddacc194dc724cae8
[ "MIT" ]
null
null
null
SUMMARY = "FBGrab is a framebuffer screenshot program" HOMEPAGE = "https://github.com/GunnarMonell/fbgrab" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=ea5bed2f60d357618ca161ad539f7c0a" SECTION = "console/utils" DEPENDS = "libpng zlib" SRC_URI = "git://github.com/GunnarMonell/fbgrab.git;protocol=https" SRCREV = "74373aafc0b496e67642562d86eac6b858a31f24" S = "${WORKDIR}/git" inherit autotools-brokensep do_configure_prepend() { sed -i 's|$(DESTDIR)/usr/man/|$(DESTDIR)${mandir}/|g' ${S}/Makefile }
30.529412
72
0.751445
090c85d2d0bf5abadea64eb83e3fd7a9f0c9cdb0
403
bb
BitBake
openembedded/recipes-ros/vl53l0x/vl53l0x_git.bb
sebastiengemme/vl53l0x
7089be70b0a5884dcb36012caa587a4c5005c409
[ "BSD-3-Clause" ]
3
2020-11-04T22:09:06.000Z
2021-11-09T17:17:25.000Z
openembedded/recipes-ros/vl53l0x/vl53l0x_git.bb
sebastiengemme/vl53l0x
7089be70b0a5884dcb36012caa587a4c5005c409
[ "BSD-3-Clause" ]
1
2021-04-12T20:51:37.000Z
2021-04-15T11:59:51.000Z
openembedded/recipes-ros/vl53l0x/vl53l0x_git.bb
sebastiengemme/vl53l0x-ros
7089be70b0a5884dcb36012caa587a4c5005c409
[ "BSD-3-Clause" ]
null
null
null
require vl53l0x.inc S = "${WORKDIR}/git/vl53l0x" inherit catkin SUMMARY = "ROS package vl53l0x" DESCRIPTION = "The vl53l0x package" SECTION = "devel" DEPENDS = "sensor-msgs vl53l0x-msgs" DEPENDS += "rospy" RDEPENDS_${PN} = "sensor-msgs" RDEPENDS_${PN} += "rospy" RDEPENDS_${PN} += "vl53l0x-msgs" RDEPENDS_${PN} += "vl53l0x-rasp-python" CONFFILES_${PN} += "${ros_datadir}/${ROS_BPN}/vl53l0x.launch "
22.388889
62
0.699752
417d14522c69ef532acd4a868b76d104c611fed2
1,312
bb
BitBake
recipes-kernel/bootscript/bootscript-bohr-update_4.1.bb
tobw/meta-jens
0124c4aa8ee03ae2468a7046e0554f05c541d5f8
[ "MIT" ]
null
null
null
recipes-kernel/bootscript/bootscript-bohr-update_4.1.bb
tobw/meta-jens
0124c4aa8ee03ae2468a7046e0554f05c541d5f8
[ "MIT" ]
70
2015-03-05T16:53:24.000Z
2017-10-23T06:41:33.000Z
recipes-kernel/bootscript/bootscript-bohr-update_4.1.bb
tobw/meta-jens
0124c4aa8ee03ae2468a7046e0554f05c541d5f8
[ "MIT" ]
10
2015-07-15T14:00:44.000Z
2019-04-29T14:38:15.000Z
# Copyright (C) 2015 Jens Rehsack <sno@netbsd.org> # Released under the GPL-2.0 license (see COPYING.MIT for the terms) DESCRIPTION = "U-Boot BootScripts for linux-bohr-4.1" PN = "bootscript-bohr-update-${WANTED_ROOT_DEV}" LICENSE = "GPL-2.0" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" PACKAGE_ARCH = "${MACHINE_ARCH}-${WANTED_ROOT_DEV}" DEPENDS = "u-boot-mkimage-native" RDEPENDS_${PN} = "u-boot" FILESEXTRAPATHS_prepend := "${THISDIR}/bootscript-${MACHINE}-${PV}:" SRC_URI = "file://bootscript.usb \ " COMPATIBLE_MACHINE = "(bohr-update)" do_install () { set -x . ${DEPLOY_DIR}/images/bohr/.rdm-hp2-image-nand-${DISTRO_VERSION}-settings BOHR_DEVICE_TREE=`echo ${KERNEL_PREPARE} | awk -F '&&' '{print $3}' | awk '{print $3}'` BOHR_KERNEL_IMAGETYPE=`echo ${KERNEL_SANITIZE} | awk '{print $3}'` sed -i -e "s/@UBOOT_LOADADDRESS[@]/${UBOOT_LOADADDRESS}/g" -e "s/@UBOOT_FDTADDRESS[@]/${UBOOT_FDTADDRESS}/g" \ -e "s/@KERNEL_IMAGETYPE[@]/${BOHR_KERNEL_IMAGETYPE}/g" -e "s/@KERNEL_DEVICETREE[@]/${BOHR_DEVICE_TREE}/g" \ ${WORKDIR}/bootscript.${WANTED_ROOT_DEV} install -d ${D} uboot-mkimage -T script -C none -n 'Bohr Script' -d ${WORKDIR}/bootscript.${WANTED_ROOT_DEV} ${D}/bootscript } FILES_${PN} += "/bootscript"
37.485714
118
0.686738
ff416f2f1da1d2af177d90ecabb9cee110a04b21
198
bb
BitBake
recipes/libxml/libxml2_2.7.7.bb
srobo-legacy/openembedded
f28a367b54624446c66d0939ee8d229da4e982ce
[ "MIT" ]
70
2015-02-23T04:18:51.000Z
2022-03-15T02:01:27.000Z
recipes/libxml/libxml2_2.7.7.bb
srobo-legacy/openembedded
f28a367b54624446c66d0939ee8d229da4e982ce
[ "MIT" ]
1
2020-09-07T15:33:56.000Z
2020-09-07T15:33:56.000Z
recipes/libxml/libxml2_2.7.7.bb
srobo-legacy/openembedded
f28a367b54624446c66d0939ee8d229da4e982ce
[ "MIT" ]
88
2015-02-11T12:03:16.000Z
2022-03-30T11:33:42.000Z
require libxml2.inc PR = "${INC_PR}.0" SRC_URI[archive.md5sum] = "9abc9959823ca9ff904f1fbcf21df066" SRC_URI[archive.sha256sum] = "af5b781418ba4fff556fa43c50086658ea8a2f31909c2b625c2ce913a1d9eb68"
28.285714
95
0.833333