summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-06-24 17:58:10 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-06-24 17:58:10 (EDT)
commitb4fc0f0b5f3ee30e3ac06b433d63af8d3abe745c (patch)
tree735f618bf0989d387955ae7dab36075702ffbda6
parent6bac6e2137f03d65be0f555b870d9a791bf0711c (diff)
patches: Drop patch from upstream
-rw-r--r--changelog1
-rw-r--r--patches/0001-ob-gencontrol-Populate-Binary-field.patch27
2 files changed, 1 insertions, 27 deletions
diff --git a/changelog b/changelog
index 5e21580..0dac5c4 100644
--- a/changelog
+++ b/changelog
@@ -1,6 +1,7 @@
opkbuild (4.1.2-1) trunk
* New upstream version.
+ - Drop patch from upstream.
-- Patrick McDermott <patrick.mcdermott@libiquity.com> Mon, 24 Jun 2019 17:56:33 -0400
diff --git a/patches/0001-ob-gencontrol-Populate-Binary-field.patch b/patches/0001-ob-gencontrol-Populate-Binary-field.patch
deleted file mode 100644
index 58715f4..0000000
--- a/patches/0001-ob-gencontrol-Populate-Binary-field.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-From b33a30af8a14e9b0c60ef2050829702c693a04c1 Mon Sep 17 00:00:00 2001
-From: Patrick McDermott <patrick.mcdermott@libiquity.com>
-Date: Tue, 18 Jun 2019 11:12:58 -0400
-Subject: [PATCH] ob-gencontrol: Populate Binary field
-
----
- src/ob-gencontrol.sh | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/src/ob-gencontrol.sh b/src/ob-gencontrol.sh
-index e1fffdf..3fb1aac 100644
---- a/src/ob-gencontrol.sh
-+++ b/src/ob-gencontrol.sh
-@@ -79,8 +79,8 @@ gen_control_src()
- cat >"${binary}.control/control" <<-EOF
- Package: src-${OPK_SOURCE}
- Source: ${OPK_SOURCE}
-- Binary:$(printf '%s\n' ${OPK_PACKAGES} | LC_ALL='C' sort | \
-- xargs printf ' %s')
-+ Binary:$(printf '%s\n' $(ob_get_binary_packages) | \
-+ LC_ALL='C' sort | xargs printf ' %s')
- Version: ${OPK_SOURCE_VERSION}
- Architecture: src
- Platform: all
---
-2.11.0
-