<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/utils/fakeuname, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/'/>
<updated>2023-06-13T13:55:02Z</updated>
<entry>
<title>treewide: remove COMMITCOUNT</title>
<updated>2023-06-13T13:55:02Z</updated>
<author>
<name>Kuan-Yi Li</name>
</author>
<published>2023-06-10T03:43:42Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=ba75322534f73923f7c1f457aca9e461aea57c16'/>
<id>urn:sha1:ba75322534f73923f7c1f457aca9e461aea57c16</id>
<content type='text'>
Automatically compute and substitute current values for all
$(COMMITCOUNT) instances as this feature is deprecated and shouldn't be
used.

Based on commit 0c10c224be81:

Change COMMITCOUNT in rules.mk to:
```
COMMITCOUNT = $(if $(DUMP),0,$(shell sed -i "s/\$$(COMMITCOUNT)/$(call commitcount)/" $(CURDIR)/Makefile))
```

then update all affected packages by:
```
for i in $(git -C feeds/packages grep -l COMMITCOUNT | sed 's^.*/\([^/]*\)/Makefile^\1^';);
do
	make package/$i/clean
done
```

Signed-off-by: Kuan-Yi Li &lt;kyli@abysm.org&gt;
</content>
</entry>
<entry>
<title>fakeuname: add package</title>
<updated>2022-01-28T21:47:14Z</updated>
<author>
<name>Sergey V. Lobanov</name>
</author>
<published>2022-01-26T12:32:00Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=4b6fc857bee8a58e011a4526114e13ae78064fc9'/>
<id>urn:sha1:4b6fc857bee8a58e011a4526114e13ae78064fc9</id>
<content type='text'>
This package provides fakeuname host tool to avoid build platform
detection for invalid configure/build scripts that are not
friendly to cross-platform build.

This fake uname tool returns Linux as OS name and target Linux
version as OS version.

Signed-off-by: Sergey V. Lobanov &lt;sergey@lobanov.in&gt;
</content>
</entry>
</feed>
